I have been trying to grasp XML and i cant quite wrap my mind around it. I want to create an image gallery through flash w/ dynamic images. All of the tutorials implement XML, but why? is there no way to simply load each image that is in a folder. Thus to add images one simply adds images to the folder. With XML it looks like you must write out all of the image names with appropriate tags, as well as write code to comb through your xml. To then add an image you would have to place this image in the folder and then write the new elements into the XML doc.
I have not seen how XML is useful, unless this is the only way to load the list of images. It seems very time consuming, also are XML docs usually hand written or can they be automatically generated?
anyways, it seems like its usefulness is just a little over my head.
I have not seen how XML is useful, unless this is the only way to load the list of images. It seems very time consuming, also are XML docs usually hand written or can they be automatically generated?
anyways, it seems like its usefulness is just a little over my head.
Comment