|
Rank: Newbie Groups: Member
Joined: 8/27/2007 Posts: 3
|
Hi, I have recently purchased eo.menu single server license. It's working OK in Firefox on PC and Mac, but on Linux the flash object in http://atsistemas.arteriastudios.com:81 is drawing over the menu control. The flash version we are using is 9.0.48, and Firefox 2.x You can see an screenshot on http://atsistemas.arteriastudios.com:81/screenshot.jpg thanks in advantage regards
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, Have you tried setting wmode to "transparent"? For example:
Code: HTML/ASPX
<embed style="Z-INDEX: 1; LEFT: 0px; WIDTH: 300px; POSITION: absolute;
TOP: 0px; HEIGHT: 300px"
src="bbb.swf"
quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash"
width="100" height="100" wmode="transparent" />
Note the last attribute wmode is set to transparent. Thanks
|
|
Rank: Newbie Groups: Member
Joined: 8/27/2007 Posts: 3
|
Hi,
Yes, I saw this solution on the net. Anyway, I try your code and I still having the same problem, as I told you It's only happens on Firefox running on Linux.
It's important for us because lot of our employees use firefox on linux.
thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have verified that Flash does not support wmode on Linux. We have also verified that several other vendor's product have the same issue on Linux as well. We tested with Debian destribution.
We will look into it and see if we can find a workaround for it.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 8/27/2007 Posts: 3
|
Hi,
Thanks a lot for your quick answer. I wait your news.
regards
|
|