tstar
11-29-2005, 07:28 PM
Have been trying to get a streaming cam up and have not had any luck....I know Im not doing something right....Have copied this code
<OBJECT ID="NSPlay" width=340 height=300 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://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">
<PARAM NAME="FileName" VALUE="http://floridakeysmedia.com/liveduvalstreet/liveduvalstreet.asx">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowDisplay" VALUE="0">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="AutoSize" VALUE="1">
<Embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
filename="http://floridakeysmedia.com/liveduvalstreet/liveduvalstreet.asx"
src="http://floridakeysmedia.com/liveduvalstreet/liveduvalstreet.asx"
Name=NSPlay
ShowControls=1
ShowDisplay=0
ShowStatusBar=0
width=340
height=300>
</embed>
</OBJECT>
To my site (www.playadailynews.com and it's exactlly what I want to achieve but have no luck setting it up with my own info....
<OBJECT ID="NSPlay" width=340 height=300 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://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">
<PARAM NAME="FileName" VALUE="http://floridakeysmedia.com/liveduvalstreet/liveduvalstreet.asx">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowDisplay" VALUE="0">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="AutoSize" VALUE="1">
<Embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
filename="http://floridakeysmedia.com/liveduvalstreet/liveduvalstreet.asx"
src="http://floridakeysmedia.com/liveduvalstreet/liveduvalstreet.asx"
Name=NSPlay
ShowControls=1
ShowDisplay=0
ShowStatusBar=0
width=340
height=300>
</embed>
</OBJECT>
To my site (www.playadailynews.com and it's exactlly what I want to achieve but have no luck setting it up with my own info....