I have a main file, index.swf which loads audioPanel.swf. In audioPanel, i have about 12 songs each about 250KB average in size (mp3s). I exported each symbol in the library.
So I guess I have two questions/problems:
- Right now, index.swf finishes loading quickly, but I don’t hear any music when I play my animation because it is taking forever to load audioPanel.swf. I want music to start playing immediately. I know with streaming sounds they do, but how do I do it in my case?
Since I exported each song (so I could do: attachSound and whatnot), how do I make them streaming now? Or is there something better to do?