Hi,
I have an issue that I'm trying to think through that I can't seem to work out at the moment. I have on the server side a control that reads through images in a directory and creates an XML document based on the images found in the directory. On the server side it also dynamically adds thumbnails to a page (the page is pretty much a kind of image gallery).
On the client side I read in the XML file through JavaScript and using an image loader library I assign the images to the image loader object (ie. loader.load("image location");
This worked very well as the images were generated server side and shown to the screen and on the client side it initialised the scripting so that the user could click on and image and the loader would display the image and details in a nice popup image gallery. By the way the JavaScript library I am using is from here: http://slideshow.triptracker.net/
Now however the system has changed and instead of writing to an XML ...
Go to the complete details ...