What are the best options for embedding videos in WebHelp?

Please post all questions on Help+Manual 8 here

Moderators: Alexander Halser, Tim Green

Post Reply
Dave Gehman
Posts: 575
Joined: Sat Sep 23, 2017 9:05 pm

What are the best options for embedding videos in WebHelp?

Unread post by Dave Gehman »

We're attempting to move into the 21st C but are total virgins when it comes to video-fying our online WebHelp material.

YouTube plasters links to other YouTube videos, and we can't find a way to prevent that.
Vimeo requires a credit card and our company financial person balks at the multiple online reports of problems with unwanted Vimeo charges.

Anyone have other free or low-cost, yet honest You-Tube-ish options?

If anyone in the H+M world has stored video on their own/company's web servers, did it all work beautifully?
User avatar
Martin Wynne
Posts: 2656
Joined: Mon May 12, 2003 3:21 pm
Location: West of the Severn, UK

Re: What are the best options for embedding videos in WebHelp?

Unread post by Martin Wynne »

Dave Gehman wrote: Tue Feb 02, 2021 5:05 pmYouTube plasters links to other YouTube videos, and we can't find a way to prevent that.
Hi Dave,

You can prevent that by adding ?rel=0 to the embedded URL (no related content).

You can also prevent Youtube from setting cookies on the user's computer if you use the -nocookie version of the URL:

Code: Select all

https://www.youtube-nocookie.com/embed/Uh90jzF_4qM?rel=0
Try clicking this and see:

https://www.youtube-nocookie.com/embed/ ... _4qM?rel=0

You have more control in H&M if you embed videos using an HTML Code Object rather than the built-in-video functions.

Anyone have other free or low-cost, yet honest You-Tube-ish options?
If you create your video using Flashback Recorder, you can use the built-in FlashbackConnect hosting: https://www.flashbackconnect.com/

which is great for software tutorials and allows clickable links and interactive pauses while the user reads the callouts. (It doesn't use Flash.) But only for videos created in Flashback Recorder.

See for example: https://flashbackconnect.com/Movie.aspx ... dwEqNgimg2

Hosting video on your own server works ok, but it's a lot of work if you want it to look good on all devices, tablets, mobile phones, etc., and in all browsers. It's much easier to let Youtube or FlashbackConnect deal with all that.

cheers,

Martin.
Dave Gehman
Posts: 575
Joined: Sat Sep 23, 2017 9:05 pm

Re: What are the best options for embedding videos in WebHelp?

Unread post by Dave Gehman »

Martin, as always, beholden to you.

Dave
Post Reply