//指定swf存储器地址 YAHOO.util.SWFStore.SWFURL = "swfstore.swf";
//实例化SWFStore
swfstore = new YAHOO.util.SWFStore("swfstoreContainer", true, true);
//SWFStore addListener事件
swfstore.addListener("contentReady", readData);
swfstore.addListener("error", onError);
swfstore.addListener("quotaExceededError", readData);
swfstore.addListener("securityError", onError);
swfstore.addListener("save", function(e){YAHOO.log(swfstore.getItems());$D.removeClass(__msg,'hidden');}); //显示已存储记录
//操作 swfstore.setItem();//写入 swfstore.removeItem();//移除 swfstore.clear();//清除 swfstore.getValueOf();//读取
想了解更多--> YUI2.8 API http://developer.yahoo.com/yui/docs/module_swfstore.html
Copyright © 2010 不名一格
Please send bug reports to idd.chiang[At]gmail.com