Sites Grátis no Comunidades.net Criar um Site Grátis Fantástico

MaTheus o site


O Site esta bom?
Muito Bom
Mais ou menos
Não
Esta pesimo

MaTheus Site <body> </body>
Total de visitas: 2690
testando a radio

som = new Sound();
som.loadSound("http://selesele.listen2myradio.com//",true);
var vol = 80;
var bal = 0;
som.setVolume(99);
_root.onEnterFrame = function() {
som.setPan(bal);
this.start(0,1);
var tocando = true;
}