Question
HTML5 video tag
I have some simple code to display a video mp4 file using the html5 video tag. The code works on the production server, but not on the development servers. on those, it just shows a blank video area. The only difference that I can see is that the development (CF10) server uses Apache as a web server while the productions server uses IIS. It there something special for Apache to show the video using the video tag?
