Topic: Positioning The Caption
I'm experimenting with positioning the caption closer to the main image:
http://www.tomhanser.com/test/gallery/p … laces.html
I've changed some lines of code in StageManager.as:
mCaption_mc.txtText._width = mImageArea.width - 100;
mCaption_mc._x = thumbX + mThumbArea.width + Thumb.padding + 100;
mCaption_mc._y = imgY + imgH;
After publishing a new viewer.swf I can move the caption over, but adjusting the -100 and + 100 values isn't giving me the results I want.
Has anyone had any luck with this? Any suggestions?
Thanks.