McAfee SECURE sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams

Help  >   SWF OBJECT  >   Docs  >   SWF Object HTML code

SWF Object HTML code

Paste this code into your HTML-page and replace object stage parameter with your values. (following HTML-code supports MS Internet Explorer and Netscape Navigator)

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/
flash/swflash.cab#version=6,0,29,0" width="width"
height="height">
 
<param name="movie" value="swf file path"> 

<param name="quality" value="high"> 
<param name="scale" value="noscale"> 
<param name="bgcolor" value="background color"> 
<param name="flashVars"
value="xmlConfig=path to configuration file">

  <embed src="swf file path" width="width" height="height"
flashvars="xmlConfig=path to configuration file" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer" type="
application/x-shockwave-flash" scale="noscale" bgcolor="
background color"></embed>
</object>