I’m using the www class to access xml data. However, this xml data comes back truncated. Each file is truncated in a different spot. (but any particular file is truncated the same way across runs.)
Is there some sort of size limit on the amount of information that can be retrieved using www? How does www determine when it has the entire file?
Some of the files are quite long, but flash and javascript have never had any problems with them.
I would use webrequest, but it seemed to have a similar problem and doesn’t work in the web player.