# Help with Print Job()

**URL:** https://forum.kirupa.com/t/help-with-print-job/60763
**Category:** flash
**Created:** [August 12, 2004, 10:56am UTC](https://forum.kirupa.com/t/help-with-print-job/60763 "2004-08-12T10:56:54Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ashishchandras](https://avatars.discourse-cdn.com/v4/letter/a/7993a0/32.png) [@ashishchandras](https://forum.kirupa.com/u/ashishchandras)
#### Post date: [August 12, 2004, 10:56am UTC](https://forum.kirupa.com/t/help-with-print-job/60763/1 "2004-08-12T10:56:54Z")

</div>

Hi Friends

I am facing one problem which is very unusual. I am creating a print object:  
I have a print button on which following script is written:

on(Release) {  
my\_pj = new Print Job();  
trace(my\_pj.start()) //no when i click on it Print Popup should open clicking on which it enteres into my if loop  
if(my\_pj.start()){  
…  
…  
}  
}

but its showing UNDEFINED in the output window. Now the worst thing is if check the script in another blank fiash file,  
it works fine and opens a popup and works correct the way i wanted it to work.

I have just got only one print object getting created on that click. No where else there is no type mismatch also for the object name. Can anyone suggest something …pls this is really URGENT

Thanx in adv  
Ashish
