18 March 2010

How to put an HTML element on top of a Flash movie

http://robertnyman.com/2007/01/29/how-to-put-an-html-element-on-top-of-a-flash-movie/

Ensure you read the comments. This technique might not work in all browsers. Recommended method of placing objects atop Flash:
<param name="wmode" value="transparent">
<embed wmode="transparent" (…)></embed>

No comments: