ThunderBolt AS3 supports Flex 4 (Gumbo)
August 3rd, 2008
ThunderBolt AS3 version 2.0 is out now! ThunderBolt AS3 is a lightweight logger extension for logging any ActionScript 3.0 projects based on Flex 2-4, AIR or Flash 9-10 using Firebug or the new ThunderBolt AS3 Console.
After a public beta phase of two months and about 500-1.000 beta testers (1.240 downloads) the doors are open for the new release 2.0. Thanks to all the participants!
One of the new features is the support and Flex 4 (Gumbo). Check out the following example. Note: Flash Player 10 beta will be required.
Example
Instruction
- For using Flex 4 SDK beta and Flex Builder 3 follow the instructions published by Peter deHaan (blog.flexexamples.com).
- Grab
ThunderBoltAS3_Gumbo.swcfor using ThunderBolt AS3 within your Gumbo project. You will find the SWC withinThunderBoltAS3_v2.0.zip, which is available at Google Code. Add the SWC to yourlibfolder at your project. - Log your project using ThunderBolt AS3 as usual or as described on its Wiki page at Google Code
Full source
To download full source of the example above just jump to ThunderBolt AS3 download list at Google Code and grab the latest ThunderBoltAS3_v2.0.zip. Within this *.zip you will find a folder examples/flex/gumbo.
Happy logging with Gumbo
!



March 20th, 2009 at 1:00 pm
Hi there. I’m testing your example code in a pre-release of Flex 4 (Gumbo) and I’m not getting anything through Firebug at all. I’ve amended your code to use the new FXApplication class too in case you want to update your example file. Any ideas why I can’t get the example to work? Do I need the latest FP10 debug player?
March 20th, 2009 at 1:05 pm
I ran it through the debug player and it looks like it’s throwing a security sandbox violation. Any ideas how to allow the external interface connection in Gumbo?
March 20th, 2009 at 2:42 pm
Lee, have you tried the Gumbo example located within the latest *zip of ThunderBolt v.2.2?
That’s not an issue of Gumbo. The SWF and the HTML should be in the same local-trusted security sandbox. For more information check out the Wiki ThunderBoltAS3: Any issues with…, which has been updated today
If you have more questions feel free to use the Google ThunderBolt Group
-Jens