TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 12, 2024, 01:04:01 PM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,188
  • Total Topics: 21,220
  • Online today: 85
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 1
  • Guests: 71
  • Total: 72
  • tino

pop up streaming radio

Started by rbh, January 04, 2006, 05:40:08 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rbh

i think ichbin posted a link somewhere around here that shows how to install media player plugin for firefox. i will see if i can find that link, but it seems maybe this is whats wrong.


found it

http://forums.mozillazine.org/viewtopic.php?t=206213

Crip

I have become comfortably numb!

Cripzone | Crip's Free 2.0.2 Themes



RoarinRow

Quote from: rbh on July 09, 2006, 04:46:46 PM
i think ichbin posted a link somewhere around here that shows how to install media player plugin for firefox. i will see if i can find that link, but it seems maybe this is whats wrong.


found it

http://forums.mozillazine.org/viewtopic.php?t=206213

Thanks for the info, dang that's a lot of info.  I tried the xpi install, for my 1.05.04 FF version, but that didn't help.  I'll have to read the other links for more troubleshooting.

SMF 2.0 RC3
TP 1.0 beta 5-1
Wordpress 3.0

Crip

[quote author=RoarinRow link=topic=1909.msg51812#msg51812
Thanks for the info, dang that's a lot of info.  I tried the xpi install, for my 1.05.04 FF version, but that didn't help.  I'll have to read the other links for more troubleshooting.
[/quote]


I read something about You made need to disable something 1st?
I have become comfortably numb!

Cripzone | Crip's Free 2.0.2 Themes



Crip

this what it says?.. what is that anyway?

Full Step-By-Step Guide: Embedded Windows Media in Firefox

WARNING!! Before you install the ActiveX plugin, if you use the Adblock Extension, you must make sure that the setting for OBJ-TABS is disabled. Otherwise, your system will run almost any ActiveX control.
I have become comfortably numb!

Cripzone | Crip's Free 2.0.2 Themes



Crip

Some one gets it installed, please share with us.:)
I have become comfortably numb!

Cripzone | Crip's Free 2.0.2 Themes



RoarinRow

#56
Quote from: crip on July 09, 2006, 05:23:19 PM
this what it says?.. what is that anyway?

Full Step-By-Step Guide: Embedded Windows Media in Firefox

WARNING!! Before you install the ActiveX plugin, if you use the Adblock Extension, you must make sure that the setting for OBJ-TABS is disabled. Otherwise, your system will run almost any ActiveX control.

Yup and saw that and I don't have this Adblock Extension.  Still checking . . .

Edit - so weird that it works on my other desktop running FF.  I didn't install any plug in  :o

SMF 2.0 RC3
TP 1.0 beta 5-1
Wordpress 3.0

LeeD

sorta new to this and ty for this great script ;D

found my internet radio annoying at times with changing pages and refreshing everytime so i went ahead and used this code
works well ... pops up nps ie or firefox
i went about it differntly though , i just dropped my asx addy in there and my station pops up nps.....now can i add more stations this way or do i need to do html through ftp

ty

Quote<script>
<!--

var windowDoPop

function go(whichURL) {
    windowDoPop=window.open(whichURL[whichURL.selectedIndex].value,'doPop','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=200,height=75');
    windowDoPop.focus();
}
//-->
</script>
Streaming Radio
<FORM>
<SELECT NAME="SelectURL" size="1">
<option value="http://mfile.akamai.com/21875/live/reflector:45991.asx?bkup=45992">LongIsland Q104.3</option>
</SELECT>
<INPUT TYPE="button" VALUE="go" onClick="go(this.form.SelectURL.options)">
</FORM>

LeeD

#58
well figured that out on my own lol


all i did was copy the line


<option value="http://mfile.akamai.com/21875/live/reflector:45991.asx?bkup=45992">LongIsland

added another asx location , same line right underneath it and hence did that for as many radio stations i could find and works well

example

Quote<script>
<!--

var windowDoPop

function go(whichURL) {
    windowDoPop=window.open(whichURL[whichURL.selectedIndex].value,'doPop','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=200,height=75');
    windowDoPop.focus();
}
//-->
</script>
Streaming Radio
<FORM>
<SELECT NAME="SelectURL" size="1">
<option value="http://mfile.akamai.com/21875/live/reflector:45991.asx?bkup=45992">LongIsland Q104.3</option>
<option value="http://nick8.surfernetwork.com/Media/RWST.asx">WDST Rock</option>
</SELECT>
<INPUT TYPE="button" VALUE="go" onClick="go(this.form.SelectURL.options)">
</FORM>


LeeD

example of more

Quote<script>
<!--

var windowDoPop

function go(whichURL) {
    windowDoPop=window.open(whichURL[whichURL.selectedIndex].value,'doPop','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=200,height=75');
    windowDoPop.focus();
}
//-->
</script>
Streaming Radio
<FORM>
<SELECT NAME="SelectURL" size="1">
<option value="http://mfile.akamai.com/21875/live/reflector:45991.asx?bkup=45992">LongIsland Q104.3</option>
<option value="http://nick8.surfernetwork.com/Media/RWST.asx">WDST Rock</option>
<option value="http://live.eonstreams.com/citadel_ny_binghamton_waal_fm.asf">WAAL Rock</option>
<option value="http://nick8.surfernetwork.com/Media/RWST.asx">RWST Rock</option>
<option value="http://a218.l1822742701.c18227.g.lm.akamaistream.net/D/218/18227/v0001/reflector:42701">WFXF Rock</option>
<option value="http://www.sri.ca/asx/bx93.asx">WBX93 Country</option>
<option value="http://winmedcdn.cbsig.net/infinity_KBEQ-FM">KBEQ Country</option>
<option value="http://live.eonstreams.com/citadel_ny_syracuse_wnss_am.asf">WNSS ESPN</option>
<option value="http://mfile.akamai.com/21875/live/reflector:45993.asx?bkup=45994">Z100 NY</option>
<option value="http://live.eonstreams.com/citadel_ny_buffalo_wedg_fm.asf">WEDG NY</option>
</SELECT>
<INPUT TYPE="button" VALUE="go" onClick="go(this.form.SelectURL.options)">
</FORM>