I'm having problems where a string I'm working with is being cut off sometimes
when I return it to Flash. I'm using AMFPHP to hook Flash up to PHP and then
I'm just returning a really long string of data, and it's getting cut off in
the middle. The weird thing is that it gets cut off at different data sizes,
as far as I can tell. I'm using the deprecated NetConnection classes if that
could be the problem. I really don't know if it is a problem with the Remoting
stuff or AMFPHP, but the code itself is executing correctly. Any help or
advice anyone can give will be appreciated.
Randofu - 23 Aug 2005 21:15 GMT
Hmm... It was an XML string so I changed the return type to XML in AMFPHP's
method table, and now it works no matter the length. Any idea why it failed in
the first place? It worked fine for a long time until we reached a certain
amount of data...