web analytics

 

User can create and upload a collage from custom or preset images and see style advice movies, thanks to YouTube API.

3D puzle game

November 19th, 2011

Away3D(faster analogue of Papervision3D) and JigLib physics library

Custom image collage

November 19th, 2011

Project is done for client from Georgia. User is able to create collage from preset or uploaded images and add title using different fonts and colors.

Circle gallery

November 19th, 2011

Required heavy usage of trigonometry and Google Maps Api

2.5D Image carousel

November 19th, 2011

CustomEyes

November 19th, 2011

 

Choose custom color for your eyes. Photo can uploaded or shot by webcam.

Social Particles

November 19th, 2011

Visualising social network with linked draggable particles. Pure AS3

My first article on Habrahabr.ru

November 15th, 2011

FlexUnit Testing custom UI Components (in russian)

http://habrahabr.ru/blogs/Flash_Platform/132255/

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.

See the working demo here.
See the renderers code:  Bar3DRenderer.as , Column3DRenderer.as
and a real-life example of usage: Experiment2.mxml