I am trying to print the contents of a text area component. If I just do addPage(Component Name) it works but it prints the whole conponent including the scrollbars, on the page. I just want the text. If I try to put the component name.text in addPage() (i.e. addPage (TextArea.text), I get a "1067: Implicit coercion of a value of type String to an unrelated type flash.display:Sprite." error. Does anyone know how to do this?
Any help would be greatly appreciated. Dave

