Oh man, seriously, thank you so much. It was exactly the cause of my problem... I had a scrolling menu that was larger than 2880... It's masked, but still... it's what prevented the filter to work.
Isn't that limitation a bit... sucky ? Oh, well... thanks again! On 20/06/08 17:28, "Ian Thomas" <[EMAIL PROTECTED]> wrote: > The only thing I can think of is this, from the AS2 docs: > > "A filter is not applied if the resulting image exceeds 2880 pixels in > width or height. If, for example, you zoom in on a large movie clip > with a filter applied, the filter is turned off if the resulting image > exceeds the limit of 2880 pixels." > > Is that likely to be the problem? > > Ian > > On Fri, Jun 20, 2008 at 10:12 PM, leolea <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I have a mc that I'm trying to blur, and it just doesn't. Actually no filter >> works, at all. >> >> I'm apply the filter simply like that: >> >> var b:BlurFilter = new BlurFilter() >> mymc.filters = [b]; >> >> The MC is a section container that has many other children MCs. They are >> loading JPGs, streaming video, and many other stuff. >> >> I have two other section MCs like this one, and all the others blur alright. >> >> It doesn't throw any error, and if I trace mymc.filters it outputs the >> blurFilter ... But the MC doesn't get blurred... >> >> So I'm wondering if anyone knows what could prevent an MC to get blurred, >> because I tried to pinpoint the problem and I just can't find it... >> >> Thanks! >> >> >> >> _______________________________________________ >> Flashcoders mailing list >> [email protected] >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >> > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

