|
|
|
#1 |
|
Member
Join Date: Sep 2003
Location: Chicago
Posts: 72
|
Google Videos "Smooth Video" for FLVPlayback
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?
__________________
- danny the confused - |
|
|
|
|
|
#2 |
|
Member
Join Date: Sep 2003
Location: Chicago
Posts: 72
|
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/
__________________
- danny the confused - |
|
|
|
![]() |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|