blog.gbala.com
gbala - Tricks in FLASH: Print a movie clip in flash
http://blog.gbala.com/2009/04/print-movie-clip-in-flash.html
Gbala - Tricks in FLASH. Tricks in flash found by me. Friday, April 17, 2009. Print a movie clip in flash. In this i like to tell about how to print a movie clip from flash AS2.0. For this just create a movie clip what it has to print. name it as your wish. And copy the below code and past it in the frame. Function print page() {. Var my pj = new PrintJob();. Var myResult = my pj.start();. MyResult = my pj.addPage("img mc2", null, {printAsBitmap:true}, 1);. Delete my pj;. In the button put the code as.