I have a problem with actionscript 3, especially when using the embed tag. I have this code:
[Embed(source = \"sound.mp3\")] private static var soundClip
I don't think you can load the MP3 just like that, you need to put it into a SWF first, then load the SWF, then instance the sound. Look here and here.