Dear Friends,
i am doing a ticker in Flex, i want to connect the xml
generated by php and fetch the data and display in data grid. iam
new to Flex. Kindly help me to do this assignment..
In Flex Builder help take a look at HTTPService class. You
use this class to hit a URL on a server, and listen in the result
event for the data sent by the URL.