Question:

Add my own internet radio to my website ? how..?

by  |  earlier

0 LIKES UnLike

i have set up a working internet radio with nice cast , how do I

add this to a built in player on my website ? is there a html

code or somthing? thnx

 Tags:

   Report

1 ANSWERS


  1. <OBJECT id=MediaPlayer  type=application/x-oleobject height=60

    standby="Please wait while we start the radio!" width=160 classid=CLSID:6BF52A52-394A-11D3-B153-00...

    <PARAM NAME="URL" VALUE="YOUR_ASX_URL_HERE">

    <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="autoStart" VALUE="-1">

    <PARAM NAME="currentMarker" VALUE="0">

    <PARAM NAME="invokeURLs" VALUE="-1">

    <PARAM NAME="baseURL" VALUE="">

    <PARAM NAME="volume" VALUE="68">

    <PARAM NAME="mute" VALUE="0">

    <PARAM NAME="uiMode" VALUE="mini">

    <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">

    <PARAM NAME="_cx" VALUE="5398">

    <PARAM NAME="_cy" VALUE="1032">

    </OBJECT>

    ---

    After the "<PARAM NAME="URL" VALUE="YOUR_ASX_URL_HERE">" tags replace 'YOUR_ASX_URL_HERE' with the url of your radio (e.g. www.yahoo.co.uk/radio.asx)

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions