Scott Hyndman schrieb:
Just out of interest, what benefit exactly does this class provide?
You seem to offer the same methods that the shared object does with
different names (although the names are clearer, I'll give you that).
except for that setData() i would have expected saveCookie() or sth
like that.
@Caruso:
you should try it this way: (just out of my head ...)
function saveCookie (props:Object)
{
this._data = props;
}
so now all you have to provide to this function is an object like:
var o:Object = new Object (...);
saveCookie (o);
never tried but you could also use:
http://www.meychi.com/source/actionscript/classes/Cookie.as
micha
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com