HTML CSS Reference/HTML Attributes Reference/valuetype
Содержание
"valuetype" Example
<HTML>
<head><Title>Example For</Title></head>
<BODY>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.ru/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
width="243"
height="194">
<param name=movie DATA="yourfile.swf" valuetype="ref" type="video/*">
<param name="quality" value="high">
</object>
</BODY>
</HTML>
valuetype is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<param> |
+----------------+--------------------------------------------------------------+
valuetype Possible Values
Possible Values
data value is a string. This is the default value.
ref value is a valid Uniform Resource Identifier (URI).
object value is the value of an element id attribute or object.
"valuetype" Syntax and Note
Note:
This attribute is used in conjunction with the value attribute of the <param> element.
It is used to define the type of the value attribute.
Syntax:
<param valuetype="value">