NonverBlaster Flash (flv,mov) Player with fullscreen option, I don't see support for youtube videos.
This is a totally free flash player for any website, easy to set up although the instruction is not very clear on its website. If you already installed my fancybox plugin then you're already to go. All you need is to use the same script here for each flv or mov videos and its picture. If you... ... just want the player for an html page, then load the requirement files "swfobject" & "nonverblaster.js" to the head page like this. If your head page also contains the swfobject 1.5 for jwplayer already then you don't need to put this swfobject (2.0) on there. You only need one swfobject for all players.
<div style="text-align: center;" id="player1"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> and Firefox,Chrome,Safari,ie8 to see this video!</div>
<script type="text/javascript"></script>
<script type="text/javascript">// <![CDATA[
var s1 = new SWFObject("/l2plugins/nucleus/plugins/fancybox/NonverBlaster.swf","single","640","345","9");
s1.addParam("allowfullscreen","true");
s1.addVariable("mediaURL","/testvideos/ltooz640.mov");
s1.addVariable("teaserURL","/testvideos/ltooz640.jpg");
s1.addVariable("autostart","true");
s1.useExpressInstall('/l2plugins/nucleus/plugins/fancybox/expressinstall.swf');
s1.write("player1");
// ]]></script>





