I'm new to XML and haven't a clue how to integrate Flash xml and Coldfusion. There is a Flash app ( I didn't develop it) that is sending xml.sendAndLoad formatted data like this to a cf page setSummaryQuiz.cfm <?xml version="1.0" encoding="UTF-8"?> <result lessonID="19" userID="56"> <word id="281" value="1" /> <word id="282" value="1" /> <word id="283" value="5" /> <word id="284" value="5" /> <word id="285" value="3" /> <word id="286" value="7" /> <word id="287" value="3" /> <word id="288" value="8" /> <word id="289" value="7" /> <word id="290" value="4" /> <word id="291" value="8" /> <word id="292" value="2" /> <word id="293" value="5" /> <word id="294" value="4" /> <word id="295" value="1" /> <word id="296" value="4" /> <word id="297" value="8" /> <word id="298" value="1" /> <word id="299" value="7" /> <word id="300" value="1" /> </result> My page is supposed to return saved = true or false like this: <? xml version = " 1.0" encoding = "UTF-8"?> <result saved = "true"/> Can someone help me or point me to a tutorial or code snippet where I can see how CF reads and parses the XML data from Flash?
Don't see what you're looking for? Try a search.
|