i get this message
onLoad=%5Btype%20Function%5D
this is the code i use
____________________________________________________
_root.serverloc = "http://shluchimalbum.com/"
logins = new LoadVars();
lgnur4 = _root.serverloc + "check.asp";
logins.load(lgnur4, this);
logins.onLoad = function()...
what i'm trying is to have on my page musicplaying.
I have a playlist and i want it to go through the playlist.
the script takes the time from the server
var straddr = "<!--#echo var="DATE_LOCAL"-->";
and compares with the starttime of the playlist.
var hour1 = 10;
var min1 = 10...
Thank you all for your answer.
first of all the time isn't the problem because the script gets the time from the server as follows
var straddr = "Friday, 28-Jan-05 08:35:13 PST";
I changed now what adam0101 told me and it starts doing weird.
so the script starts to play the song unlimited amount...
var straddr = '<!--#echo var="DATE_LOCAL"-->';
this is in order to get the time from the server
but it's not the problem. because if I just let it display the time it works without any problems.
I think the problem is the timer.
I get the player to work and it goes wrong the moment he needs to...
Thanks everybody for answering i instlled web matrix and mozilla.
now i get a different error and dont know how to fix that??
it tells me that the function i'm using in the timeout is not defined
hello, i get the whole time "object expected"
the link of the page is
http://geocities.com/musicyid/lukt.html
I want to be able to play music and when the song finished i should go to the next song by itself. i use for that a timeout what uses the songlength. i use here the time of the server...
<html>
<head>
<script language="javascript">
songnumber=0;
playlist=0;
function sivamtime() {
var hour1 = 10;
var min1 = 10;
var sec1 = 10;
var straddr = "<!--#echo var="DATE_LOCAL"-->";
var sec = (straddr.charAt(straddr.length - 6) +
straddr.charAt(straddr.length - 5));
var min =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.