Image gallery loading through XML

Started by Walalayo, 10-28-2011, 20:26:16

Previous topic - Next topic

WalalayoTopic starter

Hi
I am rebuilding my new website and want to make the gallery be more accessible to change when I want to add new work.
I thought I could make an XML file with sequential image names that can then be loaded when the page loads and so make changes easier.
I am not a javascript or XML script writer, and was looking around the web for a solution.
I could only find flash versions or this method.

What I would like is a script that could read the xml file and place images and a description in divs inside a container div on my page.
This would then be styled using CSS.
The images placed will also need to have an associated link to a bigger image file.

Does anyone know of any resources that can give good examples of this type of gallery loader?

Thanks in advance


WinnieTosh

Image gallery loading is the most important one for all web design processes. this process using mostly using code for java script this also very important one for web designing processes. Here we use XML code here also used for image gallery loading concept.

var myXMLLoader:URLLoader = new URLLoader();
myXMLLoader.load(new URLRequest("gallery.xml"));
myXMLLoader.addEventListener(Event.COMPLETE, processXML);

This code is is mostly used for image loading concepts through the XML.
newbielink:http://aimsely.com/ [nonactive]
  •