name param element)
Applies to | ? |
---|
The following example shows how to use the param element to specify a run-time parameter for the object specified by the object element. A URI is specified for the Windows Media Player control.
<OBJECT CLASSID="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
<PARAM NAME="FileName"
VALUE="http://msdn.microsoft.com/workshop/samples/author/behaviors/media/28movie.asf"
VALUETYPE="ref" TYPE="video/*"/>
</OBJECT>
Notes
Remarks
In Microsoft Internet Explorer 3.02 and later, name is an attribute of param. Beginning in Microsoft Internet Explorer 6, name is a read/write property.
Syntax
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
See also
Related pages
param
Conceptual
Binding HTML Elements to Data
Introduction to Data Binding
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]