Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.
<li><a href="videos/BBC_VOMT.swf"
onclick="loadSWF(this.href); return false;">BBC VOMT 2002</a></li>
function loadSWF(url){
var so = new SWFObject(url, "flashVarsExample", "550", "400", "8", "#FFFFFF");
so.write("contentinner");
}
<li>
<a href="javascript:ajaxpage('videos/video2.html', 'contentinner');">"If I Sing" 2006</a>
</li>
<li>
<a href="videos/video2.html"
onclick="ajaxpage(this.href, 'contentinner'); return false;">"If I Sing" 2006</a>
</li>
function playFLV(playerURL){
var w = Number(playerURL.split("width=")[1].split("&")[0]);
var h = Number(playerURL.split("height=")[1].split("&")[0]);
var so = new SWFObject(playerURL, 'flvPlayer', w, h, '7', '#000000');
so.write("flashcontent");
}
<p>
<a href="/lab/_common/flvplayer.swf?height=400&width=550&file=/lab/swfobject/load-onclick/video.flv"
onclick="playFLV(this.href); return false;">
Click here to load the SWF!</a>
</p>
/lab/_common/flvplayer.swf?height=400&width=550&file=/lab/swfobject/load-onclick/video.flv
addVariable("file", "video.flv");
& instead of the character & in querystrings to avoid issues with XHTML doctypes.1 to 16 of 16