Blog

Flex “Hero” public preview is out

You can read more about it on Adobe Flex Team blog : Public Preview Releases of Flex SDK, Flash Builder and Flash Catalyst available for download

read more

How to upgrade Flash Player without Installing Adobe DLM

If you want to upgrade your Flash Player on Firefox, Adobe wants you to install their download manager first. It just doesn’t work on my computer so I had to find another way. It is pretty simple to manually install the latest flash player but not really easy to find on Adobe site, so I post the direct link here for those who need it. Flash Player...

read more

Flash Player 64-bit “Square” beta

Flash Player 64-bit “Square” beta

The 64-bit version of Flash Player is finally out in its beta version. GET Flash Player 64-bit “Square” The final version should be out in 2011.

read more

Scaleform brings Flash to games – 3D Interface (3Di)

This is some really impressive stuff, Flash 3D replaces native user interface in Unreal Tournament 3 game. Visit their site for more information : http://www.scaleform.com/ Enjoy.

read more

Arabic Calligraphy

Arabic Calligraphy

Beautiful Arabic Calligraphy : The Arabic calligraphy is a type of Arabic writing that is merged with art and decorative motives along with the different types of Arabic handwritings fonts. The Arabic calligraphy artwork is sued to feature Qura’an (The Muslims holy book), prophet Mohammed words, quotes of wisdom and Arabic...

read more

Floating-point errors

I needed to code a calculator in Flex but as you all know, programming languages have some accuracy problems with floating points. Thank god I found this sweet little method from Josh Tynjala, it is not perfect but it really helps: /** * Corrects errors caused by floating point math. */ public function correctFloatingPointError(number:Number, precision:int = 5):Number { //default...

read more