AS3 FLVPlayback video smoothing
You can’t directly enable smooth on FLVPlayback instances. But you can use the following code:
video.getVideoPlayer(video.activeVideoPlayerIndex).smoothing = true;
Where video is some FLVPlayback instance. Credit goes to this forum post.


Can you add smoothing to an embedded flv in AS3?
Thanks
Comment by Neil — July 28, 2008 @ 10:06 am
exactly what I was looking for
tnx
Comment by Absulit — September 5, 2008 @ 9:46 am
OMFG! I’ve been searching for this WORKING line of code non-stop for 9 hours now! Gone to countless sites that had something like this, but none of them would work! YOURS DID! sweet baby jesus you’ve made my day!
thanks Robert!
-Joel
Comment by Joel — November 8, 2008 @ 7:54 am