Hi Justin, it seems to me that the "CenterElement" [1] bead aligns the image by calculating the x and y position of the image by using its width/height and the width/height of its parent container. Maybe this is the reason for the jump cause the position could not calculate until the image is loaded. Do you've already tried to replace the "CenterElement" bead by some CSS alignment? Another idea is to place a centered outer placeholder that holds the image but for this, you probably have to hardcode the dimensions depending on the loaded image.
Of course, I could be totally wrong ;-) Olaf [1] CenterElement.as https://github.com/apache/royale-asjs/blob/develop/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/CenterElement.as -- Sent from: http://apache-royale-users.20374.n8.nabble.com/
