2303/092
Flash-Bookmark(AddFavorite)鍔犲叆鏀惰棌澶逛唬鐮
鏁堟灉鍙互鐪鐣欒█鏉鐨勬敹钘忓す鍔熻兘銆
缃戜笂鎵句簡涓嬪姞鍏ユ敹钘忓す浠g爜锛屽緢澶氶兘鏄疉S2鐨勶紝鐩存帴getURL()鎵цJS锛屼笉杩囪矊浼奸偅涓柟娉曞彧鏀寔IE锛岃鎯冲吋瀹瑰悇娴忚鍣紝杩樺緱鍊熷姪JS銆
鏀句釜缃戜笂鎵炬潵鐨勫吋瀹笷F锛孫pera锛孖E鐨凧S鍔犲叆鏀惰棌澶逛唬鐮侊細
<script type="text/javascript">
// < ![CDATA[
function bookmark(){
var title=document.title;
var url=document.location.href;
if (window.sidebar){//firefox
window.sidebar.addPanel(title, url,"");
}else if(window.opera){//opera
var mbm = document.createElement('a');
mbm.setAttribute('rel','sidebar');
mbm.setAttribute('href',url);
mbm.setAttribute('title',title);
mbm.click();
}else if(window.external){//ie
window.external.AddFavorite(url, title);
}else{
alert('Unfortunately, your browser does not support this action,please bookmark this page manually by pressing Ctrl + D on PC or Cmd + D on Mac.');
}
}
// ]]>
</script>
Flash閲岀殑璋冪敤鍑芥暟寰堢畝鍗曪細
btn.addEventListener(MouseEvent.CLICK,addToFav);
btn.buttonMode=true;
function addToFav(_evt:MouseEvent){
ExternalInterface.call("bookmark");
}