Topic: Dynamic image set

I have a dynamically loading property page that needs to create a set of property images for the box configuration on the fly.  How can this be done without having to create an xml config file each time the page is loaded?

Thanx-a-mundo

Re: Dynamic image set

You can dynamically create an XML file on-the-fly (at the time the gallery is displayed rather than at the time the gallery is created) using a server-side scripting language such as PHP.
You could use a configUrl within your gallery's embedding code to point towards a PHP file (using a query string to pass any required parameters) and the PHP file would output data in the form of a gallery's XML file.
Please see this forum post to see how this could be achieved.