java slay radio player

Radio shows, podcasts, live events, CD releases, etc...
Post Reply
User avatar
trace
Forum God
Forum God
Posts: 2056
Joined: 22/11/2002 - 15:32
Location: Hellefors, Sweden
Contact:

java slay radio player

Post by trace »

Neat thing this Java slay radio player :)
Can i use it on my own c64 page? :)
(Carpe Diem Seize the day)
Soundcloud PowerTrace
c64-> /various/M-r/Noise_of_SID
User avatar
Slaygon
Forum Admin
Forum Admin
Posts: 676
Joined: 04/11/2003 - 13:53
Contact:

Re: java slay radio player

Post by Slaygon »

trace wrote:Neat thing this Java slay radio player :)
Can i use it on my own c64 page? :)
Aye.

I'm testing a few of those, and decided on the one stuck on the page now. It's cute. =)
Haven't announced it anywhere yet though.
Still in beta.

And yes, you can use it by sticking this piece of code between your <head> and </head> tags on your home page:
<script language="JavaScript">
<!--
function openplayer()
{
window.open("http://www.slayradio.org/webplayer.php", "SLAYRadio", "toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=275,height=114,left=450,top=300");
}
// -->
</script>


... and then adding a link to it somewhere on the page by saying:
<a href="javascript:openplayer()">128kbps SLAY Radio java player</a>


Or something of the sort. =)
User avatar
Vosla
General Pain In The Forum's Ass
General Pain In The Forum's Ass
Posts: 3680
Joined: 02/12/2002 - 0:12
Location: On the same little planet as you. Be VERY afraid!
Contact:

Post by Vosla »

Cool ! =)
All is lost.
User avatar
Matrix
Honorary Geek
Honorary Geek
Posts: 2014
Joined: 25/07/2003 - 18:27
Location: Uk
Contact:

Post by Matrix »

Interesting.... wonder if there can be an option to keep it within its own screen since my browsers all have popup killers on em.
User avatar
trace
Forum God
Forum God
Posts: 2056
Joined: 22/11/2002 - 15:32
Location: Hellefors, Sweden
Contact:

Post by trace »

Thanks slay :)


Matrix: Yes you can use http://www.slayradio.org/webplayer.php

if you don't want a popup player :)
(Carpe Diem Seize the day)
Soundcloud PowerTrace
c64-> /various/M-r/Noise_of_SID
User avatar
Matrix
Honorary Geek
Honorary Geek
Posts: 2014
Joined: 25/07/2003 - 18:27
Location: Uk
Contact:

Post by Matrix »

excellent trace thx !! - ill just have to wait now for :

A) a stream
B) the java warnings to be fixed
C) it to come out of beta !

- AWESOME work there i say !! 8)
User avatar
Sonic Wanderer
Forum Celebrity
Forum Celebrity
Posts: 447
Joined: 26/11/2002 - 21:56
Location: Sweden, Vaxjo
Contact:

Post by Sonic Wanderer »

Nice!

Puts my SLAYPlay app to it's deathcoffin.

Although.....the JavaApp still steals 25Mb of RAM, wich I think is a bit on the fat side.

Tried in both IE6 and FireFox1.0

Anybody else get this high memconsumption?
-------------------------------------------------------
- People say I'm crazy. They're probably right. -
-- Sonic - A noise in the corner of your ear... --
-------------------------------------------------------
User avatar
Slaygon
Forum Admin
Forum Admin
Posts: 676
Joined: 04/11/2003 - 13:53
Contact:

Post by Slaygon »

Sonic Wanderer wrote:Puts my SLAYPlay app to it's deathcoffin.
Not quite.
There's a "Downloads" section coming up on the home page pretty soon, and SLAYPlay will be included there.
Where's the latest version of it again? =)
Sonic Wanderer wrote:Although.....the JavaApp still steals 25Mb of RAM, wich I think is a bit on the fat side.
Tried in both IE6 and FireFox1.0
Anybody else get this high memconsumption?
Yes, but that's not due to IE6 or FireFox, methinks. It's due to Suns Java engine.
User avatar
Vosla
General Pain In The Forum's Ass
General Pain In The Forum's Ass
Posts: 3680
Joined: 02/12/2002 - 0:12
Location: On the same little planet as you. Be VERY afraid!
Contact:

Post by Vosla »

I can positive on the memory consumption by Java. And it's kind of responsible for 90% of all crashes.

Does anybody know why?

Sometimes when Java and all browser windows are closed, memory isn't freed. Can you believe I run out of memory with a browser?! That's ridiculous!

Thank god for serverside scripts! Spares people a lot of headaches!
All is lost.
User avatar
Slaygon
Forum Admin
Forum Admin
Posts: 676
Joined: 04/11/2003 - 13:53
Contact:

Post by Slaygon »

Vosla wrote:I can positive on the memory consumption by Java. And it's kind of responsible for 90% of all crashes.

Does anybody know why?

Sometimes when Java and all browser windows are closed, memory isn't freed. Can you believe I run out of memory with a browser?! That's ridiculous!

Thank god for serverside scripts! Spares people a lot of headaches!
This is one of the reasons I didn't go public with the java player myself. It's still in "testing mode".
I am trying to find some other solution, but so far I've seen no good ones.
User avatar
Vosla
General Pain In The Forum's Ass
General Pain In The Forum's Ass
Posts: 3680
Joined: 02/12/2002 - 0:12
Location: On the same little planet as you. Be VERY afraid!
Contact:

Post by Vosla »

My comment wasn't on the Java Player itself. Seems a bit of good programming helps a lot because it didn't crash yet.
Well, if I get annoyed, I will stick to the SlayPlay by Sonic Wanderer. :wink:
All is lost.
tas
R64 Founder
R64 Founder
Posts: 2346
Joined: 27/11/2002 - 15:02
Location: Doncaster

Post by tas »

When ever i can avoid Java i do. I've had more problems with Java stuff than i have with anything else.

Still use winamp atm, but i have to admit Sonic's little player was very nice too :)
Post Reply