A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: XML response help

  1. #1
    Senior Member
    Join Date
    Oct 2000
    Posts
    302

    XML response help

    Good Morning

    I am using a getURL() command to pass variables to an PHP page, which reads my variables and returns a XML response. Please point me to a sample of how I check the xml and prase the information after it is returned to the flash movie?

    Thank you

  2. #2
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    please show the XML that is returned, otherwise it's all guesswork

  3. #3
    up to my .as in code Chris_Seahorn's Avatar
    Join Date
    Dec 2004
    Posts
    4,389
    This is a duplicate Dog.

    NBKf1ab ....please do not post multiple threads on the same subject. One thread is sufficient and keeps you within Flashkits rules of posting.

  4. #4
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    thanks Chris

  5. #5
    Senior Member
    Join Date
    Oct 2000
    Posts
    302
    Hello,

    Thanks for your help. Here is what I have thus far please let me know if I am on the right track

    In Flash
    myXMLobject = new XML();
    myXMLobject.loadVariables("http://xxxxxxxx/external_post.php", this, "POST"); // load XML data from external


    XML returned
    <?xml version="1.0" encoding="utf-8" ?>
    - <LeadResponses>
    - <LeadResponse>
    <SupplierLeadCode>-796cb692:10e2c0ba705:-7b2d</SupplierLeadCode>
    <NumberOfMatches>0</NumberOfMatches>
    <Matches />
    </LeadResponse>
    </LeadResponses>

    I have tried to create a variable to display myXMLobject, but nothing shows? Please help.

    Thanks

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