View Single Post
Old 5th March 2005, 11:06 AM   #5
Peter Sinclair's Avatar

Username: Peter Sinclair
Rank: Super Moderator
Join Date: Jan 2005
Location: Australia
Posts: 282
Points: 14.18
Default

Yes, I'm still trying to get it to work in FireFox and Opera properly... It seems that firefox reads the pixels differently... I'm still not sure.

The way I got it to work in IE was by adding this code:

Code:
<param name="wmode" value="transparent">

And to the embed tag:

Code:
wmode="transparent"

Here's the full code:

Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="601" height="203"> <param name="movie" value="images/oedesign_flash.swf"> <param name="quality" value="high"> <param name="wmode" value="transparent"> <embed src="images/oedesign_flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="601" height="203" wmode="transparent"></embed> </object>

Peter
__________________
Peter Sinclair
http://www.motivationalmemo.com/
Motivational author and speaker, has created many powerful motivational tools that have been designed to empower your life. Thousands have already benefited from his books and ezines. And as Peter says, "When life requests an answer, shout 'YES!'"

Australia Website Designers
Peter Sinclair is offline   Reply With Quote