Transparent Flash

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
r_barlow
Forum Newbie
Posts: 17
Joined: Mon May 29, 2006 3:13 pm

Transparent Flash

Post by r_barlow »

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:

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>
Post Reply