Hello, I am hoping someone here might be able to assist me with a slight issue. I have a mess of videos encoded as MP4 and several people that want to use the gallery using their iPhones.
To that end, I want to deploy HTML5 coding in place of flowplayer where possible. Since IE9 doesn't really give a lot of control using the video tag (like full screen) I wanted to attach video-js for controls.
I added the needed javascript calls and CSS calls in default.aspx and in the BrowserTemplate I added a line for video/mp4 and have been toying with different browser IDs, but I cannot get the gallery to accept that it needs to run the following HTMLTemplate:
Code:
<video class="video-js" width="640" height="264" controls preload {AutoPlay} src="{MediaObjectUrl}"><p>Cannot play: Your browser does not support the <code>video</code> element or the codec of this file. Use another browser or download the file by clicking the download toolbar button above (available only when downloading is enabled).</p></video>
The original mp4 code is still in place using default as the ID, but I've tried ie9 and ie, but flowplayer keeps loading. I've also turned off caching in site admin and did the usual history deletions in my browsers.
For reference, I am using the 64bit .net4 code.
Any assistance anyone can offer would be greatly appreciated.