flash与javascript之间的通信 flash -> javascript (fscommand)

Flash与Javascript之间的交互(IE和NetScape下都能实现) 代码如下

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>flash fscommand 测试</title>
<script language="javascript" type="text/javascript">
function flashJS_DoFSCommand(command,args){
alert(command+" "+args);//读取参数信息
}
if(document.all !=null){
 document.writeln("<script language='vbscript' type='text/vbscript'/>");
 document.writeln("sub flashJS_FSCommand(ByVal command,ByVal args)");
 document.writeln(" call flashJS_DoFSCommand(command,args)");
 document.writeln("End sub");
 document.writeln("</script/>");
}

</script>

</head>

<body>
<div id="Layer1" style="position:absolute; left:0px; top:0px; width:863px; height:575px; z-index:1">
  <object id="flashJS" name="flashJS" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="863" height="575">
    <param name="movie" value="fscommandJS.swf">
    <param name="quality" value="high">
    <embed NAME="flashJS" swLiveConnect="true" src="fscommandJS.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="863" height="575"></embed>
  </object>
</div>
</body>
</html>
 

说明粉红色部分是在IE浏览器下能运行的代码,橙红色部分Firefox下能运行的代码

参考Macromedia的文档

http://www.adobe.com/cn/support/flash/ts/documents/javascript_comm.htm

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值