Trace on Chrome/Browser console
actionscript-3, apache-flex, flex3
Solution
import flash.external.ExternalInterface;
ExternalInterface.call("console.log", "YourString");
See here for more information.
Problem
Does anybody know how to trace messages in the google chrome console using Flex3. In the logs section for example.