Rob Gonda's Blog

Flash Tracer Extension: see what's inside

I just found a Firefox Extension that allows you to see the Flash traces from within your browser. This is the best extension I've installed in a while.

Flash allows you to trace text, kind of like a print line, cfoutput, writeline, you name it... it just outputs to a debugging window in the Flash IDE... the problem is, once you export it and run it into an html page, you can't get those traces anymore...

To overcome this problem, we created a tracing class that detects if you're running the swf from the Flash IDE or through a browser and either uses regular trace methods or uses a custom trace_lc() -- trace local connection -- method. The local connection method connects to a standalone swf we use as the debugging output window. This method will connect the swf movie in the browser with our standalone swf, allowing us to see all the debugging strings.

No more! Developers can install a Flash debug player version, which is really just some extended version of the regular plugin. Then you can install this Firefox extension to see all traces right there in your browser. You do not have to export the movies as Flash 9, all you need is the player and the extension. Can't say how useful this is.

Related Blog Entries

TrackBacks
Flash Tracer Extension: ????????? ??? ??????
??????????? ? ??????????? ? ????? ?????????? ? Firefox, ??????????? ??????????? ?????????? ?????????? ?? ?????????????? ? ???????? SWF, ???? ????????????? ???? ????? (Rob Gonda), ??????? ? ????? ?????????? ???????????? ? ???, ??? ?? ???????? ??? ??????????:

... ???????? ? ???, ??? Flash ????????? ???????? ????? ?????? ? ???? ????????? Flash IDE. ???????? ? ???, ??? ??? ?????? SWF ????????????? ? ???????? ? HTML, ????????? ??????????? ??????????? ?????????? ??????????.
Tracked by http://blog.wbsv.ru | Tracked on 10/6/06 4:21 AM

Trackback URL for this entry:
http://www.robgonda.com/blog/trackback.cfm?1B353328-3048-7431-E4C3BB89FE6F9219

Comments
Thanx to Alessandro (a.k.a. Septhiroth) for this cool extension!!!
# Posted By Gustavo | 10/5/06 9:42 PM
doesn't work on mac :(
# Posted By Brendan | 10/6/06 4:55 AM
Doesn't work in WINE'd firefox either, shame as it was a great idea - Adobe should do one that works !
# Posted By Tom Chiverton | 10/6/06 5:30 AM
May have something to do with the debug player, when i install it firefox says I don't have a flash plugin installed .. anyone have any ideas?
# Posted By Brendan | 10/6/06 10:27 AM
For Firefox 1.5 on OS X:

- copy mm.cfg into /Library/Application Support/Macromedia/
- create a file call it flashlog.txt
- restart firefox
- open flashtracer
- open flash tracer settings
- select /Library/Application Support/Macromedia/flashlog.txt
- rock and roll!
# Posted By Brendan | 10/7/06 6:29 AM
To find mm.cfg look in your home directory.
# Posted By Brendan | 10/7/06 6:31 AM
This blog is running version 5.9.003. Contact Blog Owner