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