Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 12-24-2005, 08:11 PM Radio on air
Junior Talker

Posts: 2
Trades: 0
Hi all, i've to do a website for a local radio in my city. Do you know how can i put a live radio ???

like the tool in the middle of this page for example http://www.deejay.it/default.jsp?s=radio&l=onair
GatZ is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-24-2005, 11:24 PM
RoLLiNLoW54's Avatar
Super Talker

Posts: 116
Location: Canandaigua, NY
Trades: 0
that's an embedded media player stream. here's some links to get started:

http://webcasteru.com/embedded/embedded.php - Embedding the media player

http://www.shoutcast.com/download/serve.phtml - serve the audio

there are a bunch of solutions, but i found this to be the easiest to setup and most userfriendly
__________________

Please login or register to view this content. Registration is FREE
: A distinguished web presence begins with distinguished web developers.
RoLLiNLoW54 is offline
Reply With Quote
View Public Profile Visit RoLLiNLoW54's homepage!
 
Old 12-25-2005, 07:04 AM
Junior Talker

Posts: 2
Trades: 0
Tnx a lot for the help i had a look and first step seems to be very easy...just pointing the embedeed player to the source file... that source file it's a bit more hard to configure , maybe i'll try to found something more for newbies :P
GatZ is offline
Reply With Quote
View Public Profile
 
Old 12-27-2005, 03:02 AM
Skilled Talker

Posts: 76
Trades: 0
I tried to embed Three players none of them work some time sometine thay played all together.
So i changed auto play to -1 for all

But i want the users to play any one as they want to and by default have one auto play

here is the code

Quote:
<td height="282" valign="top" bgcolor="#E16244" class="style1"><object id="MediaPlayer" width="191" height="53"
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
standby="Loading Windows Media Player components..."
type="application/x-oleobject">
<param name="FileName" value="http://209.59.200.154:9000/" valuetype="ref" ref="ref" />
<param name="AudioStream" value="1" />
<param name="AutoSize" value="0" />
<param name="AutoStart" value="-1" />
<param name="AnimationAtStart" value="0" />
<param name="AllowScan" value="-1" />
<param name="AllowChangeDisplaySize" value="-1" />
<param name="AutoRewind" value="0" />
<param name="Balance" value="0" />
<param name="BaseURL" value="value" />
<param name="BufferingTime" value="5" />
<param name="CaptioningID" value="value" />
<param name="ClickToPlay" value="-1" />
<param name="CursorType" value="0" />
<param name="CurrentPosition" value="-1" />
<param name="CurrentMarker" value="0" />
<param name="DefaultFrame" value="value" />
<param name="DisplayBackColor" value="0" />
<param name="DisplayForeColor" value="16777215" />
<param name="DisplayMode" value="1" />
<param name="DisplaySize" value="1" />
<param name="Enabled" value="-1" />
<param name="EnableContextMenu" value="-1" />
<param name="EnablePositionControls" value="-1" />
<param name="EnableFullScreenControls" value="-1" />
<param name="EnableTracker" value="-1" />
<param name="InvokeURLs" value="-1" />
<param name="Language" value="-1" />
<param name="Mute" value="0" />
<param name="PlayCount" value="0" />
<param name="PreviewMode" value="0" />
<param name="Rate" value="1" />
<param name="SAMILang" value="value" />
<param name="SAMIStyle" value="value" />
<param name="SAMIFileName" value="value" />
<param name="SelectionStart" value="-1" />
<param name="SelectionEnd" value="-1" />
<param name="SendOpenStateChangeEvents" value="-1" />
<param name="SendWarningEvents" value="-1" />
<param name="SendErrorEvents" value="-1" />
<param name="SendKeyboardEvents" value="0" />
<param name="SendMouseClickEvents" value="0" />
<param name="SendMouseMoveEvents" value="0" />
<param name="SendPlayStateChangeEvents" value="-1" />
<param name="ShowCaptioning" value="0" />
<param name="ShowControls" value="-1" />
<param name="ShowAudioControls" value="-1" />
<param name="ShowDisplay" value="0" />
<param name="ShowGotoBar" value="0" />
<param name="ShowPositionControls" value="0" />
<param name="ShowStatusBar" value="-1" />
<param name="ShowTracker" value="-1" />
<param name="TransparentAtStart" value="0" />
<param name="VideoBorderWidth" value="0" />
<param name="VideoBorderColor" value="333333" />
<param name="VideoBorder3D" value="-1" />
<param name="Volume" value="-1" />
<param name="WindowlessVideo" value="-1" />
<embed type="application/x-mplayer2" src="http://209.59.200.154:9000/"
name="MediaPlayer"
width="191"
height="53"></embed>
</object>
&nbsp;<span class="style1">Stream 1 </span>@ 128 Kbps<br />
<object id="MediaPlayer" width="191" height="53"
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
standby="Loading Windows Media Player components..."
type="application/x-oleobject">
<param name="FileName" value="http://209.59.200.154:8000/" valuetype="ref" ref="ref" />
<param name="AudioStream" value="1" />
<param name="AutoSize" value="0" />
<param name="AutoStart" value="-1" />
<param name="AnimationAtStart" value="0" />
<param name="AllowScan" value="-1" />
<param name="AllowChangeDisplaySize" value="-1" />
<param name="AutoRewind" value="0" />
<param name="Balance" value="0" />
<param name="BaseURL" value="value" />
<param name="BufferingTime" value="5" />
<param name="CaptioningID" value="value" />
<param name="ClickToPlay" value="-1" />
<param name="CursorType" value="0" />
<param name="CurrentPosition" value="-1" />
<param name="CurrentMarker" value="0" />
<param name="DefaultFrame" value="value" />
<param name="DisplayBackColor" value="0" />
<param name="DisplayForeColor" value="16777215" />
<param name="DisplayMode" value="1" />
<param name="DisplaySize" value="1" />
<param name="Enabled" value="-1" />
<param name="EnableContextMenu" value="-1" />
<param name="EnablePositionControls" value="-1" />
<param name="EnableFullScreenControls" value="-1" />
<param name="EnableTracker" value="-1" />
<param name="InvokeURLs" value="-1" />
<param name="Language" value="-1" />
<param name="Mute" value="0" />
<param name="PlayCount" value="0" />
<param name="PreviewMode" value="0" />
<param name="Rate" value="1" />
<param name="SAMILang" value="value" />
<param name="SAMIStyle" value="value" />
<param name="SAMIFileName" value="value" />
<param name="SelectionStart" value="-1" />
<param name="SelectionEnd" value="-1" />
<param name="SendOpenStateChangeEvents" value="-1" />
<param name="SendWarningEvents" value="-1" />
<param name="SendErrorEvents" value="-1" />
<param name="SendKeyboardEvents" value="0" />
<param name="SendMouseClickEvents" value="0" />
<param name="SendMouseMoveEvents" value="0" />
<param name="SendPlayStateChangeEvents" value="-1" />
<param name="ShowCaptioning" value="0" />
<param name="ShowControls" value="-1" />
<param name="ShowAudioControls" value="-1" />
<param name="ShowDisplay" value="0" />
<param name="ShowGotoBar" value="0" />
<param name="ShowPositionControls" value="0" />
<param name="ShowStatusBar" value="-1" />
<param name="ShowTracker" value="-1" />
<param name="TransparentAtStart" value="0" />
<param name="VideoBorderWidth" value="0" />
<param name="VideoBorderColor" value="333333" />
<param name="VideoBorder3D" value="-1" />
<param name="Volume" value="-1" />
<param name="WindowlessVideo" value="-1" />
<embed type="application/x-mplayer2" src="http://209.59.200.154:8000/"
name="MediaPlayer"
width="191"
height="53"></embed>
</object>
Stream
2 @ 32 Kbps<br />
<object id="MediaPlayer" width="191" height="53"
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
standby="Loading Windows Media Player components..."
type="application/x-oleobject">
<param name="FileName" value="http://209.11.245.82:8000/" valuetype="ref" ref="ref" />
<param name="AudioStream" value="1" />
<param name="AutoSize" value="1" />
<param name="AutoStart" value="-1" />
<param name="AnimationAtStart" value="0" />
<param name="AllowScan" value="-1" />
<param name="AllowChangeDisplaySize" value="-1" />
<param name="AutoRewind" value="0" />
<param name="Balance" value="0" />
<param name="BaseURL" value="value" />
<param name="BufferingTime" value="5" />
<param name="CaptioningID" value="value" />
<param name="ClickToPlay" value="-1" />
<param name="CursorType" value="0" />
<param name="CurrentPosition" value="-1" />
<param name="CurrentMarker" value="0" />
<param name="DefaultFrame" value="value" />
<param name="DisplayBackColor" value="0" />
<param name="DisplayForeColor" value="16777215" />
<param name="DisplayMode" value="1" />
<param name="DisplaySize" value="1" />
<param name="Enabled" value="-1" />
<param name="EnableContextMenu" value="-1" />
<param name="EnablePositionControls" value="-1" />
<param name="EnableFullScreenControls" value="-1" />
<param name="EnableTracker" value="-1" />
<param name="InvokeURLs" value="-1" />
<param name="Language" value="-1" />
<param name="Mute" value="0" />
<param name="PlayCount" value="0" />
<param name="PreviewMode" value="0" />
<param name="Rate" value="1" />
<param name="SAMILang" value="value" />
<param name="SAMIStyle" value="value" />
<param name="SAMIFileName" value="value" />
<param name="SelectionStart" value="-1" />
<param name="SelectionEnd" value="-1" />
<param name="SendOpenStateChangeEvents" value="-1" />
<param name="SendWarningEvents" value="-1" />
<param name="SendErrorEvents" value="-1" />
<param name="SendKeyboardEvents" value="0" />
<param name="SendMouseClickEvents" value="0" />
<param name="SendMouseMoveEvents" value="0" />
<param name="SendPlayStateChangeEvents" value="-1" />
<param name="ShowCaptioning" value="0" />
<param name="ShowControls" value="-1" />
<param name="ShowAudioControls" value="-1" />
<param name="ShowDisplay" value="0" />
<param name="ShowGotoBar" value="0" />
<param name="ShowPositionControls" value="0" />
<param name="ShowStatusBar" value="-1" />
<param name="ShowTracker" value="-1" />
<param name="TransparentAtStart" value="0" />
<param name="VideoBorderWidth" value="0" />
<param name="VideoBorderColor" value="333333" />
<param name="VideoBorder3D" value="-1" />
<param name="Volume" value="-1" />
<param name="WindowlessVideo" value="-1" />
<embed type="application/x-mplayer2" src="http://209.11.245.82:8000/"
name="MediaPlayer"
width="191"
height="53"></embed>
</object>
Remix Stream 1 @ 128 Kbps</td>
darshdude is offline
Reply With Quote
View Public Profile
 
Old 12-27-2005, 12:31 PM
RoLLiNLoW54's Avatar
Super Talker

Posts: 116
Location: Canandaigua, NY
Trades: 0
Code:
object id="MediaPlayer"
that's your problem. each object needs to have a separate ID

also, as far as the not playing problem, that may be a problem with your server
__________________

Please login or register to view this content. Registration is FREE
: A distinguished web presence begins with distinguished web developers.
RoLLiNLoW54 is offline
Reply With Quote
View Public Profile Visit RoLLiNLoW54's homepage!
 
Old 12-29-2005, 11:59 AM
Skilled Talker

Posts: 76
Trades: 0
Thanks the object thing worked.
darshdude is offline
Reply With Quote
View Public Profile
 
Old 12-29-2005, 02:55 PM
RoLLiNLoW54's Avatar
Super Talker

Posts: 116
Location: Canandaigua, NY
Trades: 0
Quote:
Originally Posted by darshdude
Thanks the object thing worked.
NP
__________________

Please login or register to view this content. Registration is FREE
: A distinguished web presence begins with distinguished web developers.
RoLLiNLoW54 is offline
Reply With Quote
View Public Profile Visit RoLLiNLoW54's homepage!
 
Old 12-30-2005, 04:29 PM
Super Talker

Posts: 103
Name: Ewan T.
Location: Toronto
Trades: 0
Seems really cool I'll start my own radio on my site
Ewan is offline
Reply With Quote
View Public Profile Visit Ewan's homepage!
 
Old 12-31-2005, 08:14 PM
Skilled Talker

Posts: 76
Trades: 0
Finally DesiMusic247.net
and DesiMusic247.com
darshdude is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Radio on air
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.96863 seconds with 12 queries