$(function() { var js = document.scripts; var jsPath; for(var i=0;i -1){ jsPath=js[i].src.substring(0,js[i].src.lastIndexOf("/")+1); } } $(".edui-faked-video,.edui-upload-video").each(function(){ var id = "video_" + getRandom(100); $(this).hide(); $(this).after("
"); jwplayer(id).setup({ flashplayer : jsPath + "jwplayer.flash.swf", file : $(this).attr("src"), image: $(this).attr("poster"), controlbar : "bottom", width : $(this).attr("width"), height : $(this).attr("height"), autostart: true }); }); }); function getRandom(n){ return Math.floor(Math.random()*n+1) }777ÃׯæÖÐÎİæ