This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

valueType

Applies to ?
## Examples

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

valueType was introduced in Microsoft Internet Explorer 6

Syntax

Standards information

See also

Related pages

  • param
  • Conceptual
  • Binding HTML Elements to Data
  • Introduction to Data Binding

Attributions