I have an book-reader AIR application in which I have a fixed size book viewing html container for reading books. I need to display the content of a book, which is in multiple html page, into this viewing area within this AIR application. I am currently loading the html pages in a fixed size html container. The issue is that at times the bottom line of book is getting cut and effect the readability. I need to display as page by page and can't use scroll. The navigation is using next and previous buttons. Looking for you help and advice on how to address this issue, so that reader can view the book content in a page wise manner as in a pdf, with keeping in tact the alignment of text and images as in source html pages. Thanks in advance.
feedback
|