Loading mp3 in flash works, but not in html

well i used this code in flash mx

mySound = new Sound();
mySound.loadSound(“eminem.mp3”,true);

and this works when i open the swf file
but when i import the swf file into a html page, just putting it there, with dreameaver, it doesnt start to play it ?
anyone plz help

thanks in advance