A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Flash, XML and Cold Fusion

  1. #1
    Junior Member
    Join Date
    Mar 2000
    Posts
    2
    Anyone out there know how to process an XML packet sent from Flash with Cold Fusion?

    I can read in a CF generated XML packet using:

    objXML = new XML();
    objXML.onLoad = getLoaded;
    objXML.load ("xmlGet.cfm");

    Now I want to return the loaded packet to another CF script to process it, with the idea that it can be updated within the Flash movie and then saved back to the database where I retrieved the data from in the first place.

    I think the way to send the packet is with

    objXML.send ("xmlReceive.cfm");

    If this is not possible with CF what other options do I have?

    Thanks

  2. #2
    Senior Member
    Join Date
    Feb 2001
    Location
    Provo, Utah
    Posts
    1,112

    Uhh...

    If you're just looking to transfer information in an XML format between Flash (which manipulates it) and CF (which also 'manipulates' it) then just have each app deal with it in it's own way... don't try to interrelate them aside from letting each app know when the other is 'done' dealing with it... that kinda made it sound like the apps were Mafia... dealing with it..... anyway... was that what you were looking for?

  3. #3
    Junior Member
    Join Date
    Mar 2000
    Posts
    2
    Not quite mate, but I've sorted in another way. Ta for the help.

  4. #4
    Senior Member
    Join Date
    Feb 2001
    Location
    Provo, Utah
    Posts
    1,112

    OK...

    OK.... cya later

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center