Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

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?

share|improve this question

migrated from stackoverflow.com Jul 20 '12 at 13:04

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.