Reading php generated XML in flash?

前端 未结 2 1801
后悔当初
后悔当初 2020-12-21 12:14

Here is part 1 of our problem (Loading a dynamically generated XML file as PHP in Flash).

Now we were able to get Flash to read the XML file, but we can only see the

2条回答
  •  时光取名叫无心
    2020-12-21 12:43

    I guess that was the answer. I needed to add the charset=UTF-8 into my php. Now everything seems to be working as planned.

提交回复
热议问题