Flash Player

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

Preloader deep linking bug still not resolved

If you try to implement the deep linking for flash/flex using SWFAddress or similar technology, you will notice the “#” character (anchor) somewhere in the URL, this is the delimiter for the interpreted URL string by the browser. If the string following the anchor change in the address bar, the browser will not change (nor refresh) the currently displayed page, instead it will try to...

read more

Understanding the Flex Event propagation

Everybody knows that ActionScript is an event based language and that dispatching and listening events are the base of Flex development, so I’ll not emphasize it here. I will talk about something else, something more intriguing: event propagation. Most components communicate with others using events which conveys useful informations and data but only visual components (objects in the...

read more