Thanks for all your help. I did a bit more digging and foundthat you
cannot do real time data transfer, if using Flash Remotingto communicate
with server-side code. Flex Data Service isrequired, and I don't have
time to explore that nor the money tosetup a Flex Data Service server.
So using Timer class and checkingat every time interval (which I didn't
want to do) is the only wayto go. Thanks ATTA for your examples I will
use them to moveforward. If I have some spare time later on I will give
Fl...