I tested an .html page w/ an .swf file in it, and an IMAC using IE 5 isnt' showing the flash file.
This is the code that I used. It is code generated from Flash 5, but placed in a table.
Help!!
<table width="800" height="600" align="center">
<tr>
<td>
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<!--jimmybittker.com --><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=" width=800 height=600>
<param name=movie value="index.swf"> <param name=quality value=high> <param name=bgcolor value=#FFFFFF> <embed src="index.swf" quality=high bgcolor=#FFFFFF width=800 height=600 type="application/x-shockwave-flash" pluginspage="
</td>
</tr>
</table>
This is the code that I used. It is code generated from Flash 5, but placed in a table.
Help!!
<table width="800" height="600" align="center">
<tr>
<td>
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<!--jimmybittker.com --><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=" width=800 height=600>
<param name=movie value="index.swf"> <param name=quality value=high> <param name=bgcolor value=#FFFFFF> <embed src="index.swf" quality=high bgcolor=#FFFFFF width=800 height=600 type="application/x-shockwave-flash" pluginspage="
http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
</object></td>
</tr>
</table>