Wednesday, November 21, 2012

SharePoint Foundation 2010: Demos: Using the Built-in Silverlight Media Player of SharePoint 2010

SharePoint Foundation 2010: Demos: Using the Built-in Silverlight Media Player of SharePoint 2010:

'via Blog this'


<script type="text/javascript" src="/_layouts/mediaplayer.js"></script>

<DIV ID="VIDEOS">
<a href="https://home360.balfourbeatty.com/pb/corp/WorkingAtPB/BD/Prometheus/Videos/video.mp4"><img src="https://home360.balfourbeatty.com/news/newscentre/pb/corp/PublishingImages/GeorgePierson204x204.png"></a>
</DIV>



<script type="text/javascript">
        _spBodyOnLoadFunctionNames.push('mediaPlayer.createOverlayPlayer');
        mediaPlayer.attachToMediaLinks
                (
                        (document.getElementById('VIDEOS')),
                        ['wmv', 'avi', 'mp3','mp4']
                );
</script>

No comments:

Post a Comment