We Recommend

HTML: The Definitive Guide HTML: The Definitive Guide
They teach you that learning HTML is like learning any other language and that reading a book of rules can only take you so far. Readers begin writing what may be their first Web page just two pages into the book's second chapter. From there on, they provide a wide range of HTML coding to allow readers to learn from good examples. The book includes a handy "cheat sheet" of HTML codes for quick reference.


Posted By

zensir on 01/30/07


Tagged

html flash


Versions (?)


Who likes this?

2 people have marked this snippet as a favorite

Hirmine
basicmagic


HTML element on top of a Flash movie


Published in: HTML 


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

he solution to the problem is actually very easy. All you need to do is add a param to the object including the Flash: This has been tested to work in the following web browsers:

* Internet Explorer 5.0+
* Firefox 1.5+ (I’m convinced it will work from 1.0+, but haven’t tested).
* Safari 1.3+
* Opera 7.03+
  1. <param name="wmode" value="transparent">

Report this snippet 

You need to login to post a comment.