How to put flash behind HTML
This was a big issue for me because on my new game arcade Goober when i try to pop up a feed dialog, it was going behind the swf.
I found this post searching about how to keep the flash in the background, I may extract only the hiding part and post it here later.
EDIT:
It turns out its a matter of flash embed properties, one should add
wmode='transparent'
or adding this to object tag:
<param name="wmode" value="transparent" />

Recent Comments