// JavaScript Document jQuery(function($) { $.getScript("/desktopmodules/jquery/flowplayer-3.0.5.min.js", function() { var $img=$(".i-flvflash a[href*=.flv] >img"); if($img.size()==0) return; $img.parent().width($img.width()).height($img.height()).empty().flowplayer("/desktopmodules/jquery/flowplayer-3.0.5.swf",{clip:{autoPlay:false}}); }); });