February 2012
M T W T F S S
« Jun    
 12345
6789101112
13141516171819
20212223242526
272829  

Tracing your code in Firefox

You know you can trace your code and look to result in output panel. But how test your program if you see to .swf file in browser? Please read more about Flashbug first.

And lets create simple program and test it with Flashbug in Firefox.

Create package:

package
{
import flash.display.MovieClip;
import flash.events.MouseEvent;

public class Main extends MovieClip
{
//constructor
public function Main():void
{
trace(”i want check [...]

Flashbug - Add-ons for Firefox

Recently i find good add-on for Firefox browser. You can download Firebug from official site of Mozilla. A Firebug extension for Flash. Displays all the running .SWF file trace output. Requires Flash Player Debugger to work properly.

Please click to Add to Firefox button:

Then click to Get flash player debugger