Hi, If you have access to the flex-asjs repository, I've added a new example, ImageTest, which simply displays 4 images (jpg, gif, and png) in a single column. See if you can get that to work.
The images are in the src directory of the project. In the MyInitialView.mxml, I have these MXML elements: <basic:Image width="48" height="48" source="smallbluerect.jpg" /> <basic:Image width="183" height="178" source="largegreenrect.png" /> <basic:Image width="48" height="48" source="smallorangerect.gif" /> <basic:Image width="48" height="48" source="smallgreenrect.jpg" /> HTH, Peter On 6/27/14 4:52 AM, "jcvfc" <[email protected]> wrote: >Hi > >Yes Peter, the .png file is in my src directory. > > > >-- >View this message in context: >http://apache-flex-users.2333346.n4.nabble.com/Flexjs-Image-Problem-tp7001 >p7039.html >Sent from the Apache Flex Users mailing list archive at Nabble.com.
