Monday, December 11, 2006

Organizing your flex apps with code behind

As your flex apps get bigger and bigger, you may notice that many of your mxml files keep growing at an astonishing rate. First you just have a few component calls, then a couple of events, next thing you know it's ballooned to an mxml page with hundreds of lines of code. While this might not necessary be a bad thing, it can make it more difficult for other members of your team.

The following article describes how you can use code behind to help structure and organize your flex apps, all in a very simple and convenient way.

http://www.adobe.com/devnet/flex/quickstart/building_components_using_code_behind/

No comments:

Post a Comment