In flash, after a user hits a save button, it compiles all of the button’s x and y positions into a xml style format. A format similar to this:
<i ascii="65" x="100" y="100"></i>
Thats basically how it looks once flash has compiled it. But when I send it over to PHP to save it to a xml file, then load it back into flash and trace() the xml file, I get:
<i ascii=\"65\" x=\"100\" y=\"100\"></i>
Is there anyway I can stop PHP or Flash (if Flash is doing it) from adding in those 's?
Thanks for any help!
[COLOR=red][/COLOR]