|
function startCalling()
{
clearInterval ( serviceID
);
serviceID = setInterval ( this,
"callService", 5 * 60 * 1000);
}
function callService()
{
yourService.send(); // it is
'send' right? forget the method name...
}
startCalling();
----- Original Message -----
From: Jonathan
Miranda
Sent: Tuesday, February 14, 2006 11:34 AM
Subject: [flexcoders] HttpService on a timer Anyone got a good example of setting
up a HTTPService that gets called every 5 minutes? Having problems with this in
Flex, cant get it to work from my old Flash file. _________________________________________ Jonathan
Miranda Flexible Master
of the Web "In the game of chess, it's important to
never let your opponent see your pieces." -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
|

