|
|||
|
Hi,
I am using SharedObjects to save a small amount of data and using the "/" directory trick it works fine -- except for one thing. If the user has their local storage limit set too low in the flash player options a pop-up appears asking them to allow or deny the save to go through. I already have my code set up to handle this routine so, again, this should be fine. The problem is that clicking on both "allow" and "deny" does nothing (you can see the button being pressed down but it has no effect). The window will not disappear. The application is, for all intents and purposes, frozen. The process works fine when I have only a swf file. It's only after packing it into a swfkit standalone application that it won't react to user input. Is there a work around to this, or a known cause I can try to avoid? |
|
|||
|
I stumbled upon the cause today. It appears having Application.Interaction.rBtnClick set to $RBCONTEXTMENU is the problem. Temporarily switching that to $RBSEND before attempting to save allows the Flash Player pop-up to act as normal.
I can still send the files if you want to see for yourself and have the issue fixed for future versions. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|