PDA

View Full Version : printing


dethbanger
02-24-2003, 03:22 PM
I want to print a .doc file from a flash movie, withuot opening it

any ideas?


thanks!

bluegel
02-25-2003, 09:10 AM
hey

not sure why you don't want to open the document but anyway, this is the only way I know how to print.

printAsBitmap(target, boundingBox)

where boundingBox is a string indicating how the target should be printed.

or

printAsBitmapNum(level, boundingBox)

where you can print the frames of a document level

sorry, if this doesn't help

:p

CyanBlue
02-25-2003, 09:39 AM
Howdy...

You cannot open MS Word document into Flash... Without opening something, you cannot read the content of the document into Flash... Without the content, you cannot print anything... :(