Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Question regarding flash during initialization of HTML widget in iBooks Author

Completely new to iBooks Author, Dashcode etc. (and not really a coder of any kind)


Am experiencing flashing when first loading HTML widgets in iBook. Found this article which seems to offer a potential fix:


http://support.apple.com/kb/HT5068


Quick and hopefully simple question...


There are three steps specified in article:


  • add IBNotifiesOnReady
  • Set Dashboard widget to load the Apple javascript library
  • Set the Dashboard widget to let iBooks know when the HTML initialization begins


instructions provide code for each, but just to clarify, where is this code added? to the .plist file? the .html? the .js file?


sorry for the basic question, but any help would be greatly appreciated. thx!

iBooks Author-OTHER

Posted on Feb 26, 2012 3:49 PM

Reply
3 replies

Feb 29, 2012 9:28 AM in response to sfmission

  • IBNotifiesOnReady => into .plist
  • Set Dashboard widget to load the Apple javascript library => into the head section of the HTML file
  • Set the Dashboard widget to let iBooks know when the HTML initialization begins => into the javascript code


but the question is: where can i find/download the AppleClasses/AppleWidget.js?


Be careful, the line:


<script type="text/javascript" src="AppleClasses/AppleWidget.js"> </src>


is not correct. It must be:


<script type="text/javascript" src="AppleClasses/AppleWidget.js"> </script>

Question regarding flash during initialization of HTML widget in iBooks Author

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.