FileReference.save() 对话框的解决方法
我对 Flex 还很陌生,目前正致力于将 Flash 游戏捕获到 flv 视频文件中。我使用 FileReference.save() 将捕获的文件写入用户系统中。目前它正在工作,但不是我想要的方式。
调用 fileReference 的 save() api 时,是否有办法绕过或自动执行保存对话框?
Im still new in Flex and currently working on capturing a flash game into a flv video file. Im using FileReference.save() to write the captured file in the user's system. It is working as of now but not the way I want it to be.
Is there a way to bypass or automate the save dialog box when invoking the save() api of fileReference?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,不。这将违反 Flash 安全模型。除非用户允许,否则 Flash 应用程序无法写入磁盘。
AFAIK, no. This would be violation of Flash security model. Flash application cannot write to disk unless user allows it.