have a simple Flash/XML photo gallery in which image location and information is being pulled from the XML file. The actual external images are being displayed via a movie clip, “picture”.
My trouble is that my external images are all different sizes, and I would like to align them to the horizontal center of my Flash area. While I can align the movie clip to horizontal center, it is actually aligning the top left corner of the picture (0, 0) to horizontal center.
Is there some sort of setting I can do with the movie clip itself? Or do I need to do something in my action script, which is as follows. Any assistance is very much appreciated… thanks