I’m confused: I have 5MB of audio I need to include with my movie so I put the audio into a fla and created a shared library. Then I imported the shared library into my main fla and put the sound on the timeline. This is the strange result:
[LIST=1]
[]The main fla’s filesize exploded.
[]The main swf filesize did not[/LIST]Then, to test, I deleted the audio.swf (shared library) and played the main swf - it still played the audio that was supposedly linked to the audio.swf (which was no longer present). What gives? Is the audio embedded in the main swf or not? In the size report, it says:
[FONT=Courier New]Event Sounds: 22KHz Stereo 16 kbps MP3
Sound name Bytes Format
FlashClip3.mp3 0 22KHz Stereo 64 kbps MP3[/FONT]
So if the audio is not in the swf and I’ve moved the shared library swf, then where is the audio coming from (it still works even now)? The swf filesize is only 130KB.