tags:

views:

15

answers:

2

I have embedded a flash object in my html page. But the clarity is not as good as expected.

http://www.saraswaticlasses.net/trimax/

I used Camstudio to generate it and it shows correctly if played from within that software.

A: 

Is it the same scale? Did you record and export for width="1024" height="768"? Are there quality settings in camtasia you can adjust? Did you use h264 video? Check those things.

It looks to me like the video is recorded for a lower or higher resolution, and then you're rescaling in the browser.

SpliFF
A: 

add a "quality=high" attribute to your embed tag. and that should fix it.

Joey Blake