Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Netscape 7.0

Status
Not open for further replies.

paragvshah

Programmer
Jan 11, 2001
109
IN
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=&quot;objMediaPlayer&quot; width=350 height=275
classid=&quot;CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95&quot;
codebase=&quot; standby=&quot;Loading Example Custom Player...&quot; type=&quot;application/x-oleobject&quot;>

<PARAM NAME=&quot;FileName&quot; VALUE=&quot;mymovie.asf&quot;>
<PARAM NAME=&quot;transparentAtStart&quot; VALUE=&quot;0&quot;>
<PARAM NAME=&quot;animationAtStart&quot; VALUE=&quot;0&quot;>
<PARAM NAME=&quot;ShowControls&quot; VALUE=&quot;1&quot;>
<PARAM NAME=&quot;ShowDisplay&quot; VALUE=&quot;0&quot;>
<PARAM NAME=&quot;ShowStatusBar&quot; VALUE=&quot;1&quot;>

<EMBED TYPE=&quot;application/x-mplayer2&quot;
SRC=&quot;mymovie.asf&quot;
NAME=&quot;MediaPlayer&quot;
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=&quot;test.htm&quot;>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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top