Hi
I Am using Aleo Flash Intro Banner Maker to produce my flash banners.
This package is able to create swf files with a transparent back ground. I cannot seem to get the html code that I place in the banner setup correct. This is the code I currently have to display a banner, although not sure if this could be cut down to be simpler.
<script type="text/javascript" src="includes/templates/chalfont_common/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
var params = {};
params.play = "true";
var attributes = {};
WMODE="transparent"
attributes.align = "middle";
swfobject.embedSWF("images/banners/shopheader.swf", "myflashfile", "728", "90", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
</script>
</head>
<body>
<div id="myflashfile">
<a href="http://www.adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/d...ash_player.gif" alt="Get Adobe Flash player" />
</a>
</div>
This is the code that Aleo Flash Intro Banner Maker creates.
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub...ersion=8,0,0,0" width="728" height="90">
<param name="movie" value="test.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent">
<embed src="test.swf"
quality="high"
type="application/x-shockwave-flash"
WMODE="transparent"
width="728"
height="90"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
How can I integrate the transparent code into the existing code to make this banner transparent.
Regards
Laurie
Bookmarks