Hi,
I'm having problems changing page views back and forth from TwoPageRight to SinglePage. The following code works fine on all pages EXCEPT on page 5 (pageNum=4) where it displays the actual page 4 (pageNum=3). Am I missing something here??
this.layout = "SinglePage";
this.pageNum=4;
There are no other scripts in this document.