Jorge, when I click, with this:
_root.client_nc.call("closeCam", null, userKickCam);
...I send name of cam (userkickCam) to main.asc.
In main.asc I send name of cam to all users with this script:
application.clients.call("closeCam", who, userKickCam);
I don't understand where is problem.