Jump to content

Ejecutar Automáticamente un Audio Flash


Recommended Posts

Espero me puedan ayudar

 

<object data="http://www.albertoreynolds.es/reproductor/playerwpress.swf?
soundFile=http://www.porlaudec.info/feliz2012.mp3&autoplay=1"
type="application/x-shockwave-flash" height="24" width="290">
<param value="http://www.albertoreynolds.es/reproductor/playerwpress.swf?
soundFile=http://www.porlaudec.info/feliz2012.mp3&autoplay=1" name="movie" />
<param value="high" name="quality" />
<param value="true" name="menu" />
<param value="transparent" name="wmode" />
</object>

 

Quiero saber qué me falta para que la canción se ejecute automáticamente :)

Link to comment
Share on other sites

no cacho nada de flash pero en la linea donde esta el autoplay creo que con 0 se habilita

 

 

soundFile=http://www.porlaudec.info/feliz2012.mp3&autoplay=0"

 

segun yo asi deberia quedar

 

si fuera por eso seria al revés, el 1 es igual a TRUE, y 0 a FALSE.

Link to comment
Share on other sites

A mi me funciona perfecto compadre.....lo pegue en un txt y le puse las etiquetas html y si me funciona....un año maaas, que mas daaa, que buen tema XD....te dejo el código:

 

<html>

<head> </head>

<body>
<object data="http://www.albertoreynolds.es/reproductor/playerwpress.swf?
soundFile=http://www.porlaudec.info/feliz2012.mp3&autoplay=1"
type="application/x-shockwave-flash" height="24" width="290">
<param value="http://www.albertoreynolds.es/reproductor/playerwpress.swf?
soundFile=http://www.porlaudec.info/feliz2012.mp3&autoplay=1" name="movie" />
<param value="high" name="quality" />
<param value="true" name="menu" />
<param value="transparent" name="wmode" />
</object>

</body>


</html>

 

Saludos :krider:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...