Re: [flexcoders] MyPrintPreview,,,,,how to print images?

2006-08-13 Thread Michael Schmalle
Hi,This method might help you    protected function getComponentBitmap(target:IUIComponent,                                           transparent:Boolean = false):IUIComponent    {    var bitmapData:BitmapData = new BitmapData(     Math.round(target.width

[flexcoders] MyPrintPreview,,,,,how to print images?

2006-08-12 Thread tonyx_788
this print example is from the Flex help  it just prints the textwhat i want is to print the image on my swfLoader or mx:image componentany one know how to do it i already try the live docs UICOMPONENT class but don't know which one is itimport mx.printing.FlexPrintJob;import MyPrintView;    pri