Try putting the form inside a layer and change the Z-index to something
greater than your flash movie. Or move the form to the flash movie...
HTH
-----Original Message-----
From: Garrett Steed [mailto:gmsteed@s...]
Sent: Wednesday, April 24, 2002 3:14 PM
To: JavaScript HowTo
Subject: [javascript_howto] RE: Menu is going behind the shockwave file?
I believe that is because of the way Netscape include shockwave and flash
files into there presentation object. I believe that is the same thing for
form objects.
But I might be wrong.
Garrett
-----Original Message-----
From: R.VenuGopal [mailto:venu@s...]
Sent: Wednesday, April 24, 2002 12:56 PM
To: JavaScript HowTo
Subject: [javascript_howto] Menu is going behind the shockwave file?
Hi,
I written aprogram in HTML(,,javascript). this contains a drop down menu
and flash shockwave file in middle of the page . when i am running the
program , if i click the menu button the menu is diplaying but the menu is
going behind the shockwave file . this problem i am getting in Netscape6.x
browser , but when i run the same file in IE5.5 his problem is not
coming, the menu is coming over the shockwave file ...
how to overcome this in netscape6.x ...
// i am embeding the shockwave file in my html like
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.c
ab#version=5,0,0,0"
NAME=movie ID="moviename" WIDTH=800 HEIGHT=600>
<PARAM NAME=movie VALUE="Swf3.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<PARAM NAME=WMode VALUE=transparent>
<EMBED src="Swf3.swf" quality=high bgcolor=#FFFFFF WIDTH=400 HEIGHT=600
swLiveConnect="true" NAME="moviename" TYPE="application/x-
shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?
P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
//
This is working fine in IE5.5 (the drop down menu is coming over the flash
movie)
but not in Netscape6.x
plese help me
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20