如何使用flex写入xml文件
我有一个从互联网获取实时数据的应用程序, 我想开发另一个从互联网读取数据并将其写入的应用程序
到 XML 文件(即我想将状态保存在 XML 文件中)。
我唯一需要的是如何将此数据写入 XML 文件。我想保存 XML 文件 在本地驱动器上(比如 C: 驱动器或 D: 驱动器,但在本地硬盘驱动器上,
例如,我有一个组合框,其中包含前 10 个 FIFA 世界杯观看网站, 现在我想写这个信息(即这个组合框作为输入的任何数据 到 xml 文件中)。
我只想要柔性的答案。我不想在 AIR 中得到答案。
先感谢您。
I have an application which takes live data from internet,
I want to develop another application which reads data from the internet and writes it
to an XML file (i.e. I want to save the state in an XML file).
THE ONLY THING I NEED IS HOW TO WRITE THIS DATA IN AN XML FILE. I WANT TO SAVE THE XML FILE
ON LOCAL DRIVE (SAY C: DRIVE OR D: DRIVE BUT ON LOCAL HARD DRIVE
FOR EXAMPLE say I have a combo box which takes top 10 fifa world cup watching sites,
now I want to write this information (i.e. whatever the data this combo box takes as input
into an xml file).
I want the answer in flex only. And I don't want answer in AIR.
Thankyou in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
FileReference::save
?How about
FileReference::save
?