简体   繁体   English

错误#2130无法刷新sharedObject

[英]Error #2130 Unable to flush sharedObject

I cant flush the shared object in my project. 我无法刷新项目中的共享对象。 What can I do for that problem? 我该怎么办?

Make sure that the URL is valid. 确保该URL有效。 I had the same problem with a double slash ( // ) in the URL: 我在URL中使用双斜杠( // )存在相同的问题:

http://localhost/myProject//MyProject.html?debug=true

Flash should be allowed to store data to your hard drive. 应该允许Flash将数据存储到硬盘驱动器。 You can configure storage settings here : 您可以在此处配置存储设置:

http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html

I was having the same problem in Windows 7. I went to control panel and allowed storage from there. 我在Windows 7中遇到同样的问题。我转到控制面板,然后从那里进行存储。 you can do the same at 你可以在

Control Panel -> System & Security -> Flash Player

"Error #2130 Unable to flush sharedObject" can also happen when you do flash() on remote object with debug(!) version of Flash player installed. 当您在安装了Flash Player的debug(!)版本的远程对象上执行flash()时,也会发生“错误#2130无法刷新sharedObject”。 Uninstall debug version and install a normal one to solve the problem. 卸载调试版本并安装普通版本即可解决该问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM