If you have ever tried to place a div or similar HTML element on top of a swf flash object you will know that it always tries to take precedence. You will need to do the following: In the code for the flash add: <param name=”wmode” value=”transparent”> and in the embed area add: wmode=”transparent” If [...]
