Related to this question: <video> tag in Sharepoint 2007
I'v tried embedding the video using the embed tag, which doesn't work
You get the play icon with a line through it.
I'v also tried using the <video> tag which also gives the same result.
<embed src="workbookvid.mp4" type="video/quicktime" width="1032" height="776" controller="false" align="left" autostart=true>
Any ideas on getting it to work on sharepoint, when the video is hosted on sharepoint.
- I can't host the video on another server.
- I also can't change the sharepoint settings so that it will recognize the mp4 video file.
I was thinking maybe it would be possible to trick the iPad into thinking it had the right MIME type, so that it would play the video... Maybe some Javascript trickery?