Posts Tagged ‘XML’

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 »


Intro to E4X – data manipulation with flex – xml

No Comments »

Up until now working with XML data in Flash hasn’t been very intuitive. That was mainly due to the semantics of the ActionScript Language. But, with the birth of AS3 we have new hope in E4X. For those that don’t know E4X stands for ECMAScript for XML and this specification introduces some new functionality that makes working with XML a lot simpler. New to AS3 are the XML, XMLList,QSpace and Namespace E4X classes. E4X not only makes life simpler but provides greater code consistency and familiarity (we can use dot syntax more similiar to ActionScript).

Read More »


Creating a simple image gallery with the Flex TileList control – mx:TileList

No Comments »

Flex Photo gallery in Flex using the TileList control, Image control, and the PopUpManager class.

Read More »


File Uploads with PHP and Flex

1 Comment »

Structure

Read More »