Transferring videos from a digital camcorder to a website could not be easier than using these two tools:
Step 1: Convert the high quality camcorder video to website quality with WinFF and a few mouse clicks:

Step 2: copy the .flv video to the website along with JW FLV Player. The source code paths will need to be tweaked accordingly.
<p id='preview'>The player will show in this paragraph</p>
<script type='text/javascript' src='swfobject.js'></script>
<script type='text/javascript'>
var s1 = new SWFObject('player.swf','player','400','300','9');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars','file=video.flv');
s1.write('preview');
</script>
Step 3: Preview Results
The player will show in this paragraph