The Flash API for storing and retrieving local data is known as a SharedObject.
用于存储和检索本地数据的FlashAPI是SharedObject。
Each SharedObject instance has a data property that can be thought of as a hashtable for storing data.
每个SharedObject实例都有一个数据属性,可以看作存储数据的哈希表。
In this case, the SharedObject is looked up, and the name parameter is used to look up the saved object from the data hashtable.
本例中,已搜索到SharedObject,并且name参数已用于从数据哈希表中搜索已存储的对象。
Flash actually has a notion of SharedObjects that can be remote as well, hence the client-only variety is often known as a local SharedObject.
其实,Flash的SharedObject概念也可以是远程的,因此,仅存在于客户端的变体也称为本地SharedObject。
Flash actually has a notion of SharedObjects that can be remote as well, hence the client-only variety is often known as a local SharedObject.
其实,Flash的SharedObject概念也可以是远程的,因此,仅存在于客户端的变体也称为本地SharedObject。
应用推荐