|
-
KoolMoves Moderator
don't think thats the right way to use set interval
try this
weatherdat= function (){
_root.loadVariables("http://82.134.247.103/cgi-bin/weer/get.pl", "POST");
temp = searchandreplace(temp,",",".");
p=((Number(temp)+0)/maxTemp)*100
tmpbar._yscale=p
txt1.text=temp+"°C";
}
int=1000
setInterval(weatherdat, int);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|