Question

  1. Added a media webpart
  2. I uploaded a mp3 and wav to a sharepoint library
  3. I can play media
  4. However, if I change the media source to "From Address" with the same mp3 and wav (sitting on a file share but accessed through http) then I get "Media Failed to load".

I can go to any browser and type http://myMediaServer:5555/CrewHealth.mp3 and it resolves right away. Directory browsing is enabled when i go to http://myMediaServer:5555 I can all the media files. Anonymous browsing is enabled. Everyone in the company has read access.

Était-ce utile?

La solution

This does it. Forget all the mambo jambo with silverlight webpart. Can anyone suggest how to enable pause button (play, stop, forward, rewind are all present except pause).

<div align="center">
    <embed src="http://directlink_to_video.wmv"
        autoplay="false"
        loop="false"
        width="600"
        height="400"
    </embed>
</div>
Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top