Relax Breath of Solution.

Just I wanted.. Do you?…

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

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 :

HTTPService with Flex 3, example code – mx:HTTPService

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 […]