Hi Flex Coders

The situation: a large photo jpg and a small text png are vertically 
constrained within a 
VBox. The small text png is positioned below the photo in the layout. 

The problem is the small file loads first at the top of the VBox and then is 
pushed down to 
its place at the bottom once the larger photo loads.

So how to program Flex to load the text file after the photo file? Or second 
choice would be 
for the text file to be constrained to load in its place.

Putting this within the opening VBox tag didn't work:

creationPolicy="queued"
creationIndex="0"

Thanks in advance for any help.

Kearney Buskirk

Reply via email to