HI there.. I ve solved this one with trick..
My requireemnt was a print of combination of two images.. So.. we set those two images in a canvas and took a ImageSnapShot (this is a class in Flex).. it works. Second thing if u wat only a singel image.. make an <mx:Image tag, which ll be visible=false and includeinlayout=false... the set the sourse and while printint try through download or by ImageSnap... --Rohan.. On Tue, Nov 17, 2009 at 4:56 PM, abanapurmath <[email protected]>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-tp18335707p26388332.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]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=. > > > -- Nothing is Illegal Until you get Caught!!!! -- 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=.

