Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
:: e1 :: webforumsuser@macromedia.com #1
Re:Printing Dynamically Insantiated MovieClips (multi-page printing)
I can create multiple pages with just one prompt with new PrinJob() object in Flash MX2004;
but ...
.... when I try to addpages which is one movieclip populated with different data, it prints only the movieclip without any data in it.
fe.
I have MC named forPrintMC. It have static text and dynamic textField named someTextFieldValue.
myPJ = new PrintJob();
var myResult = myPJ.start();
if (myResult) {
_root.forPrintMC.someTextFieldValue = "test";
myResult = myPJ.addPage("forPrintMC");
_root.forPrintMC.someTextFieldValue = "test2";
myResult = myPJ.addPage("forPrintMC");
myPJ.send();
}
delete myPJ;
I do get multiple pages, but movieclip is without someTextFieldValue.
:: e1 :: webforumsuser@macromedia.com Guest
-
Freehand printing - right margin decreases when printing multiple copies of file.
I'm using Freehand mx. Everytime I print more than one copy of a file, the right margin decreases. Thus, if I print five or six copies of a file,... -
Printing excel multi worksheet to 1 PDF
I'm trying to print an excel file containing around 50 worksheets to PDF file using Acrobat version 5.0.5. The problem is that the print is divided... -
dynamically controlling movieclips
I am a rookie ActionScripter who has a question about dynamically controlling movieclips. I am trying to make a movieclip play using the hitTest... -
Printing without showing the printing dialog window
hey - did you ever figure out a solution to the printing without dialog issue? i'm trying to get around the same problem myself. thanks! -jason -
How to Unload MovieClips dynamically?
I am pritty green at this. However, I would like to build a movie dynamically from an empty stage. I can load movies and stack them but I can not... -
Abdul Qabiz #2
Re:Printing Dynamically Insantiated MovieClips(multi-page printing)
PrintJob obect is answer to your problem. Go through the flash documention and
try to solve your problem. If you still have problem, feel free to post here. I
would give specific example to your problem
//Abdu
Abdul Qabiz Guest



Reply With Quote

