Author Archives: edzis

Get your questions answered by Flashers on Aardvark

I know there are sometimes problems and questions you get stuck with and there is nobody around to help. Ask your flash questions directly to your fellow Flashers on Aardvark or try any other type of questions! Once you join, … Continue reading

2 Comments

Google Analytics for Myspace

I offer you a ready-made tracker for Google Analytics (GA) that can be used in Myspace or any other place where you are not allowed to use JavaScript. For those who speak geek this is nothing new, this is mainly … Continue reading

1 Comment

3D dice with rounded edges

This is a 3D dice I made in FIVe3D. It has rounded edges that animates with rotation to the next score. A couple of weeks ago I had to add a dice for a game my colleague was developing. Scanning … Continue reading

15 Comments

Version 2 of Tree generator in 25 lines of ActionScript

January 2009 finalists of the 25-Line ActionScript Contest have been announced and sadly my entry is not among them. Therefore, to fulfill my desire of sharing I present you Tree generator 2. And for my fellow coders here is the … Continue reading

4 Comments

AS3 preloaders made easy in FlashDevelop

 In my code based approach to development I frequently come across the problem of adding a preloader. For projects which are made in Flash authoring the typical one file approach is to add a light preloader in frame 1 of … Continue reading

Leave a comment

Tree generator in 25 lines of ActionScript

I am writing a bit late, but just wanted to share that I as well had submited my entry for the The 25-Line ActionScript Contest – Tree Generator. For those not yet informed the competition is a revamp of the … Continue reading

6 Comments

Event Tracking in Google Analytics

Google recently announced Google Analytics Tracking For Adobe Flash by publishing gaforflash library. This is a standardized and officially supported way for flash platform to track pageviews and events, with the second available only in Event Tracking Beta. Yesterday I checked it … Continue reading

1 Comment

Blur on rotationY = 0? Use transform.matrix

If you have run across bad quality visuals after doing DisplayObject transformations in 3D (rotationX, rotationY, rotationY or z-axis modifications) you might want to use transform.matrix to get back the quality. I wanted to make a simple 3D animation in … Continue reading

15 Comments

onAIR 2008 Berlin reflection

I returned from onAIR tour event in Berlin already last week, but still wanted to share a thing that stayed on my mind. A bit to my surprise in the presentations flex and html/js/ajax seemed to be represented to higher … Continue reading

Leave a comment