How to show a flash image in html page?

Html code snippet:

 

<tr valign="middle" align="center" height="100%">

   <td height="465" valign="middle" style="font-size: 10pt; color: #084c89; font-family: Arial;border-right-color: teal">

      <p>

          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"

          width="200" height="15" viewastext>

            <param name="movie" value="../Images/percent.swf">

             <param name="quality" value="high">

             <embed src="../Images/percent.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"

 type="application/x-shockwave-flash" width="200" height="15"></embed>

          </object>

       </p>

   </td>

</tr>

 

Note: Replace with proper flash image path and flash image name in highlighted code section.