nice...thanks for the update...all seems fine so far except for one problem.

you updated the upload_success.tpl and view_video.tpl with the wrong values for the player width and height

it should be:

Code:
<IFRAME vspace="0" hspace="0" allowtransparency="true" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" style="border:0px;" width="425" height="350" SRC="{$baseurl}/show.php?id={$vidid}"></IFRAME>
(or a different width and height if you changed the size of your player)