define('DISALLOW_FILE_EDIT', true); Comments on: Trace Actionscript in a Browser http://www.unfocus.com/2009/11/10/trace-actionscipt-in-a-browser/ Home of Scripts 'n Styles for WordPress, Backstage2D and History Keeper! Mon, 02 Jul 2012 13:59:39 +0000 hourly 1 https://wordpress.org/?v=6.2.5 By: Rob http://www.unfocus.com/2009/11/10/trace-actionscipt-in-a-browser/comment-page-1/#comment-38798 Mon, 02 Jul 2012 13:59:39 +0000 http://www.unfocus.com/?p=318#comment-38798 How did I not know about this before? Creating an app that relies solely on external calls so tracing in the default flash player was a no-go, I was going blind. Plugged in ExternalInterface.call(“console.log”, myVarName); and it worked like a charm!
Thanks!
Rob

]]>
By: Chris Foster http://www.unfocus.com/2009/11/10/trace-actionscipt-in-a-browser/comment-page-1/#comment-8217 Wed, 06 Jul 2011 00:25:50 +0000 http://www.unfocus.com/?p=318#comment-8217 FlashTracer will work for all browsers – It’s simply using Firefox to display the contents of your flashlog.txt file (it doesn’t care what browser/player is updating the flashlog.txt file). As long as you’re using the Debug Player in IE/Chrome/Opera/etc. you’ll see the updates to flashlog.txt appearing in your FlashTracer panel.

]]>
By: edwin http://www.unfocus.com/2009/11/10/trace-actionscipt-in-a-browser/comment-page-1/#comment-1389 Mon, 02 Aug 2010 12:13:29 +0000 http://www.unfocus.com/?p=318#comment-1389 If you have flash debug player installed, you can use vizzy flash tracer instead. It will work with all browsers.

http://code.google.com/p/flash-tracer/

]]>