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));
}
);
});