Hello Folks!

 

Using Flash with Flash Media Server I call function in client with the code
below:

 

application.clients[ 0 ].call( "nameFunction", null, "param1", "param2" );

 

and in client I receive the call of function:

 

nc.nameFunction = function() {

trace( "ok" );

}

 

But now, I need make this in Flex. How do I make this?

 

Thanks,

 

Marlos Carmo

Reply via email to