James Bond : le générique joué par des lecteurs disquettes ! :
http://www.generation-nt.com/james-bond-theme-musical-lecteurs-disquettes-floppy-drives-actualite-1571601.html
( 007 theme on floppies - YouTube : http://www.youtube.com/watch?feature=player_embedded&v=vZe0_dk4czE )
(( Can i use Redirector :: Add-ons for Firefox : https://addons.mozilla.org/en-US/firefox/addon/redirector/ and how ? ))
NoScript work around = "j.adlooxtracking.com" and Google api (?) ; thank you very much for the correction of the problem.
The scripts are not present immediately on loading the page ; note, i only allow "www.generation-nt.com" by default !
Code: Select all
<script> var sd = new SWFObject("/swf/player.swf","container0","550","420","9"); sd.addParam("allowscriptaccess","always"); sd.addParam("wmode","transparent"); sd.addParam("allowfullscreen","true"); sd.addVariable("shownavigation","true"); sd.addVariable("controlbar","bottom"); sd.addVariable("volume", "0"); sd.addVariable("autostart","false"); sd.addVariable("stretching","fill"); sd.addVariable("width","550"); sd.addVariable("height","420"); sd.addVariable("file","/swf/video.mp4"); sd.addVariable("image","http://img.youtube.com/vi/vZe0_dk4czE/0.jpg"); sd.addVariable("plugins","http://fr-advideum.cdn.videoplaza.tv/resources/as3_bridge_jw_5x.swf"); sd.addVariable("vpdomain","http://fr-advideum.videoplaza.tv"); sd.addVariable("vpEnvironmentURL","http://fr-advideum.cdn.videoplaza.tv/contrib/fr-advideum/environment.xml"); sd.addVariable("vpUseDomainWhitelisting","true"); sd.addVariable("vpshares","generationnt"); sd.addVariable("vptags",""); sd.write("sdplayer0"); jwplayer("container0").onComplete(function() { $("#ytplayer0").html("<iframe src=\"http://www.youtube.com/embed/vZe0_dk4czE?rel=0&hd=1&autoplay=1\" frameborder=\"0\" height=\"420\" width=\"550\"></iframe>"); $("#sdplayer0").hide(); $("#ytplayer0").show(); _gaq.push(['_trackEvent', 'Videos', 'vZe0_dk4czE', 'Play video']); }); </script>
