国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > JS > 正文

JavaScript獲取執行flash中flash.external.ExternalInterface.addCallback注冊的函數

2024-09-06 12:31:23
字體:
來源:轉載
供稿:網友

  JavaScript如何獲取并且執行flash中flash.external.ExternalInterface.addCallback注冊的函數  

  測試瀏覽器:IE6,IE7,IE8,Firefox3.6,谷歌chrome 14.0.835.202 m

 

AS腳本

function loadPicture(){//......代碼......//......代碼......}flash.external.ExternalInterface.addCallback("forJS", null, loadPicture);//注冊JavaScript中調用的回調函數

輸出swf到html頁面的JS腳本,swf的ID為swfId

document.write('<div class="dvswf">' + (document.all ? '<object id=swfId classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><param name="src" value="/images/loadSwf.swf"></object>': '<embed id="swfId" type="application/x-shockwave-flash" src="/images/loadSwf.swf"/>') + '</div>');

測試代碼如下

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html;charset=gb2312"/></head><body><script type="text/javascript">    document.write('<div class="dvswf">' + (document.all ? '<object id=swfId classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><param name="src" value="/images/loadSwf.swf"></object>': '<embed id="swfId" type="application/x-shockwave-flash" src="/images/loadSwf.swf"/>') + '</div>');</script><script type="text/javascript">function $(Id){return document.getElementById(Id);}function getFlashMethod(swfID) {//獲取    if (window[swfID] && window[swfID].forJS) alert('window')//IE,chrome    if (document[swfID] && document[swfID].forJS) alert('document')//IE,Firefox    if ($(swfID).forJS) alert('document.getElementById')//IE,Firefox,chrome}</script><input type="button" value="獲取swf容器" onclick="getFlashMethod('swfId')" /><br /></body></html>


  通過上面的測試代碼可以知道IE,Firefox,谷歌chrome獲取flash.external.ExternalInterface.addCallback注冊的回調函數容器對象如下
IE:window,document,document.getElementById
Firefox:document,document.getElementById
谷歌chrome:window,document.getElementById

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 澄迈县| 岳池县| 博湖县| 江山市| 巴塘县| 昌江| 贵德县| 伊春市| 广东省| 榆林市| 磴口县| 大田县| 苍溪县| 高密市| 红安县| 阿鲁科尔沁旗| 常宁市| 蒙阴县| 新泰市| 通化县| 房产| 堆龙德庆县| 县级市| 江安县| 小金县| 汶上县| 垦利县| 威远县| 东兰县| 玛曲县| 治多县| 雅江县| 仪征市| 大丰市| 台中县| 广丰县| 成都市| 石河子市| 岗巴县| 滦平县| 延吉市|