编辑下面的代码:【加编码】
<html> <body> <embed id="myEmbed" src="helloworld.swf" width="200" height="200" style="border:1px solid"> <p>点击按钮返回 flash 动画的高度。</p> <p id="demo"></p> <button onclick="myFunction()">尝试一下</button> <script> function myFunction() { var x = document.getElementById("myEmbed").height; document.getElementById("demo").innerHTML=x; } </script> </embed></body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂