View Single Post
Old 05-29-2014, 03:31 PM   #19
Hitch
Bookmaker & Cat Slave
Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.
 
Hitch's Avatar
 
Posts: 11,460
Karma: 158448243
Join Date: Apr 2010
Location: Phoenix, AZ
Device: K2, iPad, KFire, PPW, Voyage, NookColor. 2 Droid, Oasis, Boox Note2
Quote:
Originally Posted by odedta View Post
Hah! love reading your posts as always

I have a question, how can you make the ePub auto flip page every number of seconds?
It's a fixed-format thing in iBooks. You use it, generally (but not always) when you have a book that is reading aloud for children. You first embed the read-aloud controls (start, stop, start-stop), and then you define the page-turn style thusly:

Code:
<p ibooks:readaloud="startstop" ibooks:readaloud-turn-style="automatic">Automatic</p>
<p ibooks:readaloud="startstop" ibooks:readaloud-turn-style="manual">Manual</p>
I know, I know, really tricky stuff. {smile}. From the iBooks Asset Guide:

Quote:
You can set the timing for page turning in pages that do not have audio. iBooks has two default zoom levels
in each orientation: page and spread. When a reader zooms into a page, each page is focused independently
during navigation. When a reader zooms to a spread, the spread is treated as a single step during book
navigation.
1. If Turn Pages is set to Automatically, iBooks pauses reading for 3 seconds on any pages or spreads that
do not have any associated audio. After 3 seconds, reading continues, and the reader is taken to the next
page or spread.
2. If Turn Pages is set to Manually, iBooks takes the reader to pages or spreads with no audio, and the corner
of the page is immediately turned up, indicating to the reader that it is time for them to turn the page.
To override this behavior and skip the spread entirely, provide a <par> that corresponds to the skipped
spread, and define a duration of 0s. If you want a pause longer than 3 seconds, build that time into the
audio file.
Just become an iTunes Publisher, and you can pull down their Asset Guide. The tedious part is the CSS and the SMIL, really. The rest isn't hard, as they've oriented iBooks for precisely this type of use.

Did that answer your question? Truthfully, you need to read the info in the larger context of the rest of the Asset Guide, for it to be useful, IMHO.

Hitch
Hitch is offline   Reply With Quote