Hi, we are working on the same proble and our code looks well in
Firefox 3 for Machintosh.
We add the next javascript where there's an "else" sentence giving the
"wmode" "transparent", besides
<param name="wmode" value="trans "parent" />
for the object.
We did this by hand. without GWT. First we tried to use GWanted to
stop the flash movie, but we didn't get it, the GWanTed Flash class,
the Flash function stopPlay() is not working, we don't know why.
I hope this help you.
<div id="banner"><!--empieza banner-->
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js.");
} else {
AC_FL_RunContent(
'codebase','http://download.macromedia.com/pub/
shockwave/cabs/flash/
swflash.cab#version=9,0,0,0','width','700','height','174','id','banner','align','middle','src','banner','quality','high','bgcolor','#184d8b','name','banner','allowscriptaccess','sameDomain','allowfullscreen','false','pluginspage','http://
www.macromedia.com/go/getflashplayer','wmode','transparent','movie','banner'
); //end AC code
}
</script>
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=9,0,0,0" width="700" height="174" id="banner"
align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="banner.swf" /><param name="quality"
value="high" /><param name="bgcolor" value="#184d8b" />
<param name="wmode" value="transparent" />
<embed src="banner.swf" width="700" height="174" align="middle"
quality="high" bgcolor="#184d8b"
name= "banner" allowScriptAccess="sameDomain"
allowFullScreen="false" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
wmode="transparent" />
</object>
</noscript>
</div><!--termina banner-->
On Aug 24, 2:58 am, ahmed saber <[EMAIL PROTECTED]> wrote:
> Hi,
> i just building i vertical menu with sub menu relative to it, also i
> have a flash banner
> problem that when i traying view submenu it goes behind flash banner
>
> i traying some tips like
> give the main div {menu div} z-index: 1;
> and the flash div z-index: -1 or zero;
>
> also added this code to the object code
>
> <param name="wmode" value="transparent">
>
> this works in IE only and i face problem with firefox version 3.0
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---