This blog has been moved. This redirect you our new blog with all old posts..

How to display Image In Flex


<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Image x="102" y="123" width="100%" height="100%">
<mx:source>file:///C|/Winter.jpg>/mx:source>
</mx:Image>
</mx:Application>

No comments: