AS3的GIF播放器及Encoder

2019-10-08 13:22:17王旭
  •                         encoder.setDelay(500);
  •                        
  •                         encoder.start();                        //MUST HAVE!
  •                        
  •                         encoder.addFrame(frames[0]);
  •                         encoder.addFrame(frames[1]);
  •                        
  •                         encoder.finish();                       //MUST HAVE!
  •                        
  •                         playGIF(encoder.stream);
  •                 }
  •