I have some flash movies I made with Flix and in Flix I can have it put a "stop" command at the end. Is there any way I can use this in AMS to make the project advance to the next page after the intro flash is played?
Thanks!
-Phil
Professional Software Development Tools
I have some flash movies I made with Flix and in Flix I can have it put a "stop" command at the end. Is there any way I can use this in AMS to make the project advance to the next page after the intro flash is played?
Thanks!
-Phil
If you put an FScommand on the last frame then it will trigger any actions you have in the OnFSCommand event area, i.e. a Page.Jump or whatever you need...![]()
If it is an Intro flash movie (i.e. you insert it from the Project<StartUp Movie menu, it will automatically jump to your first page when it ends playing.
If you put your flash movie on a page, then, as Corey said, you need to have an FSCommand at the end of it for AMS to act upon it.
Yossi
You can also use Flash.GetState for this.