fmpq.com
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Fmpq教程(fmpq.com)</title> </head> <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").width; document.getElementById("demo").innerHTML=x; } </script> </body> </html>
运行结果