scroll box display problem

Publishing Print2Flash Documents embedding them in Flash movies
rgreene
Posts:1
Joined:Mon Jul 26, 2010 11:13 am
scroll box display problem

Post by rgreene » Mon Jul 26, 2010 11:18 am

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

Post Reply