Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Flash / application server conenction

1 view
Skip to first unread message

MrPezu

unread,
Dec 18, 2008, 9:41:16 AM12/18/08
to
Hi,
I just started using flash and I have some problems. I can say that if I know
how to do the following, I could do what I do for my project.
Can anyone make me a scheme explaining how can I do the following:

A server is counting from 1 to infinity (increase every 100 ms for ex).

A flash client asks the server where it is with the counting, and prints it.


ihong7

unread,
Dec 21, 2008, 11:41:08 AM12/21/08
to
with as2 getURL("server address",window,variable);

the variable is where you can use to ask the server what its doing, then use loadvar to display where its counting.


0 new messages