;

PDA

Click to See Complete Forum and Search --> : Google Videos "Smooth Video" for FLVPlayback


giovox
02-13-2007, 06:24 PM
I am trying to make a full browser video using the FLVPlayback component, and everything has gone well so far. My only issue is that when it is scaled up the video is massively pixelated.

Now Google Video does the same thing since those are just FLV's, but they have a "Smooth Video" feature which seems to smooth it out in real-time with no lag.

I have tried applying a blur filter to my component but that just lags it down. Any suggestions on smoothing the video when its scaled?

giovox
02-14-2007, 03:38 PM
I am actually going to answer my own question since I just figured it out and have seen this question asked before.

Steps to smooth, or antialias your FLV in the Flash 8 video component:
(We will assume the instance name of your component has been set to "FLVPlayer")

MovieClip(FLVPlayer.getVideoPlayer(FLVPlayer.activ eVideoPlayerIndex))._video.smoothing = true;

The only issue I have found is that it needs to be called AFTER your video has loaded (and possibly buffered as well). This code is thanks to Julian over at http://julian.empiregn.com/