User created collage and Style guide
November 19th, 2011
3D puzle game
November 19th, 2011
Custom image collage
November 19th, 2011
Circle gallery
November 19th, 2011
2.5D Image carousel
November 19th, 2011
CustomEyes
November 19th, 2011
Social Particles
November 19th, 2011
My first article on Habrahabr.ru
November 15th, 2011
FlexUnit Testing custom UI Components (in russian)
FlexUnit’s UIImpersonator doesn’t work in CI environment (solved)
November 3rd, 2011
I spent some time trying to figure out why my async UI tests are passing fine when called from IntelliJ, but was failing when running from Ant build. I’ve found the solution:
There are two similar libs:
flexunit-4.1.0-33-as3_3.5.0.12683.swc
flexunit-4.1.0-33-flex_3.5.0.12683.swc
You’ll just need to remove the flexunit-4.1.0-33-as3_3.5.0.12683.swc from your libraries path.
When flex compiler resolves the flexunit library path it takes as3 library instead of flex library. This what coused the problem.
Flex 3D column chart and 3D bar chart using custom renderers
August 29th, 2011
See the working demo here.
See the renderers code: Bar3DRenderer.as , Column3DRenderer.as
and a real-life example of usage: Experiment2.mxml








