user43685
user43685

Reputation: 1506

Flex VideoDisplay text quality

I am trying to display arbitrary mp4 videos in a flex application. Often videos have text on them.

Sometimes when I have to scale the video down (on the client size height or width less then videoHeight or videoWidth) keeping the aspect ratio Flash Player makes text look blurry.

Is there way to tell Flash to handle scaling more accurate?

Thanks

Upvotes: 0

Views: 717

Answers (1)

Scott Evernden
Scott Evernden

Reputation: 39926

No idea if this will work but: you can maybe try to Enable Smoothing on VideoDisplay

Upvotes: 4

Related Questions