Hi everybody,
I’m building a full bowser photo galley that adjusts to the size and shape of the browser. I would like to have the main photos scale proportionally to the height of the stage. But I’m running into some issues.
For the gallery script I’m using the Photo Gallery Adding Thumbnails tutorial here: http://www.kirupa.com/developer/mx2004/thumbnails.htm
This script loads the images dynamically using xml so getting the size of the image to use as a start provides to be a problem, since there is no image to begin with.
I found script to be able to scale an image with the stage here: http://blog.fryewiles.com/design/07-14-2008/proportional-image-scaling-in-full-browser-flash
But this only works on a image that is already in the flash file, not one that is loaded dynamically like I’m doing with xml.
Thank you in advance!