| Subject: | Saving XML from Flash XML.sendAndLoad |
|---|---|
| From: | "skyhead03" <webforumsuser@xxxxxxxxxxxxxx> |
| Date: | Tue, 16 Oct 2007 21:49:49 +0000 (UTC) |
| Newsgroups: | macromedia.coldfusion.flash_integration |
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?
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: CF.query problems with CF8, sebFrance |
|---|---|
| Next by Date: | Filter CFgrid with Flash Remoting (Problem), nightkiller211 |
| Previous by Thread: | CF.query problems with CF8, sebFrance |
| Next by Thread: | Filter CFgrid with Flash Remoting (Problem), nightkiller211 |
| Indexes: | [Date] [Thread] [Top] [All Lists] |