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 »Posts Tagged ‘XML’
May 2nd, 2010
No Comments »
May 2nd, 2010
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 »
February 14th, 2010
No Comments »
Flex Photo gallery in Flex using the TileList control, Image control, and the PopUpManager class.
Read More »
February 11th, 2010
1 Comment »

