Intel XDK: Controls 5: Using the You Tube widget
This post is about the You Tube widget in Intel XDK. A new version has been released: Release date: May 19 2016 Version: v3357 Intel XDK Cloud services is undergoing significant changes and it is a recommendation from Intel XDK to use this latest version. A few new features have been added to the DEVELOP tab in the user interface and the rest about bug fixes. Start a new project using Standard HTML5 choose App Designer 3. The project is named TestYouTube. The project is just a bare bones HTML project with the main page, index.html. However, it has references to these script files and no other content in the body of the index.html: ------------- cordova.js js/app.js js/init-app.js xdk/init-dev.js -------------------------- Add a header (optional) to keep track of your project. YouTubeDemo_00 Click on YOUTUBE in the MEDIA folder. YouTubeDemo_01 Drag it and and drop it on the page in DESIGN view. ...