Hello,
Can you give me the steps necessary to run flash files from a menu in Autoplay
When I included that object on a page it does work
Thank
Wrayh
Professional Software Development Tools
Hello,
Can you give me the steps necessary to run flash files from a menu in Autoplay
When I included that object on a page it does work
Thank
Wrayh
If you are talking about a menu bar and assuming you have set the menu bar up , you detect an item being selected in the menu by using the page "On Menu" event, the item selected would tell you which flash file you needed to load.
To load and play a flash file in an existing flash object you would use code similar to (the name of the file would be obtained when detecting the menu item selected)-
Code:Flash.Load("Flash1", "AutoPlay\\Flash\\nameoffile.swf", true, false);
Just had a break for a cup of tea and made you this little example -