Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在播放之前修改从 NetStream 加载的所有帧。有没有可能的方法?使用内置类和方法或 3rd-party 库更好。
var frames:Vector.<bitmap>; onEnterFrame(event:Event) : void { frames.add(video); }
简而言之,播放视频,然后在 EnterFrame 事件的处理程序中录制。但是这种方式有很多缺点……尽管如此。