PDA

View Full Version : how can I do this?


angst
12-10-2002, 02:19 PM
ok I'm wondering if any one here knows the code to make the back ground of my swf file transparent, I used to know the code but can't remember what it was..

can any one give me a hand with this?

thanks in advance for your time!

binkyboo
12-10-2002, 02:48 PM
Define transparency when publishing. Under Window Mode choose Transparent Windowless. Otherwise you can add this to your html code:

<PARAM NAME=wmode VALUE=transparent>

Hope this helps!