Forum Discussion
DanaCollins-0ee
5 years agoCommunity Member
Storyline - Adding a Vimeo Video
Hi all,
I have not used Articulate Storyline for daily instructional design for years, as my role has changed. I am now in need of some knowledge refreshment! I have a video on a secure Vimeo chan...
CraigBunyea-23d
2 years agoCommunity Member
The sample .story worked for me, just needed to swap a working video ID in the code for what seemed was a private vid. For my purposes I needed to enable the Next button no matter how the user got there. Could probably piggyback on the ckpt1 that Frank implemented.var onPlay = function(data) {
alert("you are done - finally");
SLplayer.SetVar("ckpt1",1); // variable initialized in the Storyline file
};
player.on('ended', onPlay);
Related Content
- 7 months ago
- 6 months ago