param

Support

Specifies a parameter to be passed to an applet, embed, or object element.

Use the param element to specify additional object properties. The properties depend on the embedded application.

Example

<object data="flash.swf" type="application/x-shockwave-flash" width="300px" height="200px">
<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
<param name="movie" value="flash.swf" />
<param name="bgcolor" value="#FFFFE0" />
<param name="quality" value="high" />
</object>