Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/02/2011, 16:56
Ojete
 
Fecha de Ingreso: agosto-2010
Ubicación: Oakland california
Mensajes: 393
Antigüedad: 14 años, 3 meses
Puntos: 3
Respuesta: Duda sobre onClipEvent(load)

Hola stramin, bueno intente como tu dices pero obviamente no lo hise bien, pues no se como va el codigo, aorita tengo lo siguiente:



Código Python:
Ver original
  1. on(release){
  2. fecha = new Date();
  3. }
  4. onClipEvent(load) {
  5.  
  6. mptres = "reproducir.php?audio="+_root.song;
  7.  
  8. fesha = "&fecha="+ fecha;
  9.  
  10. targetMP3 = mptres + fesha;
  11.  
  12. (loudest), 0 = min.
  13. audioVolume = 100;
  14.  
  15. mainColor = "000000";
  16.  
  17. accentColor = "00cccc";
  18.  
  19.  
  20. }


Gracias por la ayuda...