有人请帮我运行示例文件吗?我无法理解Google指南(没有使用ActionScript的经验,因为我是Java开发人员)但想要使用此SDK运行一些vpaid标记。
我已经安装了Adobe Flash CC 2014.还将ima_lib_as3.swc集成到了flash中(在Components中可用)。现在我创建了一个新的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.
有人会指导我朝着正确的方向前进,并以简单的术语分解程序吗?