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.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login