POV-logoDRAFT IDEAS –

Here’s some vocabulary for embedding videos.

There’s also some example formatting on the shared drive Web Services\Public\cua-photos\photo_dos_and_donts

YouTube Notes

  1. When we can, we want to use YouTube to host our videos
    1. YouTube has the infrastructure (servers and bandwidth) specializing in serving video.
    2. YouTube includes a player that
      1. Works across nearly all devices (mobile, tablet, laptop, desktop)
      2. Resizes to the screen – responsive
      3. Autodetects the best resolution for the end users bandwidth*
      4. But also allows the user to control their experience to meet their needs*
      5. Has really smart people working on it to make it as good of an experience as possible
    3. YouTube is pretty ubiquitous – though there are alternatives like Vimeo
  2. Some nuances with YouTube
    1. Cannot replace a video – only add new ones*.
      1. Can unlist older versions or we can just name them appropriately
    2. Cannot control who embeds a video
      1. Meaning if someone embeds a video and we would rather they use a newer one we have to ask them and they have to actually change their code on their website
      2. Because we want to be able to embed it ourselves
      3. This is actually why we would like to embed member facing videos on the OBC (so we can change links across the board)
    3. Every time we upload a video, YouTube notifies all our subscribers.
    4. Uploading a video does take time
      1. With those last 2 points, we want to make sure the video we are uploading is really ready for prime time
    5. YouTube is a social network
      1. People will want to comment on it – we usually turn comments off
      2. YouTube wants people to ‘stick’ on their site, so they show related videos

Sample Embeds

Inline Embed

The video is embedded right in the content.  The visitor can play the video, go full-screen, whatever.

It looks like this:

We have some control over the size and such, but want to be as responsive to screen sizes a possible.  A cool thing about WordPress is it has technology built in to automatically embed YouTube videos with just the URL. No need to get fancy with it.

Modal Popup

This is the preferred method because it scales the best.  There are many different javascript libraries that create this effect, so you could hear it referred to as a colorbox, thickbox, fancybox, lightbox, modal, lots of these things.  The library changes with the technology.

It looks like this:  (Web Services needs to address this:  using the YouTube images, they don’t have a Play icon overlay on them.)

Click to Play:

The modal could be triggered by an image – which we usually pull right from YouTube using their API, like above – but they don’t have a play overlay.   But we’re gonna fix that.

Or they could be a button (which looks like this Watch the Building the Factory Overview!)

Direct Link

This is the least desirable method because to take the visitor away from our site and over to YouTube to watch the video.  Realize that we have to publish the video on YouTube in order to get either of the above methods to work, so visitors could always find the videos on YouTube and that is OK.

This would look like this – just a normal link, it could be  text or a button or whatever.

Watch this video on YouTube

 

 

Flash Video Notes

  1. Flash Video is best used for
    1. Interactive videos – like Help topics where the visitor should click on stuff to continue
    2. Help Videos – keeping all the robohelp documents in one big package
      1. Vs. trying to keep robohelp and YouTube URLs in sync
    3. Videos that get updated frequently – again, help videos
  2. Flash videos can be hosted on our server
  3. Some nuances about Flash
    1. Flash is not cross platform
      1. Does not work on Apple mobile devices
      2. It’s going to stop working on Android devices too (there are maybe hacky workarounds)
      3. Browsers need a plugin or add-on to use it
        1. Some include it, some don’t
    2. Flash shows up on security vulnerability lists pretty frequently (http://www.securityfocus.com/ Search for Adobe Flash Player)

Here is an example from CU*BASE Help:  https://www.cuanswers.com/demos/DownloadingYourFinancialStatementsToExcel.htm
(This was the first one in the search results)

 

 

 

WebEx Video Notes

  1. WebEx Videos are used when we record a WebEx hosted webinar
  2. WebEx videos are always hosted on WebEx, we have no way to export them
    1. or edit them
    2. or really anything else – they are a proprietary format last time we checked (2014-ish)
  3. WebEx videos require the visitor to install a WebEx player add-on or plugin
    1. No clue on how cross platform this is.
  4. WebEx Videos always have to be links to the WebEx site to play them
    1. Link could be an image or a text link

Here is an example:  http://ondemand.cuanswers.com/14-2-cubase-release-training/

Updated
July 25, 2018