I followed a tutorial on how to make an interactive photo gallery but for some reason the file isn't working. I am new to flash and no very little about action script.
Would someone be willing to take a look at my file and advise me?
Thanks
Did your tutorial have you download XML from a server to feed the images to the gallery? Many people forget to check for errors loading the XML file or forget to "do something" once the XML is loaded. Common things not to look for are IOErrorEvent.IO_ERROR or SecurotyErrorEvents warning you the XML you're trying to load is on a different domain (a webserver online) and it doesn't have permission (a crossdomain.xml).
In those situations it can appear like it's doing nothing.
Did you just take the code of the tutorial at the end and try to play it as you went through the tutorial? If you just copy and pasted it all you'lre going to have a hard time isolating the issue. In that case you can always re-do the tutorial until you start to see issues. Then you know where they are.
The tutorial did not have me download xml.
I followed the tutorial and got it to work for one file, I then tried to sub out some images and now it wont function. I am not getting any errors and all of the instances and code are the same. I am missing something but don't know enough figure out what it is.
Sent from my Sprint phone
How are you "adding more images"? Are you adding in the new images into something like an Array or Object that's keeping track? XML is typically used but you said you're not using that. Chances are you might be using a library MovieClip symbol, duplicated it but didn't set a new unique ActionScript linkage.
North America
Europe, Middle East and Africa
Asia Pacific