Please point out to me the error of my ways...
here is the code...
//NOTE: That is not the real source URL. It has been edited for brevity
<video controls>
<source src="http://s3.amazonaws.com/...The+Offering+Section+3.mp4" type="video/mp4" />
</video>
This works in both Chrome, and Firefox, but IE 10 gives an error of "Invalid Source".
Would it have anything to do with the +
stringing the URL together instead of the standard -
...
From what I understand, the above solution is supposed to be supported by IE 10. Or am I mistaken?
EDIT: The files are hosted on Amazon S3, and served through their CDN.