SWF Object

<script src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js" type="text/javascript"></script>
 
<script type="text/javascript">
var flashvars = {};
var params = {};
var attributes = {};
 
swfobject.embedSWF("flash.swf", "divID", "300", "120", "9.0.0","expressInstall.swf", flashvars, params, attributes);
</script>

Valid HTML

<object id="myId" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%">
	<param name="movie" value="main.swf" />
 
	<!--[if !IE]>-->
	<object type="application/x-shockwave-flash" data="main.swf" width="100%" height="100%">
	<!--<![endif]-->
 
	<p>Alternative content</p>
 
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
 
</object>
 
swf_object.txt · Last modified: 2010/06/30 17:23 by root
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki