Transparent Flash
Posted: Thu Jul 06, 2006 11:42 am
Hey,
I have a flash element that overflows part of the page so I need the bg transparent. The code I have has worked perfectly for all browsers/browser settings/system settings I have tested with... but of course when my boss viewed it at home... the background wasn't transparent. He's using IE but I'm not sure which version.
Here's the code:
I have a flash element that overflows part of the page so I need the bg transparent. The code I have has worked perfectly for all browsers/browser settings/system settings I have tested with... but of course when my boss viewed it at home... the background wasn't transparent. He's using IE but I'm not sure which version.
Here's the code:
Code: Select all
<object name="linkbar" type="application/x-shockwave-flash" data="flash/mainlinks.swf" width="733" height="180" style="position:absolute;left:14%;">
<param name="movie" value="flash/mainlinks.swf" />
<param name="wmode" value="transparent" />
<img src="noflash.gif" width="733" height="180" alt="" />
</object>