Luckas 0 Denunciar post Postado Fevereiro 5, 2014 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 Compartilhar este post Link para o post Compartilhar em outros sites
DesenvolvedorRoger 50 Denunciar post Postado Fevereiro 12, 2014 Se você está colocando em produção, em vez de IP, use url que deve funcionar... Compartilhar este post Link para o post Compartilhar em outros sites
Luckas 0 Denunciar post Postado Fevereiro 12, 2014 Não tenho URL. A empresa apenas me forneceu o IP. :( Compartilhar este post Link para o post Compartilhar em outros sites
DesenvolvedorRoger 50 Denunciar post Postado Fevereiro 13, 2014 Você não está testando nessa url:http://www.novocanticofm.com.br ? então, ponha os .mp3 aí E tire isso aqui, caso adote a dica acima: System.security.allowDomain("http://70.36.97.37:8036/"); Se não for possível por os .mp3 no domínio citado, pesquise por crossdomain.xml []'s Compartilhar este post Link para o post Compartilhar em outros sites