Apr
13
2011

Flex object vs AS3 object

The object in Flex 4 is defined with , and the object in AS3 is defined with new Object() or {}. They are essentially the same, but there are slightly differences between them. [More]

Apr
15
2010

Flex 4 new data type:ArrayList

There is a new data type: ArrayLis, I wonder if you have known it or not. ArrayList implements IList interface and use Array as its source of the data. Essentially it is a lightweight ArrayCollection, and can be used as source of the data to bind to the control. ArrayCollection can apply sort and filter, but ArrayList can't. [More]

Month List