この非常に単純なhelloworldの種類のアプリケーションを作成しようとしています。そして、私が何をしようとしても、このエラーが発生します。これがTheSimplestPlayer.asファイルのクラスのエラーと定義です。
VerifyError: Error #1079: Native methods are not allowed in loaded code.
ReferenceError: Error #1065: Variable TheSimplestPlayer is not defined.
package
{
import flash.display.Sprite;
public class TheSimplestPlayer extends Sprite
{
public function TheSimplestPlayer()
{
}
}
}