Just tested with a Flash 8 SWF proxy, and she works like a charm.  I'll blog 
tomorrow morning & post the source.  Short answer:
- create Flash 8 SWF
- expose 2 public methods; 1 to blur a movieclip passed in, and 1 to clear 
the blur (remove the blur from the filters array)
- load the SWF into Flex
- call the blur method on the swf when it's done loading in
- to remove the blur, call the unBlur method on the SWF

Pretty neat!

----- Original Message ----- 
From: "jgraham_us" <[EMAIL PROTECTED]>
To: <flexcoders@yahoogroups.com>
Sent: Monday, January 23, 2006 4:13 PM
Subject: [flexcoders] Re: Flex 2 mx.controls.Alert vs. Flex 1.5


So whats the trick to capturing the bitmap data?  I haven't found a
way to do this yet in Flex 1.5.


--- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote:
>
> You could probably capture the bitmap data before you open the
alert, blur
> the bitmapData, and then open up a MovieClip via PopUpManager
behind the
> alert (basically call it before Alert), and draw the bitmapData
into that
> movieclip.
>
> Basically, when you shutdown Windows XP, it does a screen capture
of your
> desktop, and then brings up a modal dialogue.  If you wait 5
seconds, it'll
> fade that background to gray.  It looks like your desktop is
fading, but
> it's really just a screen capture, so they are fading one image.
>
> You are basically doing the same thing, except blurring it.
>
> ----- Original Message ----- 
> From: "jgraham_us" <[EMAIL PROTECTED]>
> To: <flexcoders@yahoogroups.com>
> Sent: Saturday, January 21, 2006 3:06 PM
> Subject: [flexcoders] Flex 2 mx.controls.Alert vs. Flex 1.5
>
>
> The Flex 2 version of this control does and effect on the entire
> background app when the Alert.show is called, it does a fade/blur
> effect.
>
> Is there a way to get this to work in Flex 1.5?
>
> Thanks
>
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%
40yahoogroups.com
> Yahoo! Groups Links
>






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to