player shoutcast não funciona online
Olá Pessoal, estou quebrando a cabeça com um player flash que não quer funcionar de nenhuma forma. Creio que deva ser alguma atualização de segurança da própria adobe que esta me quebrando as pernas.
Segue o código do player
function stream()
{
System.security.allowDomain("http://70.36.97.37:8036/");
myRadio = new String("http://70.36.97.37:8036;stream.mp3");
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://70.36.97.37:8036/");
myRadio = new String("http://70.36.97.37:8036;stream.mp3");
mySound = new Sound();
mySound.loadSound(myRadio, true);
mySound.start();
var vol = 80;
_root.onEnterFrame = function (){
_root.mySound.setVolume(vol);
};
var intervalID = setInterval(clearBuffer, 1200000);
Por algum motivo obscuro no meu computador ele funciona bem porem quando coloco para funcionar no site ele não funciona.
link do player
http://novocanticofm.com.br/player1.swf
http://novocanticofm.com.br/player1.swf
pesooal, fico no aguardo de um help.
obrigado desde jah
Discussão (3)
Carregando comentários...