Estou tentando fazer um player para uma radio online, mais não estou conseguindo e não encontro nada de tuto que funcione.
Estou tentando usar o codigo abaixo mais não dar certo:
var som:Sound = new Sound();
som.loadSound("http://radiowebtv.com/server/radiobomjesus.asx" , true);
som.start();
btn_play.onRelease = function(){
som.start();
}
btn_stop.onRelease = function(){
som.stop();
}Será que alguem pode me ajudar ou tem algum tutorial que possa me indicar.










