Copy link to clipboard
Copied
Hi I have created an animation in which I need to print to create a storyboard. I have spoken to Adobe Tech Support and they are unable to help and advised I seek help here.
Thanks
Sharon
Copy link to clipboard
Copied
use the printjob class to print from flash:
var pj:PrintJob=new PrintJob();
if(pj.start()){
pj.addPage(sprite, printArea);
pj.send();
}
Find more inspiration, events, and resources on the new Adobe Community
Explore Now