Textfields: how to print and place pictures... (ill explain)

Ok here is my problem. I have a text field (just used the text tool, no component) and i want a button to be able to print the content. Does anyone know the AS for this??

My second question is i wont to place a picture on the same page as the text and i wont to be able to kinda put the picture in the text. You know, like a newspaper where the text goes around the picture? Is this possible? Thanks

Mike

anyone…

ANYONE… please

Anyone

Anybody For God Sake

rofl. Sorry mlkdave I can’t help but I’m here for moral support and I’ll bump this thread until you get a solution. <insert winky smiley >

PrintAsBitmap();

http://www.peachpit.com/articles/article.asp?p=31573

or

print(_root.myTextField.text);

Hope this helps…

As for justification/text wrap with the text/images… not sure mate. Will check on it and get back to ya.