Skip to main content
Participating Frequently
March 27, 2012
Question

loading xml in AIR: random strange characters at the end of file

  • March 27, 2012
  • 2 replies
  • 575 views

Hi there,

having an AIR applicaction, that loads several swf:s.

In these swf:s i'm loading a several xml:s (from a php on a server) with URLLoad

The server respons correctly (at least when I check from whithin a browser to the same address...)

The thing is I randomly recieve some strange characters at the end of file (not always the same - they are are random garbage) which turns the xml non-valid when aI try to cast the data to XML.

In some cases there is no data at all (the oncomplete dispatches, but the string recieved is empty...)

I could post some code, but prefer to start to ask if there maybe are som known issues?

thank you

/javier enciso

This topic has been closed for replies.

2 replies

chris.campbell
Legend
April 16, 2012

Hi Javier,

I don't know of any issues in this area.  Have you tried watching the traffic over a network monitor?

Chris

jencisoAuthor
Participating Frequently
April 17, 2012

Hi Chris,

this problems are in fact new to me, but I'm just starting on a new workplace where they have these issues since forever.

I'm hoping that new point of view may find a solution to it ;-)

I'll try to watch the traffic - it could be related to the particular network we have. Will ask and post some more info tomorrow.

Thank you!

/best

/j