Simple method for loading a new movie in [jme] video player

Simple method for loading a new movie in [jme] video player

I am having a little trouble with the "src" attribute method. I am trying to use a click event to play a specific movie using the following:
  1. $('.next').click(function() {$('video').attr('src', 'http://path/to/movie.m4v' );
A link to an example (the link is at the bottom):