Can someone point me to some documentation that explains how variable scoping is deal with in relation to actionscript, mxml, components, etc?
I'm building an application allowing users to look up information about people in our database. The main application is the search form and a few other tabs... when they click on one of the search results, it pops up a window (using popupmanager) to display the entity details. I'm not entirely sure the best wya to do this though. Like... should I put the remote object that retrieves the entity information in that page, and somehow pass in the entity id.. or should I have the remoteobject in the main app, have it retrieve the entity info, and somehow pass the DATA to the new window.. or just have the new window reference the entity info using something like Application.application.myvar Thanks. Rick -- I'm not certified, but I have been told that I'm certifiable... Visit http://www.opensourcecf.com today! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:3696 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
