XML/flashMX ??

Out of context: Reply #6

  • Started
  • Last post
  • 24 Responses
  • unfittoprint0

    you could have to change your xml file's encoding to UTF-8.

    advice:
    a lot of the problems people have while developing offline is they don't do their code sequentially [first this, then that, etc...].

    Since offline Flash tends to compile almost instantenously, certain errors don't occur. This happens a lot with LoadVars, XML, Sound objects.

    Remember: functions you use to parse the XML must 'live' within an onLoad [if(success)] event .

View thread