PDA

View Full Version : Jump to new page


waynenort
10-29-2008, 04:09 PM
Hi Guys,

I'm very new to Autoplay.
When a movie finishes playing is it possible to jump to the next page with having to button press

Tks

Teqskater
10-29-2008, 04:37 PM
Of course it is possible.
Create a new button object and open it.
Edit it to your specifications and go to the script part of the button.
Then use add action to find the Page.Jump action and ad that function with your specified page. You should have something like this:
Page.Jump("My page to go to");

I recommend you to read the manual and follow its tutorial.

Greets,

Jules :yes

waynenort
10-30-2008, 05:08 AM
Tks Jules,

I'm going through the manual... slowly though.
But my question was infact wrongly asked. Teaches me for not paying attention to my own detail. :rolleyes
What I ment to say was without pressing a button. So when a movie finishes on one page it auto jumps to the next page.

longedge
10-30-2008, 07:55 AM
Videos have an 'On Finish' event. Just put the Page.Jump code in there.