http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/utils/Timer.html
You'd use this like var timer:Timer = new Timer(1000); //time is in ms timer.addEventListener(TimerEvent.TIMER, callMyUpdateFunctionPeriodically); timer.start(); Hope that helps if there's some issue with implementing this with the maps can you be more specific. Shaun -- You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api-for-flash?hl=en.
