Quote Originally Posted by piratsko View Post
http://flowplayer.org/documentation/index.html

or you can use this

Code: 
<OBJECT ID="MediaPlayer1" 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 Microsoft WindowsA? Media Player components..." TYPE="application/x-oleobject" width="220" height="55">
<param name="fileName" value="FileName">
<param name="animationatStart" value="true">
<param name="ShowStatusBar" value="true">
<PARAM name="ShowDisplay" VALUE="false">
<param name="transparentatStart" value="true">
<param name="autoStart" value="true">
<param name="showControls" value="true">
<param name="Volume" value="-300">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="Link to the file" name="MediaPlayer1" width=220 height=50 autostart=1 showcontrols=1 ShowControls="1" ShowStatusBar="1" ShowDisplay="1" volume=-300>
</OBJECT>
I Use this code for streaming online radio try to insert your link to file here src="Link to the file"

and make your own width and height
your got is great,but i cant get the video work,is the code below correct bro,if not,please tell me


Code: 
<OBJECT ID="MediaPlayer1" 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 Microsoft WindowsA? Media Player components..." TYPE="application/x-oleobject" width="220" height="55">
<param name="myvideo.aiv" value="FileName">
<param name="animationatStart" value="true">
<param name="ShowStatusBar" value="true">
<PARAM name="ShowDisplay" VALUE="false">
<param name="transparentatStart" value="true">
<param name="autoStart" value="true">
<param name="showControls" value="true">
<param name="Volume" value="-300">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="Link to the file" name="MediaPlayer1" width=220 height=50 autostart=1 showcontrols=1 ShowControls="1" ShowStatusBar="1" ShowDisplay="1" volume=-300>
</OBJECT>
Shadow008 Reviewed by Shadow008 on . HTML Video Player Code? Hello,can anyone help me with html video player ,i have a video on my sites server,and i want to run it on my site,so can anyone can tell me a simple code to make it play at least? Thanks Rating: 5