I have created a .swf and in it contains a slideshow extention component called xml flash slideshow v3
Here is the url
[COLOR=#333333]http://therain.ca/mockupv2[/COLOR]
the problem seems to be that when you click on another button on the site and then return to the gallery it duplicates. Maybe it takes it from cache as well as reloads the xml but im not sure.
Here is the code that I am using as this has been provided by the company that makes this extension.
// Create init object
var initObj:Object = {};
initObj.fillStage = false;
initObj.forceWidth = 300; // PUT WIDTH HERE
initObj.forceHeight = 300; // PUT HEIGHT HERE
initObj.initXML = unescape("");
initObj.xml = “http://therain.ca/mockupv2/datacomponent.php”; // PUT FULL XML
PATH HERE
initObj.preventCache = true; // IF LOADING FAILS, CHANGE TO FALSE
initObj.disableMultipleXML = false;
// Create the slideshow
createClassObject(com.ui.Slideshow, “slideshow_mc”,
getNextHighestDepth(), initObj);
Is there anyway I can get this to stop duplicating that anyone can see.