Friday, 25 April 2008

Media player in MOSS 2007

Hiiiiiii,

Actually one of our client wants to embed a video player in a SharePoint site. for that -
Add a Content Editor Web Part onto your page, and click on the Source Editor where you could input the following HTML, and update the URL value accordingly. Parameters could be added or removed according to your needs.



Here the Class ID is Key Player.

The correct class ID for Windows Media Player 7 and later is: clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6.
Many places on the internet it states that the
class ID should be: clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95.
This class ID is the old one, but it will work, because of backward compability. However, if you use the old class ID you will not be able to use the new features added to the component.

Windows Media Player 10
clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6 (same as WMP7)

Windows Media Player 9
clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6 (same as WMP7)

Windows Media Player 7
clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6

Windows Media Player 6.4
clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95

--------------- Have A Nice Time !!! ---------------------

No comments: