资 源 简 介
ragona-as3utils (com.ragona.utils) is a growing set of tools for use in Flash projects. At this early stage it is only maintained for:
• Actionscript 3.0, Flash 9+.
The following classes are currently included:
Sender(com.ragona.utils.sender.Sender.as):
Sender is a simple set of classes that I use to replace "trace" functionality. The issue with trace is that it only works within the Flash IDE, and once your site is live it"s difficult to debug certain issues. This is a simple set of classes used for for live project debugging. By uploading reciever.swf and changing from trace to sendMessage() you can view your trace output on any computer, within a web browser. In the future I will extend Reciever to include search functionality, file exporting, and other useful features that Trace lacks. This is an early implementation, but even now I refuse to work without it during development,