3

I am trying to create animations in an ebook (using iBooks Author) much like the the first few pages of Yellow Submarine ebook.

Specifically I want to have animations in the content and immediately animate and interactable without the need to trigger (touch to turn on) a widget. I tried HTML5 (like the sencha demo) as well as keynote. But both of those ended up creating a selectable widget where the animation would not happen w/o selecting the widget.

Peter King
  • 31
  • 3
  • It is not totally clear from your question what your doing or what language your trying to do it in. Are you using iBook-Author? I added the tag. – AnthonyLambert Jan 30 '12 at 18:20
  • 1
    I am trying to create an ebook (to be distributed through iBooks) using iBooks Author as my authoring tool. – Peter King Jan 30 '12 at 23:40
  • I would love to know of a way to do this as well... even if I have to hack something -- as long as apple still approves it :) – Jo Albright Feb 27 '12 at 01:23
  • @PeterKing what did you end up doing? Making the book in Adobe? This is a huge hurdle in a project I'm working on. – RooWM Dec 17 '12 at 15:22

2 Answers2

2

Why not sync the book which has the functionality you want to iTunes? - Then find the book which is then synced to your PC/Macs hard drive and open it in an editor and look at the XML/Pub 3 script. This may give you some clues as to how they are doing it.

The iBook format is an Apple extended version of EPub v 3

I would be very surprised if it can't be done from the IBooks Author tool.

If the Book you wish to examine has DRM you could still look at it by using a tool like: Requiem 3.3

AnthonyLambert
  • 8,768
  • 4
  • 37
  • 72
  • The Yellow Submarine ebook from iBook is DRM locked so I cant open it with Sigil. Any other suggestions? – Peter King Feb 01 '12 at 22:45
  • have you seen this? http://cydiablog.com/crack-apple-ibooks-drm-requiem-3.3-app/ lets remove the DRM so you could see how it is done. – AnthonyLambert Mar 02 '12 at 16:48
  • Thanks for the lead, but (I was told that) unfortunately The Beatles yellow Submarine.epub can not be decrypted even by Requiem 3.3. I think unfortunately I will be going the app-route. – Peter King Mar 02 '12 at 20:09
  • 2
    Just to make it clear I'm not pro breaking DRM! I make my living from selling software, its just it can sometimes help to pull someone's code or example apart to see how to do something.... – AnthonyLambert Mar 06 '12 at 16:31
0

@Peter this is all hacking. When you have time consider requesting this feature: iBooks Author feedback

regards, Peter