Hi guys. I have a website that is meant for showing pictures. Right now, it's set up so that I have to make a new webpage and manually configure every picture (size, location etc) exactly how I want it. Here's what I mean: (example)
There is a frame on the page, and every time you click a thumbnail on the bottom, a new webpage loads in the frame. As you can imagine, creating this is very tedious.
My question is: How do I load an image into an SWF (CENTERED - very important, for both landscape and portrait pictures) and then scale the picture based on the current width and height of the SWF? I also want to make it so that the user can click on the picture in the SWF to see the actual image [in actual size].
I tried using Javascript but since I couldn't center both landscape and portrait pictures, it wasn't a great solution.