I'm wondering the same as Alexander...perhaps it's something to do
with the timeline, or with other code that is happening around the
code you posted.  Is there anything else we should know?

You should also just put a trace at the top of the intervalLoop()
function to see if the problem may be with the server.  It is unlikely
but I've seen stranger.

It may not even be with the server, it may be with the XML object you
have there.  If you're deleting it in the first iteration but not
initializing it with 'var xmlData = new XML();", then where would it
be coming from after it's deleted?  That is, unless you're doing
something outside that function.

Hope that makes sense...I'm just now pouring my first cup of coffee
into my belly.

Cheers

On 4/20/07, Alexander Farber <[EMAIL PROTECTED]> wrote:
Are you missing a stop(); maybe?

On 4/20/07, Michael King <[EMAIL PROTECTED]> wrote:
> The problem is, when I use setInterval as documented, it waits the first
> minute, does its thing, but then it ignores the interval after that,
> pulling the data every time that frame comes up.

Regards
Alex

--
http://preferans.de
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



--
Jordan Snyder
Applications Developer
Image Action LLC
http://www.imageaction.com
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to