x
 
<html>
<head>
<title>HTML tutorial</title>
</head> 
<body>
<h5>This a flash driven animation with IE friendly code:</h5>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="350" height="220" id="FlashID" title="brand">
    <param name="movie" value="../../../img/tutorials/object_ex1.swf" />
    <param name="quality" value="high" />
    <param name="loop" value="true" />
    <param name="play" value="true" />
    <param name="scale" value="showall" />
    <param name="wmode" value="transparent" />
    <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="../../../img/tutorials/object_ex1.swf" width="350" height="220">
    <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="loop" value="true" />
        <param name="play" value="true" />
        <param name="scale" value="showall" />
        <param name="wmode" value="transparent" />
        <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
</object>
</body>
</html>