In a current project I run on the following problem: didn’t see a blur filter applied on a background. Started debugging and even though was no error neither compile errors nor runtime. But a the Flex Builder console panel, where traces appear, a special output text warning appeared:
Warning: Filter will not render. The DisplayObject’s filtered [...]
Next FlexCamp Romania will take place in Timisoara on 14th of March 2009. The schedule is complete and the registration is open.
10:30 – 11:00
Opening session: Mihai Corlan, Mihai Pricope, Cornel Creanga from Adobe Romania
11:00 – 11:30
Geeky Flash: unorthodox practices to program for Flash Player – PixelBender & Alchemy
Presenter: Mihai Pricope from Adobe Romania
11:30 [...]
This week I’ve been working on a project that uses deep linking with SWFAddress library. SWFAddress is a useful tool that lets you go to a specified part of a flash site by changing the browser’s url.
Anyway this project was in part completed but had to do some changes and fix some bugs. Most bugs [...]
If you need and auto resized text area then you are in problems. As far as I know there is no property to use to make a text area auto resizeable.
I really needed an auto resizable text area so I started searching and studying. I found that we can use mx_internal properties, variables and methods [...]