I am using Kirupa’s tutorial and am having a little difficulty.
- If I load the swf externally by using.
loadMovieNum("images/slideshow.swf", 50);
how can I position the image X & Y cooridnates.
- How can I get the XML document to load the images.
My tree looks like this.
start.fla-----
-------images/slideshow.fla
-------images/images.xml
I edited the slideshow.fla, which was the tutorial example that I renamed, and replaced this
xmlData.load("images.xml"); with xmlData.load("images/images.xml");
and neither one works.
Thanks
Eli