PDA

View Full Version : Transparent color or background in swf files


J_F_NASH
02-28-2005, 12:22 PM
How to do dynamically that the background or a color of .swf loaded = transparent?

1) loadMovie("image.swf", _root.Tile_mc);
2) ??

Tranks.

7year
02-28-2005, 03:41 PM
the transparency of a flash movie background is set through the html tags, not through actionscript. Also one thing to note is that this feature does not work on some browsers(netscape for sure) I'm not sure where to point you for more info, but perhaps this will help you to some extent.

tGP
02-28-2005, 10:43 PM
are you trying to make Tile_mc transparent, or the stage (as 7year said, that takes html mods, and its a bit messy on some browsers...)

cheers
j