as3 主场景使用外部加载类库

主模块main.swf,被调用模块lib.swf, lib.fla的文档类Lib.as中,假设已定义的模块有Module0.as,Module1.as package com{    import com.Module1;    import com.Module2;   //import 模块   public class Lib extends MovieClip{    ...

Continue Reading

基于Flash Player去实现音频采集之编码篇

最近的研究项目是使用Flash完成VOIP的前端音频采集功能 有两个方案可以选择 第一 由Flash Player采集音频 提交到服务端进行音频编解码以便实现VOIP 第二 客户终端机上安装插件 由插件进行编解码的工作 然后提交 ...

Continue Reading

什么是CIF?什么是4CIF?什么是QCIF?什么是D1?

QCIF全称Quarter common intermediate format。QCIF是常用的标准化图像格式。在H.323协议簇中,规定了视频采集设备的标准采集分辨率。QCIF = 176×144像素。 CIF是常用的标准化图像格式(Common Intermediate Format)。在H.323协议簇中,规定了视频 ...

Continue Reading