在 Flash 中跟踪外部加载的 XML 数据
如何跟踪加载到 Flash 文件中的 XML 文件中的所有数据? 我正在尝试调试,并且我的 Flash 文件的一部分从 XML 文件中更新,但另一半却表现得好像不存在一样。
How do I trace all of the data from an XML file that was loaded into a flash file? I am trying to debug, and part of my flash file gets updated from the XML file, but the other half acts like it isn't there.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
外部 XML 文件使用 URLLoader 加载:
External XML files are loaded with the URLLoader:
我同意,您不需要将 XML 转换为字符串来跟踪它,这只是一个额外的步骤。
I agree, you don't need to convert the XML to a string to trace it, that's just an extra step.