FLVPlayback Video Smoothing

Andrew Wason from Motionbox Inc. sent me the following workaround, which allows you to activate video smoothing for FLVPlayback components (in this case the instance FLVPlayer):

MovieClip(FLVPlayer.getVideoPlayer(FLVPlayer.activeVideoPlayerIndex))._video.smoothing = true;

By converting the component video player’s data type to a MovieClip, you get around the video player’s access control and can directly access its video object. This way you can then change its smoothing parameter.

See it for yourself:

Thanks again to Andrew for sharing this workaround.

Comments (Comment Moderation is enabled. Your comment will not appear until approved.)
This is the solution we are looking for but, we couldnt find a way of converting the component video player’s data type to a MovieClip?
# Posted By Matt | 10/8/07 8:33 PM
just name the instance of the component FLVPlayer
# Posted By joni | 10/23/07 10:07 AM
Simple and effective. Thanx :)
# Posted By Jakob E | 11/5/07 5:19 AM
Cool, thanks for the hint! Fullscreen video looks so much better with this!
Peace,
kolt
# Posted By kolt | 1/18/08 2:45 AM
I get an error that says... Type Coercion failed: cannot convert fl.video to type MovieClip
# Posted By matt | 1/22/08 11:47 AM
matt: I changed it to
flv.getVideoPlayer(flv.activeVideoPlayerIndex).smoothing = true;

and it WORKS
flv is the FLVPlayback instance name.
# Posted By leepa | 2/21/08 12:58 AM
hi thanks for this i was looking for his for about 3 hours thankx again

psc.rephixartlab.com
# Posted By Jose | 3/24/08 1:21 PM
flv.getVideoPlayer(flv.activeVideoPlayerIndex).smoothing = true;
**flv is the FLVPlayback instance name**

This freaking works!!! I'd hump your leg if you were right here. This is the only place I can find the fing answer on the entire internet. THANK YOU GUYS
# Posted By Todd | 5/2/08 10:21 PM
BlogCFC was created by Raymond Camden. This blog is running version 5.7.002.