Error #2130 Unable to flush sharedObject

2019-08-17 11:32发布

问题:

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

回答1:

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


回答2:

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



回答3:

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


回答4:

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