使用 ActionScript 读取远程 txt 文件
我正在从 Flash 为我的网站创建一个横幅,并使用操作脚本从文件中读取信息,以便将该信息放在横幅上
。现在,这似乎适用于本地文件。但该文件不会与脚本和横幅位于同一服务器上..(个人原因)。
我怎样才能读取这个远程文本文件? 该文本文件位置类似于:http://www.some-server.com/text_file。文本 该文件可供任何人免费阅读..
I'm creating a banner for my website from Flash, and I'm using Action Script to read information from a file to put that info on the banner
Now this seems to work fine for local files. But the file will not be on the same server as the script and banner.. (personal Reasons).
How can I read this remote text file?
this text files location would be something like: http://www.some-server.com/text_file.txt
this file is freely readable for anyone..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不应该需要任何安全沙箱例外或任何东西。只需使用 URLLoader:
You shouldn't need any security sandbox exceptions or anything. Just use a URLLoader: