HTML <param>
query_builder | Christopher PisaniThe HTML element <param> sets parameters within the HTML element <object>. Multiple <param> elements can be used within an <object> element with multiple names and values.
A banner example of an SWF file using multiple parameters to control the SWF object
<object data="/media/example.swf" type="application/x-shockwave-flash" style="width:100%">
<param name="movie" value="/media/example.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
</object>
Available Attributes
Attribute | Values | Functionality |
---|---|---|
name | name | The name of the parameter |
value | value | The value of the parameter |