Sound Help

I have a button which loads a sounclip into a movieclip:

[AS]_root.myMusic = new Sound(emptyMC);
_root.myMusic.loadSound(“song1.mp3”, true);[/AS]

it will load the sound and play and stream it … but in my output i constantly get this every sec:

Error opening URL “file:///E|/Dir/Dir/Dir/undefined”

HELP!!! IM GOING INSANE TRYING TO FIGURE IT OUT. THX