Debugging Flash Movies with Fiddler 2

What is Fiddler?

From the Fiddler website:

Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet.

Simple really. Introduced to me by Chris Preece, this is a Microsoft-made free debugging tool which shows you all of the header information and file requests that your browser makes. It’s works with IE, and also claims to work with other browsers (I’ve never tried this though)

What does it do?

It has many more technical capabilities than those I need, but I found this quite useful for debugging flash movies on live websites. I’ve never really figured out the whole ‘remote-debugging’ features of Flash, so Fiddler offers another way of debugging them - showing you all the url requests that the flash movie makes. You can easily identify where things are going wrong once you find your crazy malformed urls in the requests list.

Visit the Fiddler website.

Download Fiddler 2.

Read Developer.com’s getting started with Fiddler tutorial.