I have this mp3 plays, but i cannot get it to play with flash.
I have a simple 1 frame swf with this code:
It will not play? I have no idea why?
I'm using flash 8
I have a simple 1 frame swf with this code:
Code:
//load audio, stream then loop
var my_sound:Sound = new Sound();
my_sound.loadSound("[URL unfurl="true"]http://smartlegacy.com/ohsnap.mp3",[/URL] true);
my_sound.onSoundComplete = function() {
my_sound.start(0,1);
}
It will not play? I have no idea why?
I'm using flash 8