Hi
I have a xml file which contains 16 images .These images are used in a flash player I need to change the order of these images.For that I created a multi dimensional array in xml type.But I dont know how can i declare each element of array in such a way that i need to read , parse the xml file and use the images in it.
My xml file code looks like this
<item link="images/AR_LAX_Nov08_Cover.jpg" url="http://flashden.net/user/kudoshinichi/portfolio" flv="video/1.flv">
Your Product 1 When ordering the product, the customer specifies size, color and other variables,When ordering the product, the customer specifies size
</item>
<item link="images/AR_LAX_Nov08_1.jpg" url="http://flashden.net/user/kudoshinichi/portfolio" swf="swfs/swf1.swf">
<![CDATA[<font color="#ff0000"><b>UPDATED</b></font><br>When ordering the product, the customer specifies size, color and other variables,When ordering the product, the customer specifies size]]>
</item>
<item link="images/AR_LAX_Nov08_2.jpg" url="http://flashden.net/user/kudoshinichi/portfolio" flv="video/2.flv">
Your Product 2 When ordering the product, the customer specifies size, color and other variables,When ordering the product, the customer specifies size
</item>