Where can I lear how this was done?

M

M.Siler

I did that... I got a part of the media player to show on the page but
couldn't get it to do anything else. Is this an object that microsoft makes
aviable to anyone? If so do they have a site where you can download it or
get instructions on how to use it?
 
K

Kevin Spencer

Are you referring to Media Player? No. It exists on the client machine
already, or it doesn't.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
M

M.Siler

I've tried the following:

<HTML>
<HEAD>
</HEAD>
<BODY>
<OBJECT ID="Player" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
WIDTH=320 HEIGHT=240>
<PARAM NAME="SRC" VALUE="http://fileserver/test.wmv">
<PARAM NAME="TYPE" VALUE="application/x-mplayer2">
<PARAM NAME="CONTROLS" VALUE="ImageWindow">
<PARAM NAME="AUTOSTART" VALUE="true">
</OBJECT>
</BODY>
</HTML>


I get the player on the screen but nothing will play??
 
K

Kevin Spencer

There is JavaScript in the page that manipulates the player.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top