Error #2130 Unable to flush sharedObject

2019-08-17 11:55发布

I cant flush the shared object in my project. What can I do for that problem?

4条回答
SAY GOODBYE
2楼-- · 2019-08-17 12:34

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

Control Panel -> System & Security -> Flash Player
查看更多
Deceive 欺骗
3楼-- · 2019-08-17 12:35

Make sure that the URL is valid. I had the same problem with a double slash (//) in the URL:

http://localhost/myProject//MyProject.html?debug=true
查看更多
我欲成王,谁敢阻挡
4楼-- · 2019-08-17 12:35

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

查看更多
虎瘦雄心在
5楼-- · 2019-08-17 12:36

"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.

查看更多
登录 后发表回答