Hey man.. you can use something like this

private function printSomeThing():void{
                var printJob:FlexPrintJob = new FlexPrintJob();
                if(printJob.start()) {
                    printJob.addObject(pritnThis);
                    printJob.printAsBitmap = true;
                    printJob.send();

                }
            }

remember the *"pritnThis"* is the name of you print area..
bye




2010/6/14 abhishekchess1 <abhishekche...@gmail.com>

> hey frnds,
> i want to print 3 canvas with data but it not showing anything in
> print.
> i used printjob.addPage method 3 times to add each canvas in it.
> Is anything more needed to print multiple pages?
> thx in advanced,
> :)
>
> --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to flex_in...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com<flex_india%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_in...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to