Forum Discussion
fabian
2 years agoCommunity Member
Using Kaltura Player API in Storyline
Hello everyone,
I recently came across Chris Hodgson's fantastic tutorial on utilizing the YouTube API to enhance embedded video functionality in Storyline (https://youtu.be/_4e0DSJp3cY). Inspired...
MaryGoemanRealo
Community Member
I'm trying to get your code to work - do I just swap out the source Kaltura file location in the html document?
CraigBunyea-23d
2 months agoCommunity Member
If by source Kaltura location, you mean the <script src="...">, yes. But you'll need to update parameters of the kWidget.embed({...}) script to match as well, since you are initializing a video player object as well.
You can find/extract targetId, wid and uiconf_id in that preceding src URL. Not sure if entry_id needs to change (or where that came from). And remember to create a custom variable in your .story file called videoIsComplete (I used Yes/No strings, but you could use whatever). And of course delete all that text in the <body>, that was just reference material.