Topic: Embedding windows media player in an html page? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=11314" title="Pages that link to Topic: Embedding windows media player in an html page? (Page 1 of 1)" rel="nofollow" >Topic: Embedding windows media player in an html page? <span class="small">(Page 1 of 1)</span>\

 
jive
Paranoid (IV) Inmate

From: Greenville, SC, USA
Insane since: Jan 2002

posted posted 05-08-2002 17:07

Does anyone know what I need to embed windows media player in an html page for streaming audio. I already have the real producer for reals streaming, and also quicktimes, but I have no Idea how to do it for windows medial player. maybe its just a matter of html code? (the object or embed tag?) S.O.S!!

GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 05-08-2002 19:43

get the encoder here if you havent done so yet:
http://www.microsoft.com/windows/windowsmedia/download/default.asp
both, v7 and v8 are very good!

and that would be the code:

code:
<OBJECT ID="MediaPlayer" 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..." TYPE="application/x-oleobject" width=176 height=146><PARAM NAME="FileName" VALUE="url.wmv" width=176 height=146>
<EMBED TYPE="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows95/downloads/contents/wurecommended/s_wufeatured/mediaplayer/default.asp" SRC="url.wmv" Name=MediaPlayer ShowControls=1 ShowDisplay=0 ShowStatusBar=0 width=176 height=146 AUTOPLAY=true></EMBED>
</OBJECT>



GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 05-08-2002 19:43

damn, thats fuckin long.
of course you dont need all the attributes.
pick out the ones you need.

jive
Paranoid (IV) Inmate

From: Greenville, SC, USA
Insane since: Jan 2002

posted posted 05-08-2002 21:03

thanks bro, one question though. I found this code:

<object classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" id="Player" height="400" width="400">
<param name="AutoStart" value="false">
<param name="uiMode" value="mini">
<param name="URL" value="clock.wmv">
</object><P><P>

this might be only compatable with XP maybe? I'm also looking for a the pop up script one would use when you click on the link, the pop up window comes up with the media player. Does anyone know this script and is it free source?

GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 05-09-2002 19:25

no, has nothing to do with the windows version only with the media player version.
but microsoft media player 6.0+ has a feature to automatically download needed codecs, so there shouldnt be any problems.



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu