ActionScript 3 导入必要的动作脚本以使用FLV和元数据[即。中cuePoints]

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionScript 3 导入必要的动作脚本以使用FLV和元数据[即。中cuePoints]相关的知识,希望对你有一定的参考价值。

// this should be the first bit of code at the top of your
// actionscript for interactive video code.  this stuff needs to
// loaded and be ready for action before anything else
 
// import the necessary actionscript code for dealing
// with metadata embedded in video [ie. cuepoints]
import fl.video.*; 
import fl.video.MetadataEvent;
// import the necessary actionscript code for dealing
// with metadata embedded in video [ie. cuepoints]

以上是关于ActionScript 3 导入必要的动作脚本以使用FLV和元数据[即。中cuePoints]的主要内容,如果未能解决你的问题,请参考以下文章

动作脚本 3.0;循环音频文件

导入必要的actionscript以使用FLV和元数据[即提示点]

Actionscript 3,动作脚本中的网格和网格行

ActionScript 3 使用动作脚本将子项添加到舞台

ActionScript 3 在动作脚本3中读取dom中的div

如何知道是动作脚本 1、动作脚本 2 还是动作脚本 3?