getting to data out of a XML file using flash

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Zarwadi
    New Member
    • Jun 2007
    • 34

    getting to data out of a XML file using flash

    Hi how do I get to the data in this XML data using flash. I know this is the second time I've asked this question in as many hours but It's driving me mad kind regards
    Zar

    <?xml version="1.0" encoding="iso-8859-1"?>
    <ArrayOfPortalR esult>
    <PortalResult >
    <PortalUser>
    <WindowsID>12 3</WindowsID>
    </PortalUser>

    <Completed>1</Completed>

    <StartDate>20 07-10-30T00:00:00</StartDate>
    <Duration>0:2 0</Duration>
    <Score>10</Score>

    <PortalItem>
    <Name>quiz2</Name>
    </PortalItem>

    </PortalResult>
    </ArrayOfPortalRe sult>
  • oyster
    New Member
    • Oct 2007
    • 3

    #2
    The easyest method is using the data components.
    Use the xml connecter to bind the nodes to menu and text box components

    Comment

    • xNephilimx
      Recognized Expert New Member
      • Jun 2007
      • 213

      #3
      Hi Zarwadi!
      Here's a good explanation:
      http://www.thescripts. com/forum/post2819168-5.html
      If you want to read the whole thread:
      http://www.thescripts. com/forum/post2819168.htm l

      Best regards
      The_Nephilim

      Originally posted by Zarwadi
      Hi how do I get to the data in this XML data using flash. I know this is the second time I've asked this question in as many hours but It's driving me mad kind regards
      Zar

      <?xml version="1.0" encoding="iso-8859-1"?>
      <ArrayOfPortalR esult>
      <PortalResult >
      <PortalUser>
      <WindowsID>12 3</WindowsID>
      </PortalUser>

      <Completed>1</Completed>

      <StartDate>20 07-10-30T00:00:00</StartDate>
      <Duration>0:2 0</Duration>
      <Score>10</Score>

      <PortalItem>
      <Name>quiz2</Name>
      </PortalItem>

      </PortalResult>
      </ArrayOfPortalRe sult>

      Comment

      • Zarwadi
        New Member
        • Jun 2007
        • 34

        #4
        Originally posted by xNephilimx
        Hi Zarwadi!
        Here's a good explanation:
        http://www.thescripts. com/forum/post2819168-5.html
        If you want to read the whole thread:
        http://www.thescripts. com/forum/post2819168.htm l

        Best regards
        The_Nephilim
        Thanks I really needed this help

        Comment

        Working...