Can anyone tell me why this won't work in NETSCAPE?

Superwormy

Golden Member
Feb 7, 2001
1,637
0
0
Can anyone tell me why this page becomes messed up in Netscape but works in all other browsers? Er... well Mozilla too but thats because Netscape and Mozilla are the same thing really.

But why does the bamboo border get messed up?


this page


Thanx in advance!
 

Czar

Lifer
Oct 9, 1999
28,510
0
0
fuct in opera also, and looks just as fuct in mozilla,

has something to do with how the flash is created.. all I can tell you
 

stndn

Golden Member
Mar 10, 2001
1,886
0
0
a quick look at the source code says this:

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
ID=FJJA WIDTH=640 HEIGHT=480>
<PARAM NAME=movie VALUE="fjja.swf"> <PARAM NAME=quality VALUE=best> <PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="fjja.swf" quality=best bgcolor=#000000 WIDTH=640 HEIGHT=480 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></OBJECT>

i think only msie understand the OBJECT thing, so other browsers does not do well ... ?
but then again, maybe not since the browsers can display the flash animation correctly ...

then there's the two BGCOLOR thing, which i don't understand ... one is FFFFFF (white), which appears on msie, and the other is 000000 (black), which appears on netscape 4.79 and mess up the flash thingy ...

so, in conclusion, i'm just blabbing and not making any sense ... but i think those above may be responsible for messing up the flash display on other browsers .....

-1062-