I dont know how the programmer was doing it. I tried

ExternalInterface.call('command', listen);

it didnt work.



Ah this one works:

ExternalInterface.call("command('listen')");

Thanks~