Posts Tagged ‘mx:HTTPService’

Build a Drag-and-Drop XML Image Viewer – DragManager

No Comments »

All of the informations about the images showcased in the gallery are stored in an XML file. Create an xml file that follows this structure and save it as datas.xml in the src directory :

Read More »


HTTPService with Flex 3, example code – mx:HTTPService

No Comments »

A quick and short example of loading data (in this case from a XML file) using the wonderfully simple HTTPService in Flex 3. Thanks to data binding nearly all of the work is done for us. In this simple example I load a very simple XML file into an array and that is displayed in a datagrid with a data source binding to the array of loaded data.

Read More »