我正在寻找一种在 Flash CS6 中无缝循环 flv 文件的方法。当我使用下面的代码时,视频在重播前消失了几分之一秒,这根本不好看。
这是我使用的代码:
import fl.video.VideoEvent;
flvFile.addEventListener(fl.video.VideoEvent.COMPLETE, videoFinished);
function videoFinished(event:Event){
flvFile.play();
};
现在,请多多包涵,我对 Flash 真的很缺乏经验。事实上,我直到今天才开始使用它。提前致谢!