Hi There
I am new to this. I have an xml file that i update often. I have conneced as xml not HTTPSERVICES in flex 4 all well. When i preview in the browser it works great. BUT ONCE I UPDATE THE LOCAL XML, THEN I REFRESH THE FLEX IN BROWSER THE DATA DON'T GET UPDATED. Is there something I must know. I wonder how to get this data dynamicall loaded and updated.
I really appreciate your time and help.
Thank you
Krish
What method are you using to retrieve your xml on your httpservice. Try setting the "method" on the HTTPService to "POST" as opposed to get.