I’m using the code:
var mysound:Sound = new Sound();
mysound.loadSound(‘http://weblab.carrollcc.edu:257/sp07/25701/AlexLamb/Project2/Music/toccataInDMinor.mp3’, true);
I get nothing. However, when I load a sound that isn’t from my server, it works fine… Is there something I need to do with my server so that audio can be loaded from it in this way?