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" />

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>