Adjusting playback speed of web object embedded YouTube videos

Apr 19, 2021

Hey, Articulate worriers!  I was wondering if there is a way to adjust the playback speed of a YouTube video when it is embedded as a web object. I have followed the instructions outlined in this article https://articulate.com/support/article/How-to-Add-YouTube-Videos-to-Articulate-Storyline-360-Courses, but I was wondering if anyone knows how to adjust the playback speed.

Thanks!!

4 Replies
Dwayne Schamp

Here's the code I used in the webobject window:

https://www.youtube.com/embed/IM0AWdTLw-s?controls=1

the "controls=1" will add the control gear to the playback window. I'm not sure there is any other way to control an external video. If it was a video embedded into the course, you can use JS to control the speed via a slider on the page. 

HTH