Its been a while since I have done one, but don't blur filters require
some parameters?  I didn't think you could do a generic one as you did -
new BlurFilter() and not say how much it blurs, what the opacity is,
etc.

Jason Merrill 
Bank of America 
Global Technology & Operations & Global Risk L&LD 
eTools & Multimedia 

Join the Bank of America Flash Platform Developer Community 

Are you a Bank of America associate interested in innovative learning
ideas and technologies?
Check out our internal  GT&O Innovative Learning Blog & subscribe. 

 

>>-----Original Message-----
>>From: [EMAIL PROTECTED] 
>>[mailto:[EMAIL PROTECTED] On Behalf Of leolea
>>Sent: Friday, June 20, 2008 5:12 PM
>>To: Flash Coders List
>>Subject: [Flashcoders] FP9/AS3 : What could prevent filters 
>>from working ?
>>
>>
>>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

Reply via email to