Hi, > Is this for SWF or JS?
For JS. Assume any FlexJS codeI post is for JS, if I was targeting AS I’d used the FlexSDK. > For both platforms, you may need to set width/height on the View. As I said the text shows just not the images, so there's some width/height there. Can the parent view be smaller than the container? I changed view to this: <js:View height="100" percentWidth="100"> And a small percent of the image show but just behind the text not at the specified 100% width which seems like a bug. If I change to this: <js:View height="100" percentWidth="100"> <js:VContainer percentHeight="100" percentWidth="100”> It works as intended. Thanks, Justin