I have a movie clip, I hit the filter tab and applied a glow. I can see it on my stage, but once I compile the filter isnt on it. any idea why??
are you doing anything to the movieclip in actionscript? maybe it’s something in your code…
Yea its a footer so I have it changing its scaleX to match the width of the stage:
function onResize(e:Event):void
{
footer.y = stage.stageHeight - footer.height;
footer.scaleX = stage.stageWidth;
}
This filter better all works
http://dnadillo.dn.ua/fla/text-Glow-filter.swf
http://dnadillo.dn.ua/fla/text-Glow-filter.zip