Monthly Archives: June 2008

Design in Mind

Adobe Flex 4 is now on active development stage and is expected to be released by 2009. The most influencing feature that has been planned about this new version is design considerations of flex applications.  In most of the cases … Continue reading

Posted in Flex 4

New Features to Come

Flash CS4 -“diesel” is coming with really fantastic new features that will make make the interactive designers really proud of it. Starting from the brand new timeline operation (where you need not have to put a key frame to get … Continue reading

Posted in Flash CS4

Understanding Vector Class

Not to get confused with the word ‘Vector’(Class) with vector ( scalars and vectors), is basically a new class introduced in new version of flash player(version 10). This class is meant for accessing and manipulating a vector(a typed array), means … Continue reading

Posted in Flash Player 10

_searchKey

Somany days back I had got a unknown variable _searchKey, whose datatype was Number and exists inside movieclips. I searched in the web , adobe documentation but no where I got actual stuff (May be need to search more or … Continue reading

Posted in AS2 Hacks

Design.xml

If you are not sure about the use of design.xml inside the flex component packaging, please go though my previous article(Custom components), where I faced some problem regarding categorizing my own set of components. Design.xml plays a vital role in … Continue reading

Posted in Flex Hacks

Custom Components

This was a bit hard stuff for me to categorize my ow components in my flex component folder. I googled a lot about this..but didn’t get some clue of it. I started searching arround the xml files inside the flex … Continue reading

Posted in Flex Hacks