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
Professional Software Development Tools
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
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:
I recommend you to read the manual and follow its tutorial.Code:Page.Jump("My page to go to");
Greets,
Jules![]()
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.
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.
Videos have an 'On Finish' event. Just put the Page.Jump code in there.