Do you know any solution to put a picture over a Flash?
It must work in IE6, IE7, Firefox for Windows, MacOSX, Linux and Safari.
|
|
Do you know any solution to put a picture over a Flash? It must work in IE6, IE7, Firefox for Windows, MacOSX, Linux and Safari. |
||
|
|
|
|
Off the top of my head you could try this: Absolute positioned div with the image over the swf You must set swf's parameter "wmode" value as "transparent". You could also go to www.actionscript.org and do a search on their forum. |
||
|
|
|
|
Funnily, I did something similar on SO, but over the arrow of a combo box... Reusing the technique:
Found the wparam=opaque trick at wmode and z-index, search fueled by the remark of tehborkentooth above (which advised to use transparent, but it didn't work for me). Of course, the style of the div should go in a class. The Nbsp is to make SO happy, it must be or real content, of course. |
|||
|
|