Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
skyhead03 #1
Saving XML from Flash XML.sendAndLoad
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?
skyhead03 Guest
-
Coldfusion and flash. SendAndLoad function, POST, URL Encode
Hi there, I have a flash that uses a sendAndLoad (as2 - Flash 8) function to exchange information with a coldfusion file. The sendAndLoad... -
sendAndLoad in Flash 8
I'm using sendAndLoad to get some data from a SQL database. It worked fine in F7, and also works fine in F8 when the swf is on the server. But it... -
Flash 2004 embeded in JSP w/ xml.sendAndLoad()
wow!! pls, could u show me your "http://127.0.0.1:7777/myServer" servlet, I've looking for this pattern for a month, I just want to know how to... -
Using Flash LoadVars.SendandLoad in Director MX
Hi Folks, I am using the Flash LoadVars.sendAndLoad command within a flash movie. This works fine in flash(HTML & Projector) but doesn't work at... -
saving flash
hey guys, is there anyway to save a flashshow (or whatever you call it)? i d like to save an episode from www.happytreefrieds.com . i d be realy...



Reply With Quote

