paragvshah
Programmer
Hi friends,
I have a problem using Windows media player 7.1 with Netscape 7. I have embedded the following code in a test.htm page.
<object id="objMediaPlayer" width=350 height=275
classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"
codebase=" standby="Loading Example Custom Player..." type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="mymovie.asf">
<PARAM NAME="transparentAtStart" VALUE="0">
<PARAM NAME="animationAtStart" VALUE="0">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowDisplay" VALUE="0">
<PARAM NAME="ShowStatusBar" VALUE="1">
<EMBED TYPE="application/x-mplayer2"
SRC="mymovie.asf"
NAME="MediaPlayer"
WIDTH=350
HEIGHT=275
transparentAtStart=0
animationAtStart=0
Showstatusbar=1
ShowPositionControls=1
EnablePositionControls=1
</EMBED>
</OBJECT>
When i am trying to open the test.htm page directly in netscape 7 browser then the page is working fine (Movie is played in Windows media player), but when i try to open test.htm page thru <a Href="test.htm">Link to Test page</a> link from Test1.htm page then the link takes me to test.htm but it just displays the windows media player and returns back to test1.htm page (movie doesn't run in windows media player). I want to run test.htm page thru a link in test1.htm page. Why this is not working? What is the problem here?
(Important Note: When you have Windows media player 7.1 installed on your machine before Netscape 6.x or 7 versions then after installing Netscape 6.x or 7 version you have to reinstall Windows media player 7.1 full version on your machine)
Please can any body give me a solution to this?
Parag Shah.
I have a problem using Windows media player 7.1 with Netscape 7. I have embedded the following code in a test.htm page.
<object id="objMediaPlayer" width=350 height=275
classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"
codebase=" standby="Loading Example Custom Player..." type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="mymovie.asf">
<PARAM NAME="transparentAtStart" VALUE="0">
<PARAM NAME="animationAtStart" VALUE="0">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowDisplay" VALUE="0">
<PARAM NAME="ShowStatusBar" VALUE="1">
<EMBED TYPE="application/x-mplayer2"
SRC="mymovie.asf"
NAME="MediaPlayer"
WIDTH=350
HEIGHT=275
transparentAtStart=0
animationAtStart=0
Showstatusbar=1
ShowPositionControls=1
EnablePositionControls=1
</EMBED>
</OBJECT>
When i am trying to open the test.htm page directly in netscape 7 browser then the page is working fine (Movie is played in Windows media player), but when i try to open test.htm page thru <a Href="test.htm">Link to Test page</a> link from Test1.htm page then the link takes me to test.htm but it just displays the windows media player and returns back to test1.htm page (movie doesn't run in windows media player). I want to run test.htm page thru a link in test1.htm page. Why this is not working? What is the problem here?
(Important Note: When you have Windows media player 7.1 installed on your machine before Netscape 6.x or 7 versions then after installing Netscape 6.x or 7 version you have to reinstall Windows media player 7.1 full version on your machine)
Please can any body give me a solution to this?
Parag Shah.