hello everyone.
i have an error. i am trying to set a timer on my first page of my autoplay output file. I am trying to set it for 5 seconds and am currently using the following lines of code.
Page.StartTimer(5000);
Page.Jump("Intro");
When i run the project, the first page jumps to my intro page, but it does not wait the 5000 milliseconds. "Intro" is my pagename for my second page.
Any reasons as to why? How do i correct this? Thanks for the help.
ra

