No problem,
jQuery('#eModal-1 .emodal-close').click(function (e){
e.preventDefault();
jQuery(".video-js")[0].player.pause();
jQuery('#eModal-1').emodal('close');
});
I just slapped that into one of the JS files for my theme and magic happened.
Hi and thanks for the reply. I was using amazon to host the video. I was able to figure out how to hook the close button into the videojs pause though. All is good.
Thanks again!