OK all I want to do is play one mp3 with the swf file.
Here my script
mySound = new Sound();
mySound.loadSound(“song.mp3”,true);
mySound.setVolume(50);
It works great in testing but once I upload it to the server the song wont play. I’ve tried in both IE and firefox and nothing. Am I missing something here?