Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/11/2009, 11:08
Avatar de hector2c
hector2c
 
Fecha de Ingreso: noviembre-2007
Ubicación: Perú - Tacna
Mensajes: 979
Antigüedad: 16 años, 5 meses
Puntos: 25
Pregunta Respuesta: jquery.flash... autoreproducir mp3???

waaa, nada T-T

Esta es la web

Debajo de los menus verticales, hay un player ... mmm, nada T-T

este es el código

Código HTML:
$(document).ready(function(){
	$("#mp3").flash(
		{
			src: 'singlemp3player.swf', height: 20, width: 140, autoplay: true
		},
		{
			version: 7
		},
		function(htmlOptions) {
			$this = $(this);
			htmlOptions.flashvars.file = $this.text();
			$this.text("");
			$this.before($.fn.flash.transform(htmlOptions));						
		}
	);
	
	

});
__________________
blog: hector2c.wordpress.com
email: [email protected]