Stanislav Zorjan - Stasha - Full Stack Software Engineer and Game Development Hobbyist - Prague

Latest from my blog

Flex - Simple Maven Project

Did you ever wanted to build flex/maven project but you didn't know how?
Here is a step by step tutorial on how to create and build "simple" flex / maven project from Flash Builder using m2eclipse. Read More

Flex - Ant - Deploying to Amazon S3

Have you ever had need to deploy flex application to Amazon S3?
If you had and didn't know how, here you can find ANT script for automating this task. Read More

When Firefox Crashes

If you've been in situation (from what ever reason) to develop code that offten crashed Firefox, making Firefox unresponsive, thus you had to kill Firefox through "Task Manager" "Processes" window, you don't have to do it this way. Read More

Molehill Example Collection

For those who don't know what Molehill is: ""Molehill" is the code name for a new set of low-level, GPU-accelerated 3D APIs that will enable advanced 3D experiences across screens through the Adobe® Flash® Platform runtimes." Read More

AS3 3D engines comparison

Two years ago I've made a comparison test between three well known 3D engines for AS3: Away3D, Papervision3D and Sandy3D.

At the very beginning I just wanted to create a speed test... Read More

Flex - Ant - Complete Automation

When developing aplications, developers are facing different kind of tasks. Automatng tasks means we don't have to do all the stuff manually, and that means: less stress :) (our best friend), consistency, less mistakes (everyones best friend), higher… Read More

Flex - Ant - Library Dependencies

Ant is a really great tool with lot's of tasks, but not all of the tasks and dependency libraries are included in Ant, so they have to be included into Ant's classpath, unless documentation states different. Read More