Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2008
    Posts
    4

    Jump to new page

    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

  2. #2
    Join Date
    Apr 2007
    Posts
    165
    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:
    Code:
    Page.Jump("My page to go to");
    I recommend you to read the manual and follow its tutorial.

    Greets,

    Jules

  3. #3
    Join Date
    Oct 2008
    Posts
    4
    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.

  4. #4
    Join Date
    Aug 2003
    Posts
    2,427
    Videos have an 'On Finish' event. Just put the Page.Jump code in there.

Similar Threads

  1. .swf in Web Object - can't jump to AMS page
    By DrCode in forum AutoPlay Media Studio 6.0
    Replies: 19
    Last Post: 11-29-2006, 03:45 AM
  2. Page Jump problem
    By Yumes in forum AutoPlay Media Studio 5.0
    Replies: 8
    Last Post: 07-08-2004, 02:47 PM
  3. Page jump multiple times with different seek frame.
    By Geoffh in forum AutoPlay Media Studio 4.0
    Replies: 0
    Last Post: 07-04-2003, 11:37 AM
  4. HOW TO: Return a Web Browser Object to the Original URL after a Page Jump
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 02-03-2003, 09:18 AM
  5. HOWTO: Create a Page Template
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-26-2002, 05:20 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts