built a very simple Flash MP3 player.
If I specify the sound file from within the SWF, everything works fine. For example, in frame 1:
<<
MyMusic = new Sound();
MyMusic.loadSound("BTTV.mp3",true);
>>
But this is fairly useless to me, since I have hundreds of MP3 files, and I...