I am using this snippet below. The video works when clicked in safari but it doesn't work when clicked in firefox, ie, and chrome.
Snippet:
<video width="560" height="340" controls>
<source src="/media/intro.mp4" type='video/mp4;
codecs="avc1.42E01E, mp4a.40.2"'>
</video>