Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.
if (expressInstallIsNeeded)
{
ExpressInstall.launch();
}
else
{
// do something else...
}
<script type="text/javascript">
var so = new SWFObject("movie.swf", "mymovie", "200", "100", "8", "#336699");
so.useExpressInstall('expressinstall.swf');
so.write("flashcontent");
</script>
<div id="flashcontent">
<p>this page requires Flash Player v8 or greater</p>
</div>
<script type="text/javascript">
var flashvars = null; // we aren't passing any flashvars
var params = { bgcolor: "#336699" }; // we just want to set the background color
var attributes = null; // we aren't setting any attributes
swfobject.embedSWF("movie.swf", "mymovie", "200", "100", "8.0.0","expressInstall.swf", flashvars, params, attributes);
</script>
1 to 3 of 3