Hello,
I am working on a game, and I am using MP3s within the SWF file to load at certain times. In order to make them loadable, I have set up the Linkage properties to :
-Export for ActionScript
-Export in first frame
The problem is, that it loads all the MP3s before the preloader even shows up, so there is a lot of time of blank screen. But when I take of “Export in first frame”, I am not able to load the MP3s during runtime.
Is there a way to access the MP3 files without exporting them in the first frame?