Creating a youtube widget in iAd Producer for Ibooks Author

Hello,
I am trying to create a widget in iAd Producer to add to my iBooks Author template featuring a youtube video.
I am able to create and save the widget but when I place it into iBooks Author template I get a large gray box with a small black box in the center (the video). 
Is there a way to correct this? 
How can I eliminate the outer frame? 
Any other suggestions on adding a youtube video to iBooks Author?
Thank you.

See my answer in:
https://discussions.apple.com/message/24985089

Similar Messages

  • Using Google GWT to create (Dashcode) widgets for iBook Author  I would like to embed interactive widgets in iBooks using iBookAuthor. The widgets in question started life in Java but GWT has allowed them to be converted to javascript and to run on web pa

    I would like to embed interactive widgets in iBooks using iBookAuthor. The widgets in question started life in Java but GWT has allowed them to be converted to javascript and to run on web pages (for example, http://softoption.us/content/node/437 scroll to the bottom). In theory, iBookAuthor can bring in most html5, and much javascript. The technique is to wrap the html in a folder, with 2 extra files, a plist and a default png and then change the extension of the folder to ‘.wdgt’. This is the technique for making Dashboard widgets for the Mac, and Apple even have the Dashcode software to do it. So what you really do is to make a Dashboard widget, then iBookAuthor can import it.  So far, so good. And some  folk have been doing this, for example http://www.prweb.com/releases/2012/2/prweb9242432.htm http://www.panophoto.org/forums/viewtopic.php?f=64&t=10417&p=158330#p158423 However, if you start with GWT and create a single page with one button and a Hello World, compile it, and get the WAR file (I use Eclipse here)… the Safari browser and others will run it properly (even on an iPad). Then if you wrap it, a proper Dashboard widget is created, which runs properly on a Mac. Then if you go to iBookAuthor and put a custom widget in the Text, then drag it in. It is accepted by the text and shown as being there. However, if you use Preview to look at it on an iPad, it is gone (or was never there in the first place). Anyone any ideas on this? [And iBook Author seems to give no warnings.] The widget is at https://dl.dropbox.com/u/46713473/Test6.wdgt.zip I have bells and whistles that I’d like to get into an iBook!
    Thanks for any insights.
    Martin

    I do have a little to add, which might help someone. Indeed, opening a blank page and dragging the widget straight in seems good in difficult cases. But, actually, I was also able to insert successfully from the Toolbar especially to blank pages. So, it may have been something to do with the columns and stuff like that. Anyway back then the insertion would show in iBooks Author but not in the Preview on the iPad. I moved on to actual Google Web Toolkit output javascript. Basically I had three at hand to try: a Hello World with a button which went straight it, one of moderate complexity, (for example with a built in Lisp interpreter), which also went straight in, and finally a more complex one that initially was rejected by iBook Author. Author complained that there was an unsupported media file (of course, Author does not tell you which one it is, that would be too easy). [Remember, this was a proper working Dashboard widget which could be installed on a Mac]. Among other things I had read remarks about .gif files. When looking through the GWT war directory at the actual javascript etc files, I noticed there were two gifs there one called ‘clear.cache.gif ‘  and a second one called  ‘0F89659FF3F324AE4116F700257E32BD.cache.gif’. (Now, there is obfuscation so the numbers here may be different from case to case.) The clear.cache.gif did not seem to be anything special. But the other one is an animation. It is three little boxes that twinkle (rather like a waiting spinning cursor).  So, I opened that file and saved it to itself (that picks the top frame of the animation and saves only that, leaving you with an unanimated gif). The resulting widget drags and drops into iBooks Author (and seems to work properly at a quick glance). So, if you are having trouble with ‘unsupported media files’ converting animated gifs into unanimated gifs might help in some cases.

  • Creating a widget for iBooks Author

    This seems to be an issue in iBooks Author but thought I'd see if anyone here had an idea.
    I'm a noob, trying to take an iPad app I previously created and turn it into an iBook. On this page, Goldilocks takes a taste of porridge and makes a face as its too cold. I've successfully created the animation of GL raising the spoon to her mouth, making a face and then returning the spoon to the bowl. I then added the widget to the page in iBooks Author but when I "touch" to play the animation, the widget opens in it's own window and plays. But I don't want it to play in a window... I want it to play in place on top of the background.
    This is what the background image looks like (only without GL). GL is a widget I created using Edge Animate.
    The goal is to allow the user to tap GL and play the widget I've created of her tasting the porride (here's one of the keyframes from the animation)
    But like I said, when I tap GL it opens in a window. Any ideas?
    Adobe Animate Edge is so cool and I have a bunch of great ideas if I can get this to work... So hoping someone has an idea. (Oh, and bonus points, can I add an mp3 file to Edge and have it play, "Yuck, this is too cold!" Haven't had a chance to try but that would be awesome!)
    Thanks, Kevin
    www (.) NurturingTales (.) com

    Hi Kevin!
    Unluckily this is the default and the only behavior of the Html Widget in Iba: it can only run in a window....
    About the mp3 file, you have first to convert it in a format directly supported by Iba, like .m4a. Then, you have to insert this code:
       var  track = new Audio(); // declare and initialize a new audio() (Html5) variable called track
            track.src = "media/track1.m4a"; // define the source of your audio variable: "track.m4a" is the name of your audio file
            track.volume = 0.5; // set the volume of your track
    Now you can recall and play/pause your track like this:
    track.play();
    track.pause();
    The code can be inserted on event "click" on the Div you want the user clicks to play the sound!
    Have a nice day!
    Davide
    PS: congrats for your beautiful work!

  • HTML5 audio widget for iBooks Author

    Hello!
    I'm creating a HTML widget for iBooks Author and I want to add a audio tag of HTML5 in my HTML file. When I do this, I test in Safari Browser and the audio sounds good, so I add my widget with the HTML file, sounds, Default.png and Info.plist and I do a Preview for see in iPad. When I open the widget in iPad the sound doesn't work and it show me a message like this:
        "cannot play audio file"
    The audio have a .m4a extension. I don't know what can I do...
    Someone can help me, please?
    Thanks!

    Hi Crisiii,
    I have the same problem. However, in my case it does work if I test the widget in an new empty book. When I add the widget to the real book it does not work. mabe you should do the test to troble-shoot and have a better idea of what is wrong in your case.
    I will try to find a fix to the problem and let you know if I do. Please do the same if you find what the problem is.
    Thank you.

  • Creating a template in Pages is straight-forward as answered here previously. Is there and equivalent for iBooks Author which can start with a blank page and build up the template as required? or can one only adapt a ready made template?

    Creating a template in Pages is straight-forward as answered here previously. Is there an equivalent for iBooks Author which can start with a blank page and build up the template as required? or can one only adapt a ready made template? This has proved unsatisfactory to me so far. Lines are left in etc.

    There are two basic menus for fonts - one from the main menu bar and one from the toolbar. You can also bring up the font manage dialog.
    I don't recommend trying to hard to force an otherwise foreign font, as it inevitably needs to be usable/supported on iOS as well, and that can get tricky w/3rd party fonts, as an example, even with the expanded font support in the latest iBA.
    If you need to discuss fonts more, I suggest starting a new thread....preferably with a slightly more brief title, thanks.

  • HT5071 Can I publish my work produced with iBooks Author and make it available (free of charge) for my students only?

    Can I publish my work produced with iBooks Author and make it available (free of charge) for my students only?

    Yes. Put it on your own server, and/or send it out via email.

  • Looking for iBooks Author vendor

    Looking for iBooks Author vendor to create multiple books based on an existing template. The books are operative techniques for the orthopaedic surgery industry. Need an idea of cost to outsourse. Here are the specs:
    7 chapters
    the first page of each chapter is an overview of the chapter that includes hyperlinks to each step in the operative technique
    total of 44 pages
    each page has at least one video widget (some pages have two), a photo gallery widget plus a static image and text
    glossary index with 100 entries that include text and photos (would love to find someone who can program including collada 3-D images into the glossary. but that is a nice to have, not a need to have)
    all images require resizing for the ibook (they are print images)
    all videos require compression for the ibook
    half of the pages have 3-d collada files
    heavy typesetting is required
    three pages include large interactive images with 20 labels
    Looking for estimates to present to the company on the cost to outsourse as well as find possible vendors to talk to and provide more detail.
    thanks.

    i apologize. here is my contact email if anyone is interested in talk more about this.
    [email protected]

  • Publishing Guide for iBooks Author

    Hi All,
    Do we have Publishing Guide for iBooks Author - If so please share us the links.
    Thanks,
    Rocxy

    Try the featured guides and iTunes Producer User Guide 2.7.1 , available from the iTunes Connect/Deliver Your Content module, may be helpful.
    See the User Tips this forum as well.

  • I need help with Compressor 4 settings to convert .mp4 files to .m4v for iBooks Author

    I'm a curriculum design guy with no video background. I have Compressor 4, but don't really know much about how to best use it.  I'd appreciate some help with getting the right setting for my project. Screen shots of settings would be much appreciated, since I don't know much video terminology.
    I'm making an free iBook for students on WWII propaganda using old videos from the Internet archive.
    I'd plan to use Compressor to:
    1. Convert the .mp4 files to a .m4v that iBooks Author will accept. (I know I can use QT for that, but it increases file size)
    2. Use Compressor to reduce file size so my iBook doesn't get too big
    3. Get videos that look & sound the best, given the poor quality of the original source videos.
    Here's some sample videos that I'll use:
    http://www.archive.org/download/OutOfTheFryingPanIntoTheFiringLine/OutOfTheFryin gPanIntoTheFiringLine.mp
    http://archive.org/download/AvengeDe1942/AvengeDe1942_edit.mp4
    PS - I will also be editing some of the original videos in iMovie - if I use different settings to prep those videos for iBook Author, let me know.
    Much thanks in advance for any help

    Compressor is half the size compared to QtX encoding, 17 MBs...
    File Format... H.264 for Apple Devices...
    Device: iPhone Local/WiFi
    Aspect Ratio: 4:3 480x368
    Data Rate: 700
    Uncheck Multi-pass

  • So what is better - time efficient - Google Sketch or Strata 3d SE for ibooks author use?

    So what is better - time efficient - Google Sketch or Strata 3d SE for ibooks author use?

    Yes, but I doubt if my definition of ease-of-use is the same as yours.
    As always with these types of questions, the best method is to work with both, on your machine, using your environment, your content, your specs, your resources, with your time and then decide.

  • Is there a Paste in Place option for iBooks Author?

    Is there a paste in place option for iBooks Author like there is in Adobe InDesign? Thanks.

    InDesign's PIP means pasting at arbitrary coordinates.
    Not sure what that has to do with iBA, sorry, which isn't strictly canvas based.
    If you just want to clone items....that depends on the object. Best to experiment with your particular content, etc.
    Ken

  • Do the Templates and Themes for iBooks Author include the flip page animation?

    Well, this question is concern about something similar asked by romondodavis on 28-mar-2012  (https://discussions.apple.com/message/17981772#17981772) and also answered by K T.
    So my question refers to know if when buying the Templates and Themes for iBooks Author the curl/turn/flip animation is included with them or should I have to buy necessary Pages so I can generate those industry standard e-pubs as K T suggests in order to get the turn page animation enabled by default?
    Thanks in advance
    Alex

    When asking about a product, always ask the seller...

  • What is best movie format for iBooks Author

    What is the best movie format for iBooks Author?

    Thanks for the people who helped my. Thanks to you I now have the answer.  It is as follows:
    1. Load your movie into Quick Time Player.
    2. When in Quick Time Player go to File then Export to then check Broadband H.264, 5Mbp/s maximum data rate.
    This worked for me so many thanks.

  • Real playing card images for ibooks author

    Does anybody know where to find real playing card images for ibooks author?

    benMcKown wrote:
    2.  I am looking for how to keyboard type Spades Hearts Diamonds and clubs
    Edit > Special Characters
    Click on gear wheel, select Customize
    Check box for Pictographs
    Double-click or Drag/drop to input

  • Is there any documentation for iBooks Author.

    Is there any documentation for iBooks Author.

    Apple has a FAQ article at: support.apple.com/kb/HT5071
    You can also go here for information: www.apple.com/support/mac-apps/ibooksauthor/
    Google also has a lot of third party information with a simple search.
    And of course you can always to to the iBooks Author forum here on Apple Support Communities. The link for that is here: discussions.apple.com/community/ibooks/ibooks_author

Maybe you are looking for

  • Messages banner stuck

    The notification banner that drops down momentarily while your in an app has recently began to drop down and never disappear until I either exit the app or press the notification.  It looks like the only notification that has been doing this is Messa

  • How to find out the position in which an application hangs

    Hi, is there any possibility to find out the position in a source, in which a deployed application hangs? For example, there is an endless loop in an application, which is already deployed. In runtime the application hangs in this loop. How can I fin

  • Allow popup

    I have disabled all extensions and add-ons and I still can't get a popup window to do a chat from aiowireless.com. I added the website to the exceptions list to allow popups. I also tried by having the popup blocker turned off. Nothing seems to allow

  • CAN NOT OPEN UP FIREFOX...ERROR ENTRY POINT CAN BE ACCESSED FROM XUL.DLL

    '''3rd time have been locked out.....can not access mozilla or important sites....error '''reads..... The procedure entry point NS_Set Dl Directory could not be located in the dynamic link library xul.dll.......urgent repair needed.....even when inte

  • COnfiguring IDOCs for Inquiriey/Quotation

    Dear Experts, I have  a requirement to trigger IDOCs when a Quotation is SAVED in SAP CRM. Can anyone pls provide so configuration steps....... We are in CRM 4.0. Or any idea about output configuartions.. Thanks, reshali.....