Question
A compenent question
Hi
I starded with FMS a few days and I tring a exemple to understand some things.
My movie only has a SimpleConnect Compenent and a want that the server-side call a function created by me on the client.
ex:
//SimpleConnect Action Script
this.main_nc.f = function()
{
trace("f");
}
//main.asc
application.onConnect(client, instance, name, password)
{
client.call("f");
}
Is it Possible? Create a function in SimpleConnection´s NetConnector and acess it via Application main.asc file?
I starded with FMS a few days and I tring a exemple to understand some things.
My movie only has a SimpleConnect Compenent and a want that the server-side call a function created by me on the client.
ex:
//SimpleConnect Action Script
this.main_nc.f = function()
{
trace("f");
}
//main.asc
application.onConnect(client, instance, name, password)
{
client.call("f");
}
Is it Possible? Create a function in SimpleConnection´s NetConnector and acess it via Application main.asc file?
