Copy link to clipboard
Copied
The video embed feature in CP9 seems to want flash video servers only. Is there a way to embed from Youtube or Vimeo?
Hi Jim,
Can you please try with this URL: https://www.youtube.com/watch?v=vHx6SBynMkw&feature=youtu.be
Thanks,
Mohana
Copy link to clipboard
Copied
Hi there
Perhaps consider using the Web Object?
Cheers... Rick
Copy link to clipboard
Copied
Hi,
You would try using a Web object. For Youtube videos, you could directly use the Youtube Learning interaction
Thanks,
Mohana
Copy link to clipboard
Copied
Thank you, Mohandas.
The web object does work.
I attempted to use the YouTube interaction and it did not work.
I tested with URL https://youtu.be/vHx6SBynMkw
When I passed the URL into the YouTube interaction menu, it went in twice
I corrected the URL to eliminate the duplication and then set the options
After hitting OK, I got this screen.
When I published the project, the video did not play in the window.
I would prefer to design it into the project as an interaction, and this capability does not seem to be working.
Please advise.
Jim
Copy link to clipboard
Copied
Hi Jim,
Can you please try with this URL: https://www.youtube.com/watch?v=vHx6SBynMkw&feature=youtu.be
Thanks,
Mohana
Copy link to clipboard
Copied
That worked!
Thanks,
Jim
Copy link to clipboard
Copied
It looks like what you added to the URL was "&feature=youtu.be"
Will that same approach work with every one of the URL's from YouTube?
Jim
Copy link to clipboard
Copied
That's correct. Try to use all Youtube URLs in a similar format and you can get it working!
Hope this helped
Regards,
Mohana
Copy link to clipboard
Copied
I use the YouTube iFrame API in a web page. Zip an load into Captivate as an HTML5 Animation.
It is the only API that is NOT deprecatated.
The JavaScript and AS3 APIs have been deprecated by YouTube. There is also an Android and iOS helper API.
You can also look at this GitHub for embedding Vimeo with JS.
vimeo-api-examples/js-example.html at master · vimeo/vimeo-api-examples · GitHub