I have a MovieClip, lets call it "mc_holder" that I am creating, drawing a rectangle in, and then applying a dropshadow filter.. Inside "mc_holder", I am creating an "image_holder" MC, inside of which I am creating several MC's, each of which is having an Image Loaded into it....

When the images load, the drop shadow filter on their ultimate parent "mc_holder" seems to want to render around them, producing some very nasty background colored borders/bars and some shadow rendering. Resizing the swf in the test window causes a redraw that draws correctly. I can simply dedicate an MC to just the dropShadow, but I was wondering if anyone had a nicer fix for this...


mc_holder.filters = [new DropShadowFilter (2, 45, "0x000000", 100, 10, 10, 2, 2, true, false, false)];

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to