0
Add This code inside <form> of html code and give the swf file path.Give your swf file path by replacing bold lines in underneath code.
<table width="1000" height="649" border="0" align="left" cellpadding="0" cellspacing="0">
<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>
Please wait. Floor Plan is loading...
<br>
<br>
<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>
</table>
0