I have linked music into my .fla with this actionscript:
public var chpt1Theme:Sound = new Sound(new URLRequest('Interlude1.mp3'));
public var chpt1ThemeSC:SoundChannel;
How do I package the music into the swf so the swf is completely independent? When I export -> movie, the sound is not included?
Thanks.
I need to embed it into the swf since then everything would load together. If I link it as a URLRequest then the sound won't load until the URLRequest is called, which is not at the beginning of the swf, which sometimes may create delays.
Can you tell me how to embed it? I've already imported the music files into the library. They are mp3 format.
North America
Europe, Middle East and Africa
Asia Pacific