Flash Print Question
Flash Print Question
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- jpea0
http://www.devx.com/webdev/Artic…
you can also just use the print() function to print a movie clip. maybe have a large clip off the stage that has a high res image of what you wanted printed in it, then just onRelease or something, set it to print(myLargeClipName, 'bframe') and it'll print the contents on that clip. there are much more controllable ways of printing in flash though, and that link mentions them.