I cant flush the shared object in my project. What can I do for that problem?
相关问题
- garbage collection best practices
- How to load flex swf from flash?
- How to load flex swf from flash?
- FlashDevelop Haxe (Flash) debugger
- Converting Date with Time in PST into UTC format
相关文章
- Are there any benefits when using final in AS3?
- Trace on Chrome/Browser console
- as3 ByteArray to Hex (binary hex representation)
- Is building separate .swc allow a faster loading o
- Assigning an array of objects to a DataGrid
- Libraries for text animation in Flex / Actionscrip
- About Collision detection alghorithms in AS3
- How to upload BitmapData to a server (ActionScript
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
Make sure that the URL is valid. I had the same problem with a double slash (
//
) in the URL: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
"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.