问题
Does anybody know how to trace messages in the google chrome console using Flex3. In the logs section for example.
回答1:
import flash.external.ExternalInterface;
ExternalInterface.call("console.log", "YourString");
See here for more information.
来源:https://stackoverflow.com/questions/13493790/trace-on-chrome-browser-console