Printjob (flash target)

Is there a way to print from an openfl app (flash target only) ?

Or is it possible to unlock the flash Printjob feature event if it’s just for flash ?

Thanks

if it is only flash target maybe you can use this

import flash.printing.PrintJob

and do as you do in flash :wink:

Oh yeah you’re right. :flushed:

I don’t know why I have no code completion on FlashDevelop when I write new PrintJob().
But when I directly add the import I can write my code (but still without code completion).

Thank you.

Code completion make us write faster, but it is not a compiler… never trust it too much :wink:

see ya mate

1 Like

Somewhere there was a topic about it, try to find it.

1 Like