Hi there!
I’m back to the forum.
This time my problem is with XML.
I’ve done a guestbook. Everything ok, already message being sent and so on and on.
Now the problem, when i send the message i request flash to load again the XML but XML still in cache so… it won’t load the new messages!
The solution i’ve found:
var urlRequest:URLRequest=new URLRequest(“messages.xml”+ “?” + new Date().getTime());
But still giving me this error when it tries to load:
Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: messages.xml?1256748849782
Oh and i simplified the path to the messages.xml because there is no need to know in what folders it is…
Can anyone help me please?