flash PrintJob()

  • Started
  • Last post
  • 0 Responses
  • spmitch

    the code:
    on (release){
    var pj = new PrintJob();
    if (pj.start()) {
    trace( "print started");
    _root.docs.scroll.mask_mc.setMas...
    pj.addPage( _root.docs.scroll.content_mc,);
    _root.docs.scroll.mask_mc.setMas...
    pj.send();
    }
    delete pj;
    }

    the problem:
    does not reset mask after it sends thr print job