Question
from as2 to as3
Hi,
I'm migrating a chat application I develped in AS2 to As3 (flash cs3).
I can not find how to call a client function from the server.
In AS2 I used:
myNetConnection.myClientFunction = function() {
//do something
}
I have tried adding an eventlistener but it doesnt work.
Any ideas? thanks
I'm migrating a chat application I develped in AS2 to As3 (flash cs3).
I can not find how to call a client function from the server.
In AS2 I used:
myNetConnection.myClientFunction = function() {
//do something
}
I have tried adding an eventlistener but it doesnt work.
Any ideas? thanks
