# Glow filter not working?

**URL:** https://forum.kirupa.com/t/glow-filter-not-working/262571
**Category:** Uncategorized
**Created:** [June 7, 2008, 4:11am UTC](https://forum.kirupa.com/t/glow-filter-not-working/262571 "2008-06-07T04:11:28Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![rondog](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/rondog/32/2478_2.png) [@rondog](https://forum.kirupa.com/u/rondog)
#### Post date: [June 7, 2008, 4:11am UTC](https://forum.kirupa.com/t/glow-filter-not-working/262571/1 "2008-06-07T04:11:28Z")

</div>

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??

---

<div class="post-metadata">

### Author: ![johnlouis](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/johnlouis/32/568_2.png) [@johnlouis](https://forum.kirupa.com/u/johnlouis)
#### Post date: [June 7, 2008, 9:24am UTC](https://forum.kirupa.com/t/glow-filter-not-working/262571/2 "2008-06-07T09:24:09Z")

</div>

are you doing anything to the movieclip in actionscript? maybe it’s something in your code…

---

<div class="post-metadata">

### Author: ![rondog](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/rondog/32/2478_2.png) [@rondog](https://forum.kirupa.com/u/rondog)
#### Post date: [June 7, 2008, 10:18am UTC](https://forum.kirupa.com/t/glow-filter-not-working/262571/3 "2008-06-07T10:18:54Z")

</div>

> [@johnlouis;2338495](#):
>
> 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:

```auto

function onResize(e:Event):void
{
    footer.y = stage.stageHeight - footer.height;
    footer.scaleX = stage.stageWidth;
}

```

---

<div class="post-metadata">

### Author: ![Alex\_Lexcuk](https://avatars.discourse-cdn.com/v4/letter/a/919ad9/32.png) [@Alex\_Lexcuk](https://forum.kirupa.com/u/Alex_Lexcuk)
#### Post date: [June 7, 2008, 8:06pm UTC](https://forum.kirupa.com/t/glow-filter-not-working/262571/4 "2008-06-07T20:06:38Z")

</div>

This filter better all works  
[http://dnadillo.dn.ua/fla/text-Glow-filter.swf](http://dnadillo.dn.ua/fla/text-Glow-filter.swf)  
[http://dnadillo.dn.ua/fla/text-Glow-filter.zip](http://dnadillo.dn.ua/fla/text-Glow-filter.zip)
