Forum Moderators: open
<param name="wmode" value="transparent">
and (for other browsers) add the attribute:
wmode="transparent"to the <embed> tag.
<object>
<param name="movie" value="http://....swf">
<param name="wmode" value="transparent">
<embed wmode="transparent" src="http://....swf">
</object>
Perhaps through javascript you could experiment with the z-index of the page's <div> elements (move the flash to "under" after the page is loaded?), but even in this I have not heard of anyone having any success. Even if you do manage to make the Flash movie transparent (and this does not work in every browser), there is still a problem of flickering in some computers (speed) and platforms.
Although I have looked extensively into the problem in the past, it has been some months since I have searched for any update to the above. If anything I have written is no longer accurate, please correct me!
<html>
<body><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
viewastext="" height="89" width="238">
<param name="movie" value="http://www.dargaud.fr/media/tra_media_178.swf">
<param name="wmode" value="transparent">
<embed wmode="transparent" src="http://www.dargaud.fr/media/tra_media_178.swf" height="89" width="238">
</object>
<div style="position:absolute; top:20px; left:20px;">
<a style="color:red;" href="#">Cliquer ici text text text text text text text text text text text text text text text text</a>
</div></body>
</html>
The link is displayed on top of the flash object.
[edited by: Achernar at 1:36 pm (utc) on May 31, 2007]
here's an detailed explanation:
[communitymx.com...]
which includes a great comparison:
[communitymx.com...]