20. Juli, 2010
AS3 FLVPlayback smoothing the scaling.
I searched a little while, found only AS2 workarounds, but here is the AS3 version of interpolated, smooth video scaling of a FLVPlayback.
//playback is your FLVplayback instance
playback.getVideoPlayer(playback.activeVideoPlayerIndex).smoothing = true;
playback.getVideoPlayer(playback.activeVideoPlayerIndex).smoothing = true;
I use it after the ready event was send.
Fantastic! Exactly what I needed, as well. All the best.
Cheers, exactly what i needed.