Where can I find an example of Flex application which implements an HTTPService asynchronously called by an AsyncToken and an AsyncResponder?
while trying to solve my problems in serializing the execution of cairngorm commands, I tried to bypass completely the event dispatching and simply instantiated the command I wanted to execute, then c
I want to use an HTTPService to load some data (number of columns and number of rows) which change randomly by a certain frequency
We have a Flex app th开发者_StackOverflowat is currently loading an XML file that contains Multiple Choice Question data. I don\'t want a user to be able to access this file via http, but if I use HTT
Is it possible to deserialize an XML file to a class in Flex without manually checking the XML and/or creating the class, with the help of a HttpService?