[flexcoders] Re: How to save a sharedobject value based on a parameter name??

2007-09-26 Thread tjcox1969
Okso I see that there is a .setProperty() method on the SharedObject, so I can save the cookie based on parameter name, as in the following: function saveCookie(key:String, value:String):void { so.setProperty(key, value); } BUT!!! How does one GET the value using a parameter name. There

Re: [flexcoders] Re: How to save a sharedobject value based on a parameter name??

2007-09-26 Thread Tom Chiverton
On Wednesday 26 Sep 2007, [EMAIL PROTECTED] wrote: function getCookie(key:String):void { // This always attempts to get a cookie with the name key return so.data.key; so.data[key] ? -- Tom Chiverton Helping to synergistically repurpose high-yield developments on: