Hi @tfarmer ,
Thankfully, we have had HTML5 standards since 2014! There is a specification in HTML5 that supports the download attribute on a link, so you SHOULD be able to create a link that will always download the file when a user clicks. You might have to play around a bit to figure exactly which Canvas link to start with.
It's been supported since the following browser versions:
Chrome: 14
Explorer: 13
Firefox 20
Safari 10
Opera 15.
All you have to do is literally add 'download' to the link.
You can read about it here: HTML a download Attribute
I should add that this works for you own video files, not videos embedded via a service like youtube.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.