box2.html

来自「进行ajax开发sdsd s d sd s」· HTML 代码 · 共 13 行

HTML
13
字号
<script>// When an ActionScript function is exported with ExternalInterface.addCallback,// we can just call it as a method of the Flash object.function draw() {    var flash = window.movie || document.movie; // Get Flash object    return flash.drawBox(100, 100, 100, 50);    // Just invoke a function on it}// These are functions Flash will call with ExternalInterface.call()function flashReady() { document.f.button.disabled = false; }function reportMouseClick(x, y) { alert("click: " + x + ", " + y); }</script>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?