Page 1 of 1

scroll box display problem

Posted: Mon Jul 26, 2010 11:18 am
by rgreene
I am experiencing a problem with viewing Print@Flash documents.

They are being used in an AS3 Flash project. I load the P2F document using the code,
P2FDoc=new Print2FlashDoc("P2F/Lab_Note_Tearpad.swf",0,0,949,724,FPHolder);

Once finished with the P2F document I remove it with,
P2FDoc.unload();
FPHolder.P2FContent.removeChild(P2FDoc);

The document loads fine the first time it is called. If the document is called again, the mask for the scroll box doesn't work and the P2F document is visible beyond the viewer.

Does anyone have any idea how this can be fixed?

Thanks