|
ThunderBoltAS3Console
A logging console for using ThunderBolt? AS3 based on Adobe AIR
ThunderBolt AS3 Console
What is the ThunderBolt AS3 Console?ThunderBolt AS3 Console is an Adobe AIR application to use ThunderBolt AS3 without Firebug. That means, you can use ThunderBolt AS3 without opening your application within Firefox, which is very important for logging any AIR application using Thunderbolt AS3. For logging without Firebug, ThunderBolt AS3 uses the well-known trace() methods in a special manner, which are stored in the flashlog.txt. ThunderBolt AS3 Console reads this file and displays all information using different log views in a same way as Firebug it does. Full source is available, which based on Mozilla Public License 1.1.. Install instructionJust grab the latest version of ThunderBolt AS3 Console and run its AIR install file. For this issue you have to installed the latest Adobe® AIR™ runtime. UsageFirst of all: To use ThunderBolt AS3 Console you have to check if you've installed the Flash Debug Player 9.0.115 or above. Run the ThunderBoltAS3Console.app and follow the instruction to point out the flashlog.txt. Log your application as described here: ThunderBolt AS3 for logging ActionScript 3 including Flex 2/3 projects Note: ThunderBolt AS3 Console uses the latest version of ThunderBolt AS3 version 2.0 or above, which is located within the .zip package mentioned above as well! Behind the scenesThunderBolt AS3 Console is an Adobe AIR application developed by Jens Krause (aka sectore). The architecture based on Tom Bray’s easyMVC concept, which helps to build a well structured application as quick as possible using the MVC pattern. ThunderBolt AS3 Console uses the following libraries as well:
Known issues
- Open your HOME folder (named as your username) and create a text file called mm.cfg - Type the following lines into mm.cfg. Note: type for {your_username} your user name TraceOutPutFileName=/Users/{your_username}/Library/Preferences/Macromedia/Flash Player/Logs/flashlog.txt
ErrorReportingEnable=1
TraceOutputFileEnable=1
MaxWarnings=10- Create an empty text file called "flashlog.txt" and save it within the folder typed before: /Users/{your_username}/Library/Preferences/Macromedia/Flash Player/Logs/ - Close all opened browser to restart your Flashplayer - Open ThunderBolt AS3 Console and "connect" it with the flashlog.txt located in /Users/{your_username}/Library/Preferences/Macromedia/Flash Player/Logs/
On Windows the "flashlog.txt" is locked by an opened AIR app. That means, the ThunderBolt AS3 Logger can't log any information to "flashlog.txt" on Windows. This is an known issues, which is already posted at Adobes Bug System: AIR puts a read-only lock on flashlog.txt. Oliver Goldman, an Engineer of the Adobe AIR Team, confirms this issue: "Why does AIR lock the flashlog.txt on Windows?" Sorry for all the Windows user :-( More screen shots
|
Sign in to add a comment
It's not fair. Windows users want justice!
yes!please fix that!
Finally after trying to get it to work for the last hour... i find that theres NO VISTA SUPPORT !!!!
Adobe needs to fix that flashlog.txt bug ASAP.
Thank you for this utility!
Please, add a method to clear the console window, like: Logger.clear();