Does anybody know how to trace messages in the google chrome console using Flex3. In the logs section for example.
Trace on Chrome/Browser console
Asked Answered
import flash.external.ExternalInterface;
ExternalInterface.call("console.log", "YourString");
See here for more information.
Thanks work perfect. I also installed Vizzy from code.google.com/p/flash-tracer/downloads/list which worked great. console.clear is not working well though any idea? Thanks again –
Bravura
© 2022 - 2024 — McMap. All rights reserved.