Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.
<html>
<head>
<script type="text/javascript" src="swfobject.js"></script>
</head>
<body>
<div id="flashcontent">
alternate content goes here
</div>
<script type="text/javascript">
// <![CDATA[
var version = deconcept.SWFObjectUtil.getPlayerVersion();
//Only attempt to embed SWF if Flash Player is newer than v6.0.64
if((version['major'] == 6 && version['rev'] >= 65) || (version['major'] > 6)) {
var so = new SWFObject("movie.swf", "mymovie", "200", "100", "8", "#336699");
so.useExpressInstall('expressinstall.swf');
so.write("flashcontent");
}
//For troubleshooting: show me what version is currently installed.
//This can be safely deleted
document.write(version['major'] +"." +version['minor'] +"." +version['rev']);
// ]]>
</script>
</body>
</html>
<html>
<head>
<script type="text/javascript" src="swfobject.js"></script>
</head>
<body>
<div id="flashcontent">
alternate content goes here
</div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("movie.swf", "mymovie", "200", "100", "8", "#336699");
so.useExpressInstall('expressinstall.swf'); //you can delete this line if you don't want to enable expressInstall
so.write("flashcontent");
// ]]>
</script>
</body>
</html>
1 to 5 of 5