前回の続きで、今度はactionscript内からhtml内に含まれているjavascript関数を実行します。proxyオブジェクトの用意は前回で出来ているので、今回の作業はactionscriptから呼ぶjavascript関数の用意とその関数をproxy経由で呼び出すコードをactionscript内に用意するだけです。 flash2js.as class Application { static var app:Application; var proxy:JavaScriptProxy; var log:Function; function initDebugger():Void { _root.createTextField( "tf", 1, 0, 0, 100, 20 ); _root.tf.border = true; _root.tf.text = ""; this.l