|
Guido, Member
Posted: 11 July 2012 10:39 AM Total Posts: 70
Hi,
since I had to set wmode to direct, Flash is always in foreground in ie and chrome. Even if i set z-index to -10000 Flash is in foreground.
I have a javascript dropdownmenü, which i would like to see but it disappears behind my FlashApp.
Is there a solution?
|
Guido, Member
Posted: 16 July 2012 10:39 AM Total Posts: 70
[ # 1 ]
if i set wmode to transparent it works but i have to set it direct to make away3d 4.0 working. I should set it to both.
Any idea?
|
Matse, Sr. Member
Posted: 16 July 2012 11:47 AM Total Posts: 149
[ # 2 ]
I don’t think there is any solution to this, sorry.
|
pool338, Jr. Member
Posted: 17 July 2012 06:21 AM Total Posts: 37
[ # 3 ]
Hi,
I hab the same problem. My “workaround” is, that a create a div around the flash <object> and just set the visibility of the div to hidden, when i activate something that overlaps.
|
riffraff, Newbie
Posted: 17 July 2012 01:52 PM Total Posts: 9
[ # 4 ]
Flash 12 uses hardware rendering for drawing 3D. Hardware rendering actually overlaps browser window with special hardware window. Because of that it is impossible for browser to draw anything on the 3d window. Previous flash versions rendered in software into memory buffer then copied it as plain bitmap into browser for drawing. So browser was in control. With 3D right now there is only html5 with WebGL which uses hardware rendering for everything, so browser again has control over every window(but it sucks at performance). Only sensible solution is to minimalize flash window on lost focus.
sincerely.
|