PDA

View Full Version : Element over Flash


Haidar
04-30-2010, 12:24 AM
I'm really stuck in this thing after wasting a lot of hours. So maybe some help would work.

<div id="border">
<object>
<param name="wmode" value="logo.swf" width="1000" height="234">
<embed src="logo.swf" value="image" quality="high" pluginspage="http://macromedia.com/go/getflashplayer" type="application/x-schockwave-flash" width="1000" height="234">
</embed></object>
</div>

So because when i try to make value="transparent" it wont work, the white color dosn't get transparent i want that div border to have an z-index higher then the flash, so in other words it are shown OVER the flash. But it wont work, i use both position: revelant; and z-index: 5000; but it still wont work

Idaes :thumbsup: