FragMagnet
1-31-04, 01:57 PM
Created a flash navbar and referenced it as following in my HTML:
<td height="96">
<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="127" height="107">
<PARAM name="movie" value="Vector.swf">
<PARAM name="quality" value="high">
<PARAM name="menu" value="true">
<EMBED src="flash/Vector.swf"
width="127"
height="107"
quality="high"
menu="true"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
type="application/x-shockwave-flash" swLiveConnect="true">
</EMBED>
</OBJECT>
</td>
I've uploaded the .swf as binary into the correct directory (with correct case referencing). The page loads (well, the bulk of it) but doesn't show the navbar. I'm using IE6 and it looks like it's still trying to download 1 item from the server but never acomplishes the task. The .swf is only 37K. I've also checked the plugin download link, it's active and responds quickly.
Help... please...
<td height="96">
<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="127" height="107">
<PARAM name="movie" value="Vector.swf">
<PARAM name="quality" value="high">
<PARAM name="menu" value="true">
<EMBED src="flash/Vector.swf"
width="127"
height="107"
quality="high"
menu="true"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
type="application/x-shockwave-flash" swLiveConnect="true">
</EMBED>
</OBJECT>
</td>
I've uploaded the .swf as binary into the correct directory (with correct case referencing). The page loads (well, the bulk of it) but doesn't show the navbar. I'm using IE6 and it looks like it's still trying to download 1 item from the server but never acomplishes the task. The .swf is only 37K. I've also checked the plugin download link, it's active and responds quickly.
Help... please...