Page 1 of 2
new bbcode for radio
Posted: Sat Jan 17, 2009 11:33 pm
by DJ-Daz
You MUST have quicktime installed to listen.
[qtaudio]
http://206.223.161.106:9000/listen.pls[/qtaudio]
Dance, Trance, Electronic
[qtaudio]
http://www.infowars.com/stream.pls[/qtaudio]
Alex Jones Talk Show.
Share your stations.
Sy KK, you must have a few favourites.
Re: new bbcode for radio
Posted: Sat Jan 17, 2009 11:45 pm
by DJ-Daz
Re: new bbcode for radio
Posted: Sun Jan 18, 2009 4:33 pm
by Killzone_Kid
Re: new bbcode for radio
Posted: Sun Jan 18, 2009 5:10 pm
by DJ-Daz
[qtaudio]
http://74.63.82.198:7542/listen.pls[/qtaudio]
Commodore 64 soundtrack, [rc]Freakin Retro Man![/rc]
"another Visitor, Stay a while, Stay Foreveeeerrr!"
Mission Impossible. Damn this takes me back to my misspent youth.
Re: new bbcode for radio
Posted: Sun Jan 18, 2009 6:50 pm
by Killzone_Kid
nevermind, great station with commodore remixes, if you can make it work be my guest...
[qtaudio]
http://relay4.slayradio.org:8000/listen.pls[/qtaudio]
Re: new bbcode for radio
Posted: Sun Jan 18, 2009 6:52 pm
by DJ-Daz
something wrong with the sream, I only get 2 seconds.
Re: new bbcode for radio
Posted: Tue Jan 20, 2009 9:07 am
by DJ-Daz
Got it working, sounds good.
You need to insert the pls though.
I've tried to get wmp embedded in the m3u bbcode. but no luck.
Re: new bbcode for radio
Posted: Tue Jan 20, 2009 9:38 am
by redVENGEANCE
Re: new bbcode for radio
Posted: Tue Jan 20, 2009 9:39 am
by DJ-Daz
[m3u]
http://www.slayradio.org/tune_in.php/128kbps/listen.m3u[/m3u]
Ok, a serious problem with this, it WILL NOT work in FF, firefox users get a black window that says "video is loading"
it does work in IE.
I've hidden the bbcode button, to stop people from using it acidenatally. But if you want to know and experiment, here's the code.
Code: Select all
[m3u]http://www.slayradio.org/tune_in.php/128kbps/listen.m3u[/m3u]
Code: Select all
<TABLE>
<OBJECT ID='Player' height='143' width='230'>
<PARAM name='URL' value='{URL}'>
<PARAM name='uiMode' value='mini'>
<PARAM name='mute' value='false'>
<PARAM name='ShowControls' value='1'>
<PARAM name='ShowStatusBar' value='1'>
<PARAM name='ShowDisplay' value='1'>
<EMBED type='application/x-mplayer2'
pluginspage = 'http://www.microsoft.com/Windows/MediaPlayer/'
SRC='{URL}'
name='Player'
width=230
height=143
AutoStart='false'
showcontrols='1' showstatusbar='1' showdisplay='1'>
</EMBED>
</OBJECT>
</TABLE>
Re: new bbcode for radio
Posted: Tue Jan 20, 2009 9:43 am
by DJ-Daz
[quote2="Seddon"]does this help?
http://www.vbulletin.org/forum/showthread.php?t=157062[/quote2]
I think I've done as much as i'm prepared to do Seddon, getting the pls is pretty easy to do.
I just wanted to get an .m3u player working for KK and possibly Sy, after all the are the sound Guru's.
Re: new bbcode for radio
Posted: Tue Jan 20, 2009 9:59 am
by DJ-Daz
Re: new bbcode for radio
Posted: Tue Jan 20, 2009 12:46 pm
by Killzone_Kid
Very strange. This new app you added for m3u, it says AutoStart='false' yet it starts for me automatically. Imagine if there are more than 1 player embedded on the same page :wink
Re: new bbcode for radio
Posted: Tue Jan 20, 2009 12:52 pm
by Killzone_Kid
Ok I know what could be the problem... istead of this:
Code: Select all
<TABLE>
<OBJECT ID='Player' height='143' width='230'>
<PARAM name='URL' value='{URL}'>
<PARAM name='uiMode' value='mini'>
<PARAM name='mute' value='false'>
<PARAM name='ShowControls' value='1'>
<PARAM name='ShowStatusBar' value='1'>
<PARAM name='ShowDisplay' value='1'>
<EMBED type='application/x-mplayer2'
pluginspage = 'http://www.microsoft.com/Windows/MediaPlayer/'
SRC='{URL}'
name='Player'
width=230
height=143
AutoStart='false'
showcontrols='1' showstatusbar='1' showdisplay='1'>
</EMBED>
</OBJECT>
</TABLE>
try this:
Code: Select all
<TABLE>
<OBJECT ID='Player' height='143' width='230'>
<PARAM name='URL' value='{URL}'>
<PARAM name='uiMode' value='mini'>
<PARAM name='mute' value='false'>
<PARAM name='ShowControls' value='1'>
<PARAM name='ShowStatusBar' value='1'>
<PARAM name='ShowDisplay' value='1'>
<EMBED type='application/x-mplayer2' pluginspage = 'http://www.microsoft.com/Windows/MediaPlayer/' SRC='{URL}' name='Player' width=230 height=143 AutoStart='false' showcontrols='1' showstatusbar='1' showdisplay='1'></EMBED>
</OBJECT>
</TABLE>
EMBED tag cannot be on several lines as phpbb adds <br/> to that breaking this tag.
Re: new bbcode for radio
Posted: Tue Jan 20, 2009 12:53 pm
by DJ-Daz
you still using IE?
Re: new bbcode for radio
Posted: Tue Jan 20, 2009 12:54 pm
by DJ-Daz
try now