function UCLog(Msg:String) // or Object { trace(Msg); ExternalInterface.call("UCLog",Msg); }
function UCLog(string Msg) { `Log(Msg); }
Comment