DHTML menus over flash content
DHTML menus over flash content
Out of context: Reply #5
- Started
- Last post
- 16 Responses
- monkeyshine0
Hi. I had this problem a while back and what I learned is that you have to have something like this:
//param name="wmode" value="transparent"//
and then your...
//embed src=image.swf" width="425" height="237" align="top" quality="high" wmode="transparent" ...//obviously // is for the <
should work...works on every browser for me.