Embedded Windows Media Player (Tutorial 7 Review)

Windows Media Players

This clip shows what an embedded Windows Media Player looks like. You can embed this clip as an ActiveX object for IE browsers and as a plug-in for non-IE browsers.

To embed a clip using windows media player the data attribute in both tags must be data=”data url.wmv”

The type attribute must be changed to type=”video/x-ms-wmv”

The classid attribute must be changed to

classid=”clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6″

The value of the codebase attribute must be changed to codebase=”http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715″

The paramaters for a Windows Media Player clip are

<param name=”url” value=”data url.wmv” />

<param name=”autostart” value=”false” />

<param name=”showcontrols” value=”true” />

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a comment