The product I work on deals heavily with graphs (mainly from FusionCharts). I use firebug extensively, and one of the little niggling problems that persists is every time a flash graph goes to load, I get an error. Let's say the flash object is titled Column2D.swf
, that object loads just fine, but I always get a 404 not found
on an object called Column2D.swd
. I know that this is a debug file, but since I don't make or manage any of the flash objects I don't know why this debug file is always called. On top of that, I seem to be one of the few of our devs that always see this issue. Is there any way to make it go away?
Thanks
So I found the fix to this. For some reason I had installed the "Debugger" version of Flash Player, thus it always wanted the .swd
file in order to proceed with debugging. After I did a full uninstall of Flash from the system, and used the regular player, I no longer get the little 404 errors
looking for the .swd
.