'valuetype' is used in conjunction with the value attribute of the 'param' element : valuetype « Object « HTML / CSS






'valuetype' is used in conjunction with the value attribute of the 'param' element

   
<HTML>
<head>
<Title>Example For valuetype</Title>
</head>
<BODY>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
        codebase="http://download.macromedia.com/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>  

    
      
      








Related examples in the same category