Lissage video FLVPlayback


/ Published in: ActionScript 3
Save to your folder(s)

Permet d'appliquer un lissage à la video, lue dans un composant FLVPlayback.
Ne pas oublier d'importer la classe :
import fl.video.*;


Copy this code and paste it in your HTML
  1. myFLVPlayer.getVideoPlayer(myFLVPlayer.activeVideoPlayerIndex).smoothing = true;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.