0
こんにちは皆私は馬鹿だと思いますが、これを理解しようとしていて、私はjsで新しくなっています。JavaScript機能から以下のコードを実行する方法については、これはフラッシュ関数ですが、js関数から実行していただきたいと思います。フラッシュ関数はJavaScriptから実行されます
public function save():Boolean {
ExternalInterface.call(this.eventHandler, RecorderJSInterface.SAVE_PRESSED, this.recorder.currentSoundName);
try {
_save(this.recorder.currentSoundName, this.recorder.currentSoundFilename);
ExternalInterface.call(this.eventHandler, RecorderJSInterface.SAVING, this.recorder.currentSoundName);
} catch(e:Error) {
ExternalInterface.call(this.eventHandler, RecorderJSInterface.SAVE_FAILED, this.recorder.currentSoundName, e.message);
return false;
}
return true;
}
誰でもしてください – pumba