Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/02/2011, 17:49
kairosprod
 
Fecha de Ingreso: julio-2010
Mensajes: 11
Antigüedad: 13 años, 9 meses
Puntos: 1
Respuesta: .mp3 a radio online

puedes agrega en ves del mp3 la direccion de la siguiente forma:


Código ASP:
Ver original
  1. _root.miMp3.onSoundComplete = function() {
  2.     //cuando termine el mp3, cargamos el siguiente
  3.     i++;
  4.     if (i>mp3s) {
  5.         i = 1;
  6.     }
  7.     miMp3.loadSound("http://67.212.165.162:7186/;stream.nsv", true);
  8.     _root.vol.gotoAndStop(v)
  9. };