minor
01-23-2001, 05:52 AM
hi, i have a problem. i am working on a site and a lot of people who use macs are telling me they cannot view my site. i use load movies for the menu and apparently the menu buttons are not working.
it works on:
IE for PC
Netscape for PC
and IE and Netscape for some macs, but not all
here is my code
<table cellpadding=0 cellspacing=0 border=0 width=100% height=100%>
<tr align=center>
<td>
<table cellpadding=0 cellspacing=0 border=0>
<tr>
<td>
<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=780 HEIGHT=400>
<PARAM NAME=movie VALUE="bottom.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="bottom.swf" quality=high bgcolor=#FFFFFF WIDTH=780 HEIGHT=400 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
</td>
</tr>
</table>
</td>
</tr>
</table>
does anyone have any idea what might be the problem?
it works on:
IE for PC
Netscape for PC
and IE and Netscape for some macs, but not all
here is my code
<table cellpadding=0 cellspacing=0 border=0 width=100% height=100%>
<tr align=center>
<td>
<table cellpadding=0 cellspacing=0 border=0>
<tr>
<td>
<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=780 HEIGHT=400>
<PARAM NAME=movie VALUE="bottom.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="bottom.swf" quality=high bgcolor=#FFFFFF WIDTH=780 HEIGHT=400 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
</td>
</tr>
</table>
</td>
</tr>
</table>
does anyone have any idea what might be the problem?