here is some of the code that doesnt work
_parent.active_audio.loadSound(“http://genius:890/sound/audio/4_1a.mp3”, true);
is not working whereas
_parent.active_audio.loadSound(“audio/4_1a.mp3”, true); works fine. Now the problem is that I need to access the mp3 from remote location and it is not working for me tell me why isint it working and one more thing is that audio(folder resides in wwwroot/sound but I guess it has to work then tell me the solution its very very urgent