I am trying to create shared object in my application but its not
getting flushed and giving the error:-Error #2130 Unable to flush
sharedObject. below is the code i am using:-

var name:String = "Test";
var value:String = "myValue";

// Open SharedObject
var _so:SharedObject = SharedObject.getLocal(name, path);

// Create object
var o = new Object();
o.value = value;

_so.data[paramname] = o;
_so.flush(); // Flush to disc

I dont know what went wrong in above code.
Can anyone have idea of above mentioned issue.

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to