Freeze during PrintJob

Hello,

I’m trying to print some movieclip with the PrintJob class, it works fine in local, but when I host my app, the app freeze when i try to print.
A few precisions :

  • I’ve tried several host, as my personnal ovh ftp or my client platform, the problem is always the same.
  • The app freeze as soon as I click on the “property” button of the Windows print box, otherwise, if I just click on Ok or Cancel, everything works fine.
  • The freeze occurs on the PrintJob.start() method, I could put nothing behind or thousand of PrintJob.addPage(), it would change nothing.

How could I find where the problem come from ? I don’t know what the PrintJob.start() method is doing and neither how is handle the Windows print box…

Thanks in advance :slight_smile:

EDIT : Seems to be linked to Chrome : It Doesn’t occurs on Firefox and it’s only when I use an html wrapper (online or in local mode)
Does anyone already has an issue like that ?