Mega Code Archive

 
Categories / Flex / Graphics
 

Use source for Image controls and other controls that point to an external file

<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">     <mx:ProgressBar source="{photo}" />     <mx:Image id="photo" source="http://yourserver.com/lydia.jpg" /> </mx:Application>