Tag Archive for 'blurfilter'

14
Aug

Using the new filter effects in Flex Gumbo

The following example shows how you can use the new Flex Gumbo filter effects from the flex.filters.* package. These new filters allow you to modify the filter’s properties at runtime without needing to recreate and reapply the filter to the display object.

Full code after the jump.

Continue reading ‘Using the new filter effects in Flex Gumbo’

26
Sep

Using the flash.* classes in MXML

I saw this trick the other day and thought it was pretty handy, so thought I’d save it here for future reference.

The following example shows how you can use the flash.filters classes in your MXML code by creating a new XML namespace.

Full code after the jump.

Continue reading ‘Using the flash.* classes in MXML’