Book -MegaZine3 页码,9/20This also effects some other behaviour to stay consistent, e.g. the startpageattribute works "the other way around", i.e. it counts from right to left in ltr="false" mode. If the navigationbarplugin is loaded, the displayed page numbers will also be adjusted accordingly.maxloaded ■ Type:Integer■ Default:22The maximum number of pages that may be present in memory at a time. I.e. only this number of pages will be loaded, and after that new pages will only be loaded after changing the current page. Then the pages left and right to the current one will be loaded until this many pages are present in memory again -pages "further away" than half of this number will be unloaded (removed from memory).This helps books with a lot of content, such as catalogs, to not use an excessive amount of memory (RAM) at a time. It also reduces bandwidth consumption, because only the necessary pages are loaded -plus some more, so that the user does not have to wait after every page change.For values greater than 0 books with that many pages or less all pages will be loaded and kept in memory. In case 0 is given, all pages of the book will be loaded to memory, regardless of how many pages there are.This value represents the number single pages loaded to memory. In case of the default value (22) the current double page (2) and five more double pages to each the left and the right (2*10) will be loaded.One final remark: Flash caches data once it was loaded on the local drive, which means that once a page has been loaded it will afterward be be loaded from disk, even if it was removed from memory. It will therefore be displayed again almost immediately, and no additional bandwidth will be used.maxthickness ■ Type:Number■ Default:30The maximum thickness of the book to simulate. This is the screenspace in pixels that may be used to simulate the book's edges.Note:the actualthickness of the book depends on the number of pages in the book, and the value of the pagethicknessattribute. This value only exists to have an easier way of capping the thickness.navbarbehindbook ■ Type:Boolean■ Default:false■ Version:2.1.2If activated, the book always will be in front of the navigationbar.noasul ■ Type:Boolean■ Default:falseIf activated, this tells the engine to not load any ASUL definitions at all (neither for the engine core, nor for the plugins). This may be useful when wanting to create a very puristic implementation that does not depend on external files.http://www.megazine3.de/doc/Book 2013/9/3