简单教程
提交运行
代码编辑器:
<embed id="myEmbed" src="/static/media/html/helloworld.swf" width="200" height="200" style="border:1px solid"> <p>点击按钮修改 flash 动画的高度与宽度为500像素</p> <button onclick="myFunction()">尝试一下</button> <script> function myFunction(){ document.getElementById("myEmbed").height="500"; document.getElementById("myEmbed").width="500"; } </script>
运行结果: