jQuery Flash Plugin - MP3 Player
This example uses the Single MP3 Player.- Lucy In The Sky With Diamonds
- Lucy In The Sky With Diamonds
- Lucy In The Sky With Diamonds
- Lucy In The Sky With Diamonds
$(document).ready(function(){ $('a[@href$="mp3"]').flash( { src: 'singlemp3player.swf', height: 20, width: 100 }, { version: 7 }, function(htmlOptions) { $this = $(this); htmlOptions.flashvars.file = $this.attr('href'); $this.before($.fn.flash.transform(htmlOptions)); } ); });Before:
No comments:
Post a Comment