Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Transparency Working on PC but not Mac

Status
Not open for further replies.

kristinel

Technical User
Mar 16, 2005
2
US
Can you help us with this flash code? The background shows solid instead of transparent on the Mac, even though it looks fine on a PC. Thx!

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="375" height="350">

<param name="movie" value="sm_main_nav.swf">

<param name="quality" value="high">

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

<embed src="sm_main_nav.swf" quality="high" pluginspage=" type="application/x-shockwave-flash" width="375" height="350"></embed></object>

</td>
 
Thanks--we tried it as follows but it's still not working on the Mac. Can you help?

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="375" height="350">
<param name="movie" value="daisybakg.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="daisybakg.swf" quality="high" wmode="transparent" pluginspage=" type="application/x-shockwave-flash" width="375" height="350"></embed></object>
</tr>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top