HTML Kopiieeren.

Status
Niet open voor verdere reacties.

Vliegtuigfan

Gebruiker
Lid geworden
21 feb 2011
Berichten
625
Hallo, sinds kort heb ik een radio lopen bij: http://sworldradiodj.listen2myradio.com/
Ik draai daarmee met virtual dj.

Op die site die ik net gaf, staat een player. Die wou ik kopieeren naar mijn eigen site.
Maar toen ik dat probeerde deed hij het niet.:eek:

Ik heb toen geprobeerd om het te doen met de hele pagina.
Maar hij deed het niet. Misschien heb ik iets verkeerds gedaan??

Help me :)
 
probeer dit eens:

Code:
OBJECT ALIGN="middle" width="500" TYPE="application/x-oleobject" STANDBY="Loading Microsoft Windows Media Player components . . ." CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701">
<PARAM NAME="AudioStream" VALUE="1">
<PARAM NAME="AutoSize" VALUE="0">
<PARAM NAME="AutoStart" VALUE="1">
<PARAM NAME="AnimationAtStart" VALUE="0">
<PARAM NAME="AllowScan" VALUE="0">
<PARAM NAME="AllowChangeDisplaySize" VALUE="0">
<PARAM NAME="AutoRewind" VALUE="0">
<PARAM NAME="Balance" VALUE="0">
<PARAM NAME="BaseURL" VALUE="http://sworldradiodj.listen2myradio.com/media/playradio1141529.asx">
<PARAM NAME="BufferingTime" VALUE="5">
<PARAM NAME="CaptioningID" VALUE="0">
<PARAM NAME="ClickToPlay" VALUE="0">
<PARAM NAME="CursorType" VALUE="0">
<PARAM NAME="CurrentPosition" VALUE="0">
<PARAM NAME="CurrentMarker" VALUE="0">
<PARAM NAME="DefaultFrame" VALUE="0">
<PARAM NAME="DisplayBackColor" VALUE="0">
<PARAM NAME="DisplayForeColor" VALUE="0">
<PARAM NAME="DisplayMode" VALUE="0">
<PARAM NAME="DisplaySize" VALUE="4">
<PARAM NAME="Enabled" VALUE="0">
<PARAM NAME="EnableContextMenu" VALUE="0">
<PARAM NAME="EnablePositionControls" VALUE="0">
<PARAM NAME="EnableFullScreenControls" VALUE="0">
<PARAM NAME="EnableTracker" VALUE="0">
<PARAM NAME="Filename" VALUE="http://sworldradiodj.listen2myradio.com/media/playradio1141529.asx">
<PARAM NAME="InvokeURLs" VALUE="0">
<PARAM NAME="Language" VALUE="0">
<PARAM NAME="Mute" VALUE="0">
<PARAM NAME="PlayCount" VALUE="1">
<PARAM NAME="PreviewMode" VALUE="0">
<PARAM NAME="Rate" VALUE="1">
<PARAM NAME="SAMILang" VALUE="0">
<PARAM NAME="SAMIStyle" VALUE="0">
<PARAM NAME="SAMIFileName" VALUE="0">
<PARAM NAME="SelectionStart" VALUE="0">
<PARAM NAME="SelectionEnd" VALUE="0">
<PARAM NAME="SendOpenStateChangeEvents" VALUE="0">
<PARAM NAME="SendWarningEvents" VALUE="0">
<PARAM NAME="SendErrorEvents" VALUE="0">
<PARAM NAME="SendKeyboardEvents" VALUE="0">
<PARAM NAME="SendMouseClickEvents" VALUE="0">
<PARAM NAME="SendMouseMoveEvents" VALUE="0">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="0">
<PARAM NAME="ShowCaptioning" VALUE="0">
<PARAM NAME="ShowControls" VALUE="0">
<PARAM NAME="ShowAudioControls" VALUE="0">
<PARAM NAME="ShowDisplay" VALUE="0">
<PARAM NAME="ShowGotoBar" VALUE="0">
<PARAM NAME="ShowPositionControls" VALUE="0">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="ShowTracker" VALUE="0">
<PARAM NAME="TransparentAtStart" VALUE="0">
<PARAM NAME="VideoBorderWidth" VALUE="0">
<PARAM NAME="VideoBorderColor" VALUE="0">
<PARAM NAME="VideoBorder3D" VALUE="0">
<PARAM NAME="Volume" VALUE="100">
<PARAM NAME="WindowlessVideo" VALUE="0">
<EMBED ALIGN="middle" SRC="http://sworldradiodj.listen2myradio.com/media/playradio1141529.asx" HEIGHT="100" WIDTH="250" AUTOSTART="1" SHOWCONTROLS="1"></EMBED></OBJECT>

TIPje: als je winamp gebruikt ga naar het yellowpages tabblad en verander de discription in je eigen radio naam en de url naar de url van je site.
 
Laatst bewerkt:
Ik vermoed dat die code moet beginnen met een '<' bij OBJECT anders gaat et sowieso niet werken.
 
probeer dit eens:

Code:
<OBJECT ALIGN="middle" width="500" TYPE="application/x-oleobject" STANDBY="Loading Microsoft Windows Media Player components . . ." CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701">
<PARAM NAME="AudioStream" VALUE="1">
<PARAM NAME="AutoSize" VALUE="0">
<PARAM NAME="AutoStart" VALUE="1">
<PARAM NAME="AnimationAtStart" VALUE="0">
<PARAM NAME="AllowScan" VALUE="0">
<PARAM NAME="AllowChangeDisplaySize" VALUE="0">
<PARAM NAME="AutoRewind" VALUE="0">
<PARAM NAME="Balance" VALUE="0">
<PARAM NAME="BaseURL" VALUE="http://sworldradiodj.listen2myradio.com/media/playradio1141529.asx">
<PARAM NAME="BufferingTime" VALUE="5">
<PARAM NAME="CaptioningID" VALUE="0">
<PARAM NAME="ClickToPlay" VALUE="0">
<PARAM NAME="CursorType" VALUE="0">
<PARAM NAME="CurrentPosition" VALUE="0">
<PARAM NAME="CurrentMarker" VALUE="0">
<PARAM NAME="DefaultFrame" VALUE="0">
<PARAM NAME="DisplayBackColor" VALUE="0">
<PARAM NAME="DisplayForeColor" VALUE="0">
<PARAM NAME="DisplayMode" VALUE="0">
<PARAM NAME="DisplaySize" VALUE="4">
<PARAM NAME="Enabled" VALUE="0">
<PARAM NAME="EnableContextMenu" VALUE="0">
<PARAM NAME="EnablePositionControls" VALUE="0">
<PARAM NAME="EnableFullScreenControls" VALUE="0">
<PARAM NAME="EnableTracker" VALUE="0">
<PARAM NAME="Filename" VALUE="http://sworldradiodj.listen2myradio.com/media/playradio1141529.asx">
<PARAM NAME="InvokeURLs" VALUE="0">
<PARAM NAME="Language" VALUE="0">
<PARAM NAME="Mute" VALUE="0">
<PARAM NAME="PlayCount" VALUE="1">
<PARAM NAME="PreviewMode" VALUE="0">
<PARAM NAME="Rate" VALUE="1">
<PARAM NAME="SAMILang" VALUE="0">
<PARAM NAME="SAMIStyle" VALUE="0">
<PARAM NAME="SAMIFileName" VALUE="0">
<PARAM NAME="SelectionStart" VALUE="0">
<PARAM NAME="SelectionEnd" VALUE="0">
<PARAM NAME="SendOpenStateChangeEvents" VALUE="0">
<PARAM NAME="SendWarningEvents" VALUE="0">
<PARAM NAME="SendErrorEvents" VALUE="0">
<PARAM NAME="SendKeyboardEvents" VALUE="0">
<PARAM NAME="SendMouseClickEvents" VALUE="0">
<PARAM NAME="SendMouseMoveEvents" VALUE="0">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="0">
<PARAM NAME="ShowCaptioning" VALUE="0">
<PARAM NAME="ShowControls" VALUE="0">
<PARAM NAME="ShowAudioControls" VALUE="0">
<PARAM NAME="ShowDisplay" VALUE="0">
<PARAM NAME="ShowGotoBar" VALUE="0">
<PARAM NAME="ShowPositionControls" VALUE="0">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="ShowTracker" VALUE="0">
<PARAM NAME="TransparentAtStart" VALUE="0">
<PARAM NAME="VideoBorderWidth" VALUE="0">
<PARAM NAME="VideoBorderColor" VALUE="0">
<PARAM NAME="VideoBorder3D" VALUE="0">
<PARAM NAME="Volume" VALUE="100">
<PARAM NAME="WindowlessVideo" VALUE="0">
<EMBED ALIGN="middle" SRC="http://sworldradiodj.listen2myradio.com/media/playradio1141529.asx" HEIGHT="100" WIDTH="250" AUTOSTART="1" SHOWCONTROLS="1"></EMBED></OBJECT>

TIPje: als je winamp gebruikt ga naar het yellowpages tabblad en verander de discription in je eigen radio naam en de url naar de url van je site.
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan