PDA

View Full Version : Jump Flash


ekimtran
02-24-2005, 01:45 AM
I have the flash on a page and I want it to jump to a different page when the flash completes. How can I do it, with .swf file. The raw flash file i don't have it.

Thank you. :rolleyes

Corey
02-24-2005, 01:50 AM
Hi. The way AMS deals with Flash object timeline events is via FSCommands. So the best way to do this is to create a blank Flash file and set it up so that it loads your .swf into it using a Flash action like LoadMovie() and then place an FSCommand on the last frame *or* set it up so that your movie clip fires an FSCommand "on finish". Then you simply set the Flash object in AMS to do a PageJump action in its "OnFSCommand" event area.

Hope that helps. :)