I'm new in this forum and would like to ask you masters a few questions.
I've uploaded the gallery to my hosting site. the structure I used was something like this:
index.html<-embedded in this is index.swf with code like this :loadMovieNum("gallery/imagevue/imagevueX.swf?startpath=content/start/&globalpath=gallery/", 0);
the reason I do this was because I needed to rename the root folder name to "gallery", so that it would be something like "www.myxxx.com/gallery", and I've placed the whole imagevue file to this folder.
it worked fine on localhost (I used Xampp), but it's not working online.
It stopped loading after it Send request for "http://www.myxxx.com/gallery/imagevue.p ... fig&theme=" (I notice this using firebug on firefox).
I've already re-upload and make sure that every file is exists, and it keeps on loading for I don;t know what because it stopped sending any request after that on the firebug.
Is there something wrong with my hosting or permission setting?.
Please, any help will be appreciated.
Thank you.