BKWLD

 

AS3 FLVPlayback video smoothing

By Robert on February 15, 2008 at 4:41 pm

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.

3 Comments »

  1. Can you add smoothing to an embedded flv in AS3?

    Thanks

    Comment by Neil — July 28, 2008 @ 10:06 am

  2. exactly what I was looking for
    tnx

    Comment by Absulit — September 5, 2008 @ 9:46 am

  3. 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


RSS feed for comments on this post. | TrackBack URI

Leave a comment