You could consider using an MVC framework like PureMVC. It's ideal if you want to build different loosely coupled components. 'Notifications' are used to communicate amongst the different components. This way they don't need to be aware of the existance of each other. Be careful however with memory leaks (this is especially the case when you add & remove a lot of components from the display list)!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:5205 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
