# PrintJob Issue

**URL:** https://forum.kirupa.com/t/printjob-issue/200991
**Category:** flash
**Created:** [September 17, 2006, 3:13pm UTC](https://forum.kirupa.com/t/printjob-issue/200991 "2006-09-17T15:13:27Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![aerahn](https://avatars.discourse-cdn.com/v4/letter/a/7ba0ec/32.png) [@aerahn](https://forum.kirupa.com/u/aerahn)
#### Post date: [September 17, 2006, 3:13pm UTC](https://forum.kirupa.com/t/printjob-issue/200991/1 "2006-09-17T15:13:27Z")

</div>

I am using the printJob class to print some dynamic elements and it’s working fine, except for when I try to print a .jpg that I am loading in dynamically.

I know the .jpg gets loaded successfully, it just won’t print.

this is what the code looks like:

//tells it what .jpg to load  
[COLOR=red]printScreenShot\_mc.screeShotLoader.loadMovie(“images/”+currentPage\_xmlnode.attributes.pageNum.".jpg");[/COLOR]

//then I tell my pages to print

[COLOR=red]pj.addPage(“print\_mc”)[/COLOR] //this pulls in dyn. text and prints fine  
[COLOR=red]pj.addPage(“printScreenShot\_mc”)[/COLOR] //this prints a blank page, i.e, does not print my .jpg

If anyone has any ideas, I’d appreciate hearing them :-)!
