I have to load an image gallery (Imagevue) into a SWF movie created with SwishMax 2.
I think that my problem is setting globalpath into the swish script, not in config.ini file of imagevue folder.
If I load www.mysite.com/gallery/upload on a browser I can see the gallery, perfectly.
If I load from swf i can see only the thumbnails, but when I click on an image to zoom it, I can't see anything.
Help me please.
Movies are 800x600.
The structure of my swf (swi of swishmax 2) is:
- 2 scenes (intro, menu)
- in the second scene, called "Menu", there are one movie clip for the volume called "vol" and an empty movie clip named "Gallery", and also a text, because I want to try the same code in the movie clip and in text.
This code (for "Gallery" movie clip and text) is
on (press)
{
loadMovie("gallery/upload/imagevue.swf?globalpath=gallery/upload/");
}
Why can't I see images but only thumbnails? Shall I set variables (GET, POST)... or target - movie clip?
When I click on thumbnails image can't load, but if I click with right button of mouse I can open image in popop, or download it...
Thanks.