We are changing our site to a CMS. We want to keep the existing flash
and work it into the new site. I need to make a small movie
transparent. It is in a table with a background image defined in the
css. Below is the HTML code I have currently. It was generated
using and then slightly modified
The movie is located in the correct place but is opaque. I have tried
a couple of different locations using the <param name="wmode"
value="transparent"> and an embed wmode="transparent"; and really
can't find an example of how to incorporate method calls to the
SWFObject that would facilitate the same properties.
My question is where and what code do I place to make the movie, in a
table cell, transparent?
<object classid="clsid:xxx" width="210" height="100"
id="ADSimpleFlashLogo">
<param name="movie" value="adsimplelogo.swf" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash"
data="/assets/common/
adsimplelogo.swf" width="214" height="120">
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflashplayer">
<img
src="http://www.adobe.com/images/shared/download_buttons/
get_flash_player.gif" alt="Get Adobe Flash player" />
</a>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---