flash gallery
flash gallery
Out of context: Reply #40
- Started
- Last post
- 45 Responses
- Claymantis0
Hmmm.... I change the path in my actionscript.
FROM:
xmlData = new XML();
xmlData.ignoreWhite = true;
xmlData.onLoad = loadXML;
xmlData.load("images.xml");
TO:xmlData = new XML();
xmlData.ignoreWhite = true;
xmlData.onLoad = loadXML;
xmlData.load("work/images.xml");It still wont work!