----- Original Message ----- 
From: "mark_nankman" <[EMAIL PROTECTED]>
To: <flexcoders@yahoogroups.com>
Sent: Wednesday, April 11, 2007 2:09 PM
Subject: [flexcoders] Accurate timing with flash


> How accurately can operations be scheduled in Flash. For example, I
> want to be able to perform a particular operation on a number of
> separate, unconnected clients on exactly the same moment(e.g. they
> should start blinking a piece of info at exactly the same moment with
> the same blinking frequency).
>
> Can this be guaranteed with Flash? If not, is there a way around it?

If they are unconnected, presumably you could just use the clock..

It's almost impossible to guarantee with anything, let alone flash that
everything happens at exactly the same time. The devices they are running on
may have different clock settings (some slow, some fast). If you rely on
them polling a server, the connection may fail.

Perhaps you have an example of what you want to do?

Paul

>
> Regards,
> Mark
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>

Reply via email to