Topic: Dynamic caption position based upon image width
Is there a way to position the caption dynamically based upon the size of the image in the gallery.
There are two image sizes, 576 x 440 and 440 x 576. The caption should align to the bottom left of each of the gallery images.
Currently, with fixed layout positioning, the caption always appears at:
static var captionX:Number = 170; //X posn of Title text
static var captionY:Number = 460; ///Y posn of Title text
Thank you,
Plush