mruoppolo 14 Denunciar post Postado Abril 22, 2015 Galera tudo bem? Eu tinha um player pra minha webradio que transmitia WOWZA agora mudei pra ShoutCast mas não estou conseguindo arrumar o player pra funcionar com o shoutcast, alguém pode me ajudar?? Código: function stream() { System.security.allowDomain("http://67.205.74.254:9992"); myRadio = new String("http://67.205.74.254:9992;"); mySound = new Sound(); mySound.loadSound(myRadio, true); mySound.start(); } // End of the function function clearBuffer() { mySound.stop(); delete mySound; stream(); } // End of the function timerinProgress = false; musicOn = true; offonText = "OFF"; System.security.allowDomain("http://67.205.74.254:9992"); myRadio = new String("http://67.205.74.254:9992;"); mySound = new Sound(); mySound.loadSound(myRadio, true); mySound.start(); var vol = 80; _root.onEnterFrame = function () { _root.mySound.setVolume(vol); }; var intervalID = setInterval(clearBuffer, 1200000); clicado = false; bt.onPress = function () { if (clicado == false) { clicado = true; mySound.stop(); mySound.close(); _root.timerinProgress = true; _root.musicOn = false; _root.clearInterval(intervalID); } else { clicado = false; function stream() { System.security.allowDomain("http://67.205.74.254:9992/"); myRadio = new String("http://67.205.74.254:9992/;"); mySound = new Sound(); mySound.loadSound(myRadio, true); mySound.start(); } // End of the function function clearBuffer() { mySound.stop(); delete mySound; stream(); } // End of the function stream(); var intervalID = setInterval(clearBuffer, 1200000); timerinProgress = false; musicOn = true; } // end else if }; vol.onPress = function () { this.startDrag(false, 61, 117, 141, 117); vol.onEnterFrame = function () { _root.musica.setVolume(Math.round(vol._x - 61)); }; }; vol.onRelease = function () { this.stopDrag(); }; bt.onEnterFrame = function () { if (clicado == true) { bt.gotoAndStop(2); } else { bt.gotoAndStop(1); } // end else if }; Compartilhar este post Link para o post Compartilhar em outros sites