Search Unity

Read XML in 3.5 for flash build

Discussion in 'Flash' started by Juan, Jan 18, 2012.

  1. Juan

    Juan

    Joined:
    May 21, 2009
    Posts:
    142
    I need to read XML documents for my Flash app, it's mandatory :S

    Is there a way?

    Cheers and thanks for the help.
     
  2. monark

    monark

    Joined:
    May 2, 2008
    Posts:
    1,598
    Lightweight xml parser

    You need to use the C# build and change the code to fix the issue with chars being dealt with as int codes in flash. I've attached the modified version here.
     

    Attached Files: