R
Rhinolover
Hi all,
I have set up a video viewer on my website, that streams tutorial video. 3
version of the videos are setup. 56k, 100k, 300k.
Now 2 weeks ago, everything was working well and the video was loading with
no problem.
Now i try again, and only the sounds works, there is no image that shows up.
I would like to know what is wrong with my script since i havent touch it
since the time it was working.
Here is my script:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#000000">
<OBJECT ID="MediaPlayer1" width=300 height=300
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.
cab#Version=6,4,5,715" standby="Loading Microsoft Windows Media Player
components..." type="application/x-oleobject">
<PARAM NAME="AutoStart" VALUE="false">
<PARAM NAME="FileName"
VALUE="http://mysite.com/html/videofolder/videocategory/d1128k.wvx">
<PARAM NAME="ShowControls" VALUE="true">
<PARAM NAME="ShowStatusBar" VALUE="true">
<PARAM NAME="animationatStart" VALUE="false">
<EMBED type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
SRC="http://mysite.com/html/videofolder/videocategory/d1128k.wvx"
name="MediaPlayer1" width=300 height=300 autostart=0 showcontrols=1></EMBED>
</OBJECT>
<script language="JavaScript">
<!--
if ( navigator.appName == "Netscape" )
{
navigator.plugins.refresh();
document.write("\x3C" + "applet MAYSCRIPT
Code=NPDS.npDSEvtObsProxy.class" )
document.writeln(" width=5 height=5 name=appObs\x3E
\x3C/applet\x3E")
}
//-->
</script>
</body>
</html>
Now i am not a programmer saavy, and would like to have advise and
explanation on what is wrong with it. Since it did work 2 weeks ago.
Any help would be appreciated.
I have set up a video viewer on my website, that streams tutorial video. 3
version of the videos are setup. 56k, 100k, 300k.
Now 2 weeks ago, everything was working well and the video was loading with
no problem.
Now i try again, and only the sounds works, there is no image that shows up.
I would like to know what is wrong with my script since i havent touch it
since the time it was working.
Here is my script:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#000000">
<OBJECT ID="MediaPlayer1" width=300 height=300
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.
cab#Version=6,4,5,715" standby="Loading Microsoft Windows Media Player
components..." type="application/x-oleobject">
<PARAM NAME="AutoStart" VALUE="false">
<PARAM NAME="FileName"
VALUE="http://mysite.com/html/videofolder/videocategory/d1128k.wvx">
<PARAM NAME="ShowControls" VALUE="true">
<PARAM NAME="ShowStatusBar" VALUE="true">
<PARAM NAME="animationatStart" VALUE="false">
<EMBED type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
SRC="http://mysite.com/html/videofolder/videocategory/d1128k.wvx"
name="MediaPlayer1" width=300 height=300 autostart=0 showcontrols=1></EMBED>
</OBJECT>
<script language="JavaScript">
<!--
if ( navigator.appName == "Netscape" )
{
navigator.plugins.refresh();
document.write("\x3C" + "applet MAYSCRIPT
Code=NPDS.npDSEvtObsProxy.class" )
document.writeln(" width=5 height=5 name=appObs\x3E
\x3C/applet\x3E")
}
//-->
</script>
</body>
</html>
Now i am not a programmer saavy, and would like to have advise and
explanation on what is wrong with it. Since it did work 2 weeks ago.
Any help would be appreciated.