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.