Hi guys, I'm loading xml files into Flash, using ActionScript 2.0, and using a database. I'm not writing the cgi's to output the xml, just interpreting it.
Now, most of my xml files are loading dynamically from the db just fine, except for one of them.
When I call that XML file from the db using the browser address bar, then view source, and save the xml as a static file, and then tell Flash to load the static file, Flash interprets it just fine. When I switch back to the dynamic ULR, suddenly the xml loads "successfully", but is of status=-6, which means the xml is "malformed". Any idea at all what could cause this? The structure looks fine. I'm replacing <br> tags with <br/>, but they're in cdata wrappers anyway...
Any ideas?
Thanks!