I am getting this really weird behaviour on my firefox browser.
I have a flash component written in flex which reads a xml file and shows up its data. This works fine in IE and Chrome, but not in Firefox.
When i used fiddler to check for the problem, it started working fine.
And now i have come to the conclusion that when fillder is running in the background and i access the flash component it works fine (reads all the xml data and shows it up), but when i close fiddler and do the same….i get the following error, “Error reading {myfilename} file.”
Can someone make me understand how fiddler is helping firefox read the xml file….
many thanks…
thanks folks for the help but later i found that there was a bug in the code written in flex.
once i corrected that everything worked like hot knife through butter…