Embedding a video broadcast into my website
-
Wow, I loved Webcam Monitor now I'm in love with Security Monitor Pro!
Great software!I'd like to embed my broadcast into a web page.
For Internet Explorer I can make it work with the following code:
<!-- --------------------------------------- -->
<object id="mediaplayer" classid="clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="https://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#version=5,1,52,701" standby="loading microsoft windows media player components..." type="application/x-oleobject" width="640" height="480">
<param name="filename" value="https://mysite.com:1030">
<param name="animationatstart" value="true">
<param name="transparentatstart" value="true">
<param name="autostart" value="true">
<param name="showcontrols" value="true">
<param name="ShowStatusBar" value="true">
<param name="windowlessvideo" value="true">
<embed src="./test.wmv" autostart="true" showcontrols="true" showstatusbar="1" bgcolor="white" width="320" height="310">
</object>
<!-- --------------------------------------- -->BUT, but, the problem is... This doesn't work in Google Chrome!
Google Chrome doesn't recognize this at all.Does someone know how to write the code so it works in Google Chrome?
-Robert Michael Sitter
Edmonton, Alberta, CANADA -
The Security Monitor Pro broadcast can be viewed using Windows Media Player
When the Chrome browser detects that you're missing a plug-in for the code you have, it should prompt you to install the plug-in at the top of the webpage. Here's more information about installing Windows Media Player plug-in for Chrome.