Comunidad de diseño web y desarrollo en internet online

Reproductor de música en flash

Citar            
MensajeEscrito el 11 Sep 2013 01:26 am
Hola, hace unos dias estoy con un tuto por youtube de como hacer un reproductor de mp3 con flash y xml...todo me sale bien hasta el momento que pruebo los realizado y me sale la siguiente leyenda

No hay ninguna propiedad que lleve por nombre 'false'.

lo que escribí fue lo siguiente:

var mp3:Sound = new Sound ();
mp3.loadSound("01 Highway To Hell.mp3".false);

botATRAS.onRelease = function()
{
}
botPLAY.onRelease = function()
{
mp3.start(0);
}
botSTOP.onRelease = function()
{
mp3.stop();
}
botPAUSA.onRelease = function()
{
}
botSIGUIENTE.onRelease = function()
{
}

Ahora, no se si el camino hacia la cancion esta mal, si lo que tipie esta mal, en resumen no se que hice mal...

la ayuda seria muy buena gracias

Por yoyifinzi

0 de clabLevel



 

chrome
Citar            
MensajeEscrito el 11 Sep 2013 05:08 pm
Esto

mp3.loadSound("01 Highway To Hell.mp3".false);

Debería ser

mp3.loadSound("01 Highway To Hell.mp3", false);

Jorge

Por solisarg

BOFH

13669 de clabLevel

4 tutoriales
5 articulos

Genero:Masculino   Bastard Operators From Hell Premio_Secretos

Argentina

chrome

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.