URL: http://carolpolis.com/#media
HTML
<video width="auto" height="200px" poster="images/WithCourage.jpg" controls>
<source src="media/WithCourage.mp4" type="video/mp4">
<source src="media/WithCourage.webm" type="video/webm">
<source src="media/WithCourage.ogv" type="video/ogg">
Your browser does not support the video tag.
</video>
.htaccess
AddType video/ogg .ogv
AddType video/ogg .ogg
AddType video/mp4 .mp4
AddType video/webm .webm
AddType application/x-shockwave-flash swf
Doctype
<!DOCTYPE HTML>
The video's play perfectly in Firefox and Chrome but in IE9 I only see the "poster" image and no media controls. It seems to know that they're videos but when I right click them and press "Play" nothing happens.
Thanks so much in advance for any help! Meredith