/ Published in: ActionScript 3
Permet d'appliquer un lissage à la video, lue dans un composant FLVPlayback.
Ne pas oublier d'importer la classe :
import fl.video.*;
Ne pas oublier d'importer la classe :
import fl.video.*;
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
myFLVPlayer.getVideoPlayer(myFLVPlayer.activeVideoPlayerIndex).smoothing = true;