7/14/2010 2:14:36 AM
Title:
Embed source at run time
hi to all. i want to embed source at run time in image control using flex 4.can any one please help me
Tyler
Points: 430
Posts:0
7/14/2010 3:51:52 AM
use this to embed an image as source in Image component
<mx:Image source="@Embed('images/myImage.png')"