Hiya
I’m making a website in Flash 8 for a client at the moment. My client uses Flash MX 2004, but I only have Flash 8. I’ve made sure not to use any Flash 8 specific things while building the website, and my tests previewing the site in Flash player 7 with AS.1, all look fine.
When I save as>Flash MX 2004, I get a message saying that:
"The file contains the following data that will be lost if saved to Flash MX 2004 format:
-Export for actionscripting"
I do have a sound effect that is being exported for actionscript. This is so that I can stop and start it using actionscript like this:
my_Sound = new Sound();
my_Sound.attachSound(“Sound”);
_root.my_Sound.start(“Sound”);
Will the play sound actionscript still work in Flash MX 2004? Can you ‘export for actionscript’ in Flash MX 2004? If not, how did developers attach sounds,movieclips etc?
Any help is much appreciated