Quote:
Today at 02:57 AM DPoole said this in Post #54
works cheers
now to suzz out to get it to play a song 
cheers m8 once again
Clicking on top 10 in Jukebox gives a java error and dont open the windown as well.Not sure if u knew about this
Edit got it playing songs well now 
cheers once again will try with store later on
Is flash the only way to make mp3`s stream as i have a couple of Trance mp3s and they about 70megs people wont want to listen to them if it downloads its instead of streamin it.
|
in your jukebox template find:
$header
after this add
PHP Code:
<script LANGUAGE="Javascript">
<!--
function showwin(name,size)
{
attrbts = size + ",resizable=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes"
window.open(name, "juke", attrbts);
}
//-->
</script>