I’m often using code like the following to open a new document and close the current document while in fullscreen mode:

 

var otherDoc = app.openDoc(“theName.pdf”, this);

this.closeDoc(true);

 

It works, but the transition from one document to the next is ugly. The screen very briefly displays a flickering picture of the document being closed along with the Acrobat interface before the new document is displayed in fullscreen mode. I need to achieve visually smooth transitions from one document to another.  I’d appreciate the collective wisdom on how to do this. Thanks.

 

Matthew Mariani

InteractivePlus ePublishing

[EMAIL PROTECTED]

 

Reply via email to