Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2009
    Posts
    1

    Make Flash object work

    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

  2. #2
    Join Date
    Aug 2003
    Posts
    2,427
    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);

  3. #3
    Join Date
    Aug 2003
    Posts
    2,427
    Just had a break for a cup of tea and made you this little example -

Posting Permissions

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