Parsing JSON result of unknown format into DataGrid columns via ObjectUtil.
Develop a mechanism for parsing JSON request result with unknown schema into DataGrid columns.
View ArticleHow to add script to loaded MovieClip timeline and give it's an access to app...
Add to specified frames of loaded movie some function accessible to both clip and main app scope.
View ArticleSimple use of the Zend AMF component in a Flex application
I want to establish a communication between a Flex Application and a PHP application using the AMF protocol. The problem is that AMFPHP is somewhat outdated and poorly coded. Is there another solution...
View ArticleTrick with static class (singleton) binding: how to bind some singleton...
Common problem with static classes - they "ignore" binding mechanism.
View ArticleHow to render a data item list using MXML
I have a list of data items that I want to render as a list in my MXML-only application.
View ArticleHow to dynamically create instance of Vector class
Need to dynamically create an instance of class Vector with elements of various types, not known until execution.
View ArticleStructure of US states, territories, and/or Canadian Provinces
Needing to populate form pull-downs for state quickly and dynamically.
View ArticleCreate nested lists from a recordset (PHP)
You have a set of database results (recordset) that contains a field with a value that's repeated in each row, but you want to show the value only the first time it appears. At the same time, you want...
View ArticleHow do you connect your mobile application to a PHP back end using Flash...
I was wondering how I can update my mobile application using data from my PHP web site.
View Article