make the video smooth in FLVPlayback in as3

[ 2009-06-02 19:56:28 | Author: liuhuan ]
Font Size: Large | Medium | Small
In as3, when using FLVPlayback, it gets pixeled when making the video bigger than original size. There's no smooth property which can be found in flash help document. However, there's a simple way to make that:(vp as the name of the FLVPlayback component)
vp.getVideoPlayer(vp.activeVideoPlayerIndex).smoothing = true;

Also the as2 version:(vp as the name of the FLVPlayback component)
vp["_vp"][0]._video.smoothing = true;
Comments Feed Comments Feed: http://www.liuhuan.com/blog/feed.asp?q=comment&id=983

There is no comment on this article.

You can't post comment on this article.