java slay radio player
java slay radio player
Neat thing this Java slay radio player
Can i use it on my own c64 page?
Can i use it on my own c64 page?
Re: java slay radio player
Aye.trace wrote:Neat thing this Java slay radio player
Can i use it on my own c64 page?
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. =)
Thanks slay
Matrix: Yes you can use http://www.slayradio.org/webplayer.php
if you don't want a popup player
Matrix: Yes you can use http://www.slayradio.org/webplayer.php
if you don't want a popup player
- Sonic Wanderer
- Forum Celebrity
- Posts: 447
- Joined: 26/11/2002 - 21:56
- Location: Sweden, Vaxjo
- Contact:
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?
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... --
-------------------------------------------------------
- People say I'm crazy. They're probably right. -
-- Sonic - A noise in the corner of your ear... --
-------------------------------------------------------
Not quite.Sonic Wanderer wrote:Puts my SLAYPlay app to it's deathcoffin.
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? =)
Yes, but that's not due to IE6 or FireFox, methinks. It's due to Suns Java engine.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?
- Vosla
- 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:
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!
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.
This is one of the reasons I didn't go public with the java player myself. It's still in "testing mode".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!
I am trying to find some other solution, but so far I've seen no good ones.