views:

17

answers:

1

Are there any review tools out there that can load swf's and allow comments to be written against them?

Thanks

+1  A: 

This is the best tool I've found for debugging flash content.

http://demonsterdebugger.com/

I believe there's a tutorial on this debugger at www.gotoandlearn.com

You can also trace to firebug for simple debugging

ExternalInterface.call( "console.log" , "Stack Overflow Rocks!!");

jwerre