public static function makePersistent(name:String):String
Transform a name to a persistent name. Has no effect for names that
are already persistent.
Parameters
Returns
public static function makeTransient(name:String):String
Transforms a persistent name back to a transient one. Has no effect for names
that aren't already persistent.
Parameters
Returns
public static const PERSISTENT:String = "@"
Properties beginning with this string will be restored on the next session.
Copyright © 2007-2009 Three Rings Design, Inc.