A Flash Developer Resource Site

Search:

Type: Posts; User: Andrewp

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    3,080

    Flash sends the entire XML object as a string via...

    Flash sends the entire XML object as a string via POST.

    So setting a variable to equal that should get the whole XML string.

    strXML = Request.Form

    The XML Loading method is different...
  2. Replies
    4
    Views
    3,080

    The ASP should use the Microsoft XML Parser to...

    The ASP should use the Microsoft XML Parser to read the XML elements and traverse the tree.

    To get the XML in, try assigning the whole post data to a variable.

    Dim strXML
    Dim objXML

    strXML...
Results 1 to 2 of 2




Click Here to Expand Forum to Full Width

HTML5 Development Center