To elaborate, I am getting a list of URLs, which point to different pictures of different people. If I assign the Image.source value to this, the image does not get printed, as stated above here. Embed does not work if the image is not present at compile time. Please help out.
abanapurmath wrote: > > How do I print the image, if the image is not available at compile time? > > > sam-147 wrote: >> >> >> Thanx a million guys!!! >> >> I got it!!! >> >> On Jul 8, 4:28 pm, Kalpataru Roy <[email protected]> wrote: >>> Use Embed image for image Printing >>> also set height and width property of the image (best practice) >>> .. >>> >>> <mx:HBox width="34%" horizontalAlign="right"> >>> <mx:Image source="@Embed ( source = 'images/logo.jpg' )" >>> height = "XX" width = "XX" /> >>> </mx:HBox> >>> >>> Kalpataru Roy >>> +919850021354 >> >> --~--~---------~--~----~------------~-------~--~----~ >> You received this message because you are subscribed to the Google Groups >> "Flex India Community" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/flex_india?hl=en >> -~----------~----~----~----~------~----~------~--~--- >> >> >> > > -- View this message in context: http://old.nabble.com/-flex_india%3A11533--Printing-Image-in-Flex-tp18335707p26388339.html Sent from the Flex India mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=.

