0% found this document useful (0 votes)
34 views

Object Id

This document contains code to embed a Microsoft Windows Media Player that plays a live stream from an IP address. The player is set to automatically start playing the stream, show the status bar but not full screen controls, and disable right-click context menus.

Uploaded by

Prince Hero
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views

Object Id

This document contains code to embed a Microsoft Windows Media Player that plays a live stream from an IP address. The player is set to automatically start playing the stream, show the status bar but not full screen controls, and disable right-click context menus.

Uploaded by

Prince Hero
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

<object id="MP" name="MP" classid="CLSID:22D6F312-B0F6-11D0-94AB0080C74C7E95" width="384" height="288" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp 2inf.cab#Version=6,1,5,217" standby="Loading Microsoft Windows Media&#8482; Player components...

" type="application/x-oleobject"> <param name='Filename' value='mms://95.0.159.138/TV1' /> <param name="ShowStatusBar" value="true" /> <param name="EnableFullScreenControls" value="true" /> <param name="ShowTracker" value="false" /> <param name="EnableContextMenu" value="false" /> <embed type='application/x-mplayer2' pluginspage='http://www.microsoft.com/isapi/redir.dll? prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&'src='mms://95.0.159.13 8/TV1' name='MP' width='384' height='320' showstatusbar='1'showdisplay='0' autosize='0' enablecontextmenu='0' showtracker='0' volume='0'autostart='true'></embed> </object>

You might also like