How can I change the size of an image that appears after I click on a thumbnail? It seems that the size is proportional with the stage size set by _global.gWidth and _global.gHeight variables. Can I set the image size to extend beyond the stage size set by those two variables?
Hi,
The image cannot extend beyond the stage size. You have to increase the _global.gWidth and _global.gHeight variables and also make sure that these values corespond to the width and height of the flash object inside the html page.
Adrian, the gallery is loaded externally. Even if I change the global height and width values and also setting the main movie to a bigger value the image size doesn't seem to change at all.