Jim Andrews wrote: > i know you can load external mp3 files in flash, but is it possible to load > a library (if that is the right term) of wav files in flash? > > the app i want to make involves loops, and mp3 files are not real good for > loops.
Hi Jim, Coming a bit late to the conversation, but I did exactly that for some music education games. We had to have seamless playback of multiple audio files, and mp3 just doesn't cut it. I put my .aiff files into one Flash file, set the linkage, and downloaded the swf at run time. When the swf download was finished, I instantiated instances of the .aiff files. I can send you some code if you like (it's a little to long to post in a message). Cordially, Kerry Thompson _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

