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 からロードされたすべてのフレームを変更したいと考えています。可能な方法はありますか?組み込みのクラスとメソッド、またはサードパーティのライブラリを使用するとより効果的です。
var frames:Vector.<bitmap>; onEnterFrame(event:Event) : void { frames.add(video); }
簡単に言えば、ビデオを再生してから、EnterFrame イベントのハンドラーに記録します。しかし、この方法には多くの欠点があります....