Topic: Embedding windows media player in an html page? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Greenville, SC, USA |
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!! |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 05-08-2002 19:43
get the encoder here if you havent done so yet: 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> |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 05-08-2002 19:43
damn, thats fuckin long. |
Paranoid (IV) Inmate From: Greenville, SC, USA |
posted 05-08-2002 21:03
thanks bro, one question though. I found this code: |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 05-09-2002 19:25
no, has nothing to do with the windows version only with the media player version. |