One question that I have is:
I’m trying to use this on a website that is going to have a lot of different slideshows, each one is going to show on a php page, like slideshow.php?id=58 so the slideshow.php is going to connect to the DB and get the URL for the images of ID 58 , so referring to this comment:
anyone wants to use a dynamic xml value here is how you can do it….
In your HTML call the swf object like this….
src=”path/to/swf/slideShow.swf?xmlSource=/path/to/xml/settings.xml”
then in the action.as file change this line
_root.trackXML.load(“settings.xml”
;
to
_root.trackXML.load(xmlSource);
Hope this helps someone….
How can I do it to have multiple slideshows, but without the need to have 50 or more settings.xml files (settings1.xml, settings2.html, etc)?
I don’t know if I’m being clear but what I need to do is that when someone goes to page.php?id=58 the slideshow is going to show the photos for ID 58 on the Database but I don’t want to have a settings58.xml I would preffer to interact the XML with the flash instead of creating different XML files for each slide.
I would appreciate your help.
Thank you.
Posted 1 day ago