Hi everyone, I'm trying to print a movieclip using PrintJob. The printing itself works, the problem is if the movieclip is too large. A loop splits the movieclip into pages. If this takes too long (more than 60 seconds) I get the script timeout error "... code causes Flash to run slowly .. Cancel script? Yes / No".
I've tried using scriptLimits, setting the timout to very high (65000 seconds). This works with Flash Player 7 like a charm but not with Flash Player 8. Splitting the loop into smaller loops doesn't work either, because I loose the PrintJob, meaning I can no longer add pages with PrintJob.addPage(). The application is for a client, so I have to get this to work on a P3 800 MHz. Can anyone please help me? Thanks in advance Philipp _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

