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

Reply via email to