Hi there,

I got a simple code to print a mc.
This mc is special for printable content and not show (_visible = false)

Here is my print code :

var pj : PrintJob = new PrintJob();
       if (pj.start()) {
           pj.addPage( view.mcPrint, null,  {printAsBitmap:Boolean});
           pj.send();
       }
       delete pj;

Quiet simple...

Offline on local test eveything is ok.

Online on the testing webserver, printing set all the swf to black (!!) and
player say "Movie not loaded" (Translated from french maybe not the exact
message)

If I do not do the send and not set the printAsBitmap option, printing dont
set the swf to black but not print some content (text not in dynamic field)

Very strange I think ! Any clue ?

--
BenoƮt Milgram / Flapflap
http://www.kilooctet.net
_______________________________________________
[EMAIL PROTECTED]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to