PDA

View Full Version : Video Player Code???



:Lively
26-09-2005, 04:59 PM
Hi, im now using a video player to broadcast but i need the code to place on the site so people can actually see me,

help plz :s

Lysine
26-09-2005, 05:05 PM
Did you buy it or is it free?
If you bought it, it should have a code some where in your doucments.

DJ-Chad
27-09-2005, 10:30 AM
Well video player... hmm... if your using it for radio, I doubt that it'll be useful. Just a waste of space on your radio or homepage. But I have the codes for radio player and video. First, you have upload the video to your webserver or something. Then, put this code. Where it says "The URL of where the video is located here", erase that with the [colour] codes and then type in http://www.mysite.com/myvideo.wmp or something like that. If you want to put in radio, just ask, I'll make another post with the codes.


Video Codes:

<div id=vpdiv><embed style="FILTER: xray" name="RAOCXplayer" autoplay="true" src="The URL of where the video is located here" width="320" height="265" ShowControls="1" ShowStatusBar="0" AutoSize="true" loop="true" EnableContextMenu="0" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"></embed>

:Lively
28-09-2005, 05:09 PM
could u give me the code for the radio plz

DJ-Chad
30-09-2005, 11:21 PM
Ok. The codes for the radio are...
<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" name="player" width="215" height="33" standby="Loading" CODEBASE="CODEBASE=http:/activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715">
<param name="url" value="http://youraddress:yourport">
<param name="autostart" value="-1">
<param name="uimode" value="full">
<param name="rate" value="1">
<param name="balance" value="0">
<param name="currentPosition" value="0">
<param name="defaultFrame" value>
<param name="playCount" value="1">
<param name="currentMarker" value="0">
<param name="invokeURLs" value="-1">
<param name="baseURL" value>
<param name="volume" value="100">
<param name="mute" value="0">
<param name="stretchToFit" value="0">
<param name="windowlessVideo" value="0">
<param name="enabled" value="-1">
<param name="enableContextMenu" value="-1">
<param name="fullScreen" value="0">
<param name="SAMIStyle" value>
<param name="SAMILang" value>
<param name="SAMIFilename" value>
<param name="captioningID" value>
<param name="enableErrorDialogs" value="0">
<embed src="http://youraddress:yourport" width="180" height="35" autostart="true" controls="playbutton" showstatusbar="false" url="http://youraddress:yourport" autoplay="true" uimode="mini"></embed>
</object>
Hope it helps. :d

Want to hide these adverts? Register an account for free!