Using Communication Objects > Client object |
![]() ![]() ![]() |
Client object
When attaching methods to the Client object in server-side scripts, remember that all methods on the client object can be called by a script in the SWF file on the client. You should not include any methods on the client object that you would not want a remote computer to invoke. For example, you wouldn't want a client to be able to call a method that could disconnect an application.
![]() ![]() ![]() |