错误 #2130 无法刷新共享对象
我无法刷新项目中的共享对象。我能为这个问题做些什么呢?
I cant flush the shared object in my project. What can I do for that problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我无法刷新项目中的共享对象。我能为这个问题做些什么呢?
I cant flush the shared object in my project. What can I do for that problem?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
确保 URL 有效。我在 URL 中使用双斜杠 (
//
) 时遇到了同样的问题:Make sure that the URL is valid. I had the same problem with a double slash (
//
) in the URL:应允许闪存将数据存储到硬盘上。您可以在此处配置存储设置:
http://www.macromedia .com/support/documentation/en/flashplayer/help/settings_manager03.html
Flash should be allowed to store data to your hard drive. You can configure storage settings here :
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html
我在 Windows 7 中遇到了同样的问题。我进入控制面板并允许从那里进行存储。你可以做同样的事情
I was having the same problem in Windows 7. I went to control panel and allowed storage from there. you can do the same at
当您在安装了 debug(!) 版本的 Flash 播放器的情况下对远程对象执行 flash() 操作时,也可能会出现“错误 #2130 无法刷新共享对象”。
卸载调试版本并安装普通版本即可解决问题。
"Error #2130 Unable to flush sharedObject" can also happen when you do flash() on remote object with debug(!) version of Flash player installed.
Uninstall debug version and install a normal one to solve the problem.