I've been searching for a while now about how to layer html element over SWF object and at last what i came up to is (according to Abode):-
Internet Explorer : Doesn't support layering at all.
Firefox : Doesn't support layering (But it worked but without transparency).
Chrome : Adobe claims that it is not supported but amazingly it worked fine and with transparency.
Safari(Windows) : Doesn't support layering at all.
safari(Mac OS) : supported.
I know that i can easily set wmode="transparent" or wmode="opaque" an layering will work just fine. but i found out that with SWF object which contains 3D content its wmode must be set to "direct" or "gpu".
if anyone knows any solution to this problem, i would appreciated cause i'm developing a game on flash i want to overlay it with html elements and i didn't found any firm answer whether its possible or not
Thanks in advance