Hi,

does anyone know how to make a swf transparent within a Mac widget?
I only get white a white border though it works well in Safari.

greetings,
Olli


this is my code:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0";
width="200" height="200" id="test" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="test.swf" /><param name="quality"
value="high" /><param name="wmode" value="transparent" /><param
name="bgcolor" value="#ffffff" /><embed src="test.swf" quality="high"
wmode="transparent" bgcolor="#ffffff" width="200" height="200"
name="test" align="middle" allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"; />
</object>
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to