ActionScript 3 使用swfobjects将数据发送到闪存
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionScript 3 使用swfobjects将数据发送到闪存相关的知识,希望对你有一定的参考价值。
<script src="swfobject.js" type="text/javascript"></script>
<div id="content">Flash fallback</div>
<script language="Javascript" type="text/javascript">
//<![CDATA[
var so = new SWFObject("ImageFader.swf", "hostFlash", "406", "364", "9.0.115.0", "#f5f5f5");
so.addParam("scale", "noscale");
so.addParam("allowFullScreen", "true");
so.addVariable("img1", "img1.jpg");
so.write("content");
//]]>
</script>
//In the flash
var img1:String = root.loaderInfo.parameters.startWith;
以上是关于ActionScript 3 使用swfobjects将数据发送到闪存的主要内容,如果未能解决你的问题,请参考以下文章
ActionScript 3 全屏使用ActionScript 3
ActionScript 3 使用ActionScript 3异步读取文件
ActionScript 3 使用Actionscript 3的onEnterFrame事件
ActionScript 3 将FlashVars与ActionScript 3.0一起使用
ActionScript 3 使用Flash / Actionscript 3进行3D翻转效果
ActionScript 3 使用Actionscript 3 / Flash进行流体/果冻(ish)模拟