PDA

View Full Version : Media Display component + Smoothing


p0p
04-23-2008, 12:19 PM
Is there any way to smoothing the Media Display Component Screen.?

Like video.smoothing=true;

xxneon
04-23-2008, 01:53 PM
are you scaling the video or something?

p0p
04-24-2008, 10:58 AM
yes I am scalin the Video......

xxneon
04-24-2008, 01:22 PM
one thing you could do i guess is use the BitmapData class to take a snapshot of a movieclip containing the media display component on every frame.. and then overlay that bitmap ontop of the accual component..