サンプルファイルの実行を手伝ってくれませんか? 私は Google ガイドを理解できません (私は Java 開発者であるため、ActionScript の経験はありません) が、この SDK を使用していくつかの vpaid タグを実行したいと考えています。
Adobe Flash CC 2014 をインストールしました。また、ima_lib_as3.swc をフラッシュに統合しました (コンポーネントで利用可能)。ここで、新しい ActionScript 3.0 (flv) ファイルを作成し、これをアクションに含めました。
var t:SdkIntegrationExample=new SdkIntegrationExample();
コンパイルしようとすると、次のエラーが発生します
/Users/xxx/Documents/Test.as, Line 77, Column 60 1046: Type was not found or was not a compile-time constant: VideoPlayer.
/Users/xxx/Documents/Test.as, Line 358, Column 47 1046: Type was not found or was not a compile-time constant: FlexEvent.
/Users/xxx/Documents/Test.as, Line 380, Column 61 1046: Type was not found or was not a compile-time constant: TimeEvent.
/Users/xxx/Documents/Test.as, Line 398, Column 61 1046: Type was not found or was not a compile-time constant: FlexEvent.
/Users/xxx/Documents/Test.as, Line 410, Column 51 1046: Type was not found or was not a compile-time constant: TimeEvent.
誰かが私を正しい方向に導き、手順を簡単な用語で説明してくれますか?