youre right guys... the galleries arent fount...
once im at work again i check this out and give you feedback i just recieved a call from my client that he wants to have more galleries.
since i did this for a client i cannot share the code with you, sorry about that. but what i can do is, giving hints on how to figure some things out while youre developing your own gallery.
I am currently struggling with exactly the same problem.
would you mind to explain how you did that magic?
I would highly appreciate any help.
this is a bit unspecified but ill give it a try:
"i am god and you all have to beg before me" :-)
nahh just kidding.
basicly all you need to do is setup a loader flash movie that contains information where it can find the gallery - swf's. i did that with an xml file.
you might have figured out that everytime you click on one of the huge buttons on root another gallery is loaded. the viewers (gallery files) and the related .as classes are designed to let only one gallery be loaded because every variable is defined as _global. once you try to load another viewer the whole app messes up cause it looses its namespace. you need to delete everything that is defined as _global when you load a new viewer. the classes should then reset and reload the info for the new viewer.
ok thats it so far, gotta go now. later :-)