Monthly Archives: July 2006

NetConnection, SharedObject, & NetStream’s client Property in ActionScript 3

Past two weeks, I’ve been porting over some Flashcom & Flex 1.5 code to Flex 2 (still using FCS 1.5 vs. FMS 2). One nice addition I found in the ActionScript 3 SharedObject class is the client property. This little … Continue reading

Posted in ActionScript, Flashcom | 6 Comments

Flex 2 WebService & Cairngorm 2 Example

*** Update: 8.14.2007: The code in this article is out of date. Please refer to the new entry instead. *** This example utilizes Amazon’s search webservice in the Cairngorm 2 application framework. You can go to Amazon.com and register for … Continue reading

Posted in Flex, Projects | 27 Comments

Flex Chronicles #21: Faceless Children in Cairngorm 2

Not sure the best title, but close enough. You cannot have faceless children be involved in the event bubbling phase for event propagation to fire off Commands via the FrontController. The solution is to have them extend a DisplayObject of … Continue reading

Posted in Flex | 6 Comments