Mate - A Flex Development Framework Based On Tag Event Driven

Flex is based on the event-driven and the Mate framework makes it more simple. Mate allow user to define who are managing and handling the event and whether the data need return from the server or any other events need to be triggered. All these make the Flex application more and more convenient. In Mate’s [...]

By admin | November 26, 2008

Flex Application Internationalization (Multi-National Language)

It seems that multi-national language function becomes a necessary part of internationalization software no matter the operation system or notepad. In MFC application, generally we store the language resources to the DLL or XML files, then through fixed key read it. The principle of most Web projects is same, just the different store place. Following [...]

By admin | November 26, 2008

Tutorial About How to Produce The Globe Guide By Papervision In Flex

It seems that precise depict the various geographical location on earth became more and more popular. Google, MapQuest, Yahoo…had provided a lot of Map-based service. Mark Walters had published an article well intruduced how to produce the globe guide by Papervision 3D in flex. If you are interested in it, please read the following article.

By admin | November 25, 2008

OpenFlux - An Open Source Component Framework Based On MVC (Model-View-Controller)

In article Renju Game Builted on PureMVC we have introduced PureMVC which all Flexers knew a development framework based on MVC. Then next we will introduce OpenFlux to you. It is also based on MVC (Model-View-Controller) although it isn’t perfect as PureMVC. Its purpose is to customize own development components more easily and quickly for [...]

By admin | November 24, 2008

ActionScript 3 Libraries - A Set of Open Source ActionScript 3 Development Kits For Flex and Flash Developer

ActionScript 3 Libraries is a set of open source ActionScript 3 development kits for Flexer and Flasher. It based on BSD then very friendly for business users. At present, it include following components ( Personally I appreciate the corelib and FlexUnit more):

By admin | November 24, 2008

AFIO( Advanced Flex I/O ) - Framework Similar To Java I/O But More Easy To Use Written By AS3

AFIO ( Advanced Flex I/O ) - The project name on Google Code is advancedflex. It is an open source frame for Adobe Flex, AIR and Flash developer written by AS3.0 and MXML. It seems the author has changed the project name in the development process. Of course it is just my conjecture. There is [...]

By admin | November 22, 2008

Airbob - An Open Source Project For Monitor the State of Cruise Control Compile Server Developed by Flex 3

If your project use Cruise Control as integrated environment to compile and confirm if all the testing modules are in working normally. Then Airbob will be very useful for you. The project is on the Google Code also. More details please see the following URL:

By admin | November 22, 2008

Gumbo: The Next Version of Flex Under Development

What is Gumbo? It is the name of next version of Flex and under development now. Here you could its 3 themes:

By admin | November 18, 2008

What’s the different Compile Results Between the Flex Builder and Flex Ant as Well as Solution

Sometimes we use Ant to compile the Flex Builder projects, but the compiled application/library couldn’t be used normally although it is normal under Flex Builder. Generally, the compile result of Ant is smaller than Flex Builder’s. Adobe support center has done the specification and supplied the solution. If you met this problem, following document for [...]

By admin | November 16, 2008

Copy DataGrid Data by setClipboard in Flex For Convenience to Export Code of Excel in Flex

Maybe you want to make more choice for user to export the data. Following is a paragraph of code which could help you to copy the data of DataGrid to clipboard. It is formated by Tab and saved as TSV file or you coould save it as CSV file by comma. More detail please see [...]

By admin | November 16, 2008

Search Posts