(function ($) { $(document).ready(function(){ $f("player", "/sites/default/modules/custom/cckb_ccksite/flowplayer/flowplayer-3.2.6.swf", { plugins: { controls: { playlist: true }, sharing: { url: '/sites/default/modules/custom/cckb_ccksite/flowplayer/flowplayer.sharing-3.2.0.swf', email: false, } } }); $f("player").playlist("div.playlist", {loop:true}).ipad(); $(".scrollable").scrollable(); $("#adverts").scrollable({ vertical: true }); }); })(jQuery);