http://camstudio.org/
A long time ago I used hypercam. I believe it still works well... and it's free.
Camtasia is great for me, too.. It's fast, easy to use and has some nice features that let you enhance your videos easily. I use it on the homepage videos at www.blackcatservers.com Try uninstalling everything for the program and installing it again, maybe using a different file.
Plus you can just put in your YouTube credentials and you can fill out all the details for the video. Camtasia will upload the video to your account quickly.![]()
what video player is that?
<link rel="stylesheet" href="resources/style.css"><script type="text/javascript" src="resources/js/swfobject.js"></script>
<script type="text/javascript" src="resources/js/fixMouseWheel.min.js"></script>
<script type="text/javascript">
swfobject.embedSWF("youtubePlayer.swf", "showItem", "100%", "100%", "9.0.0","",{
// flash vars
"player.xml":"xml/example01.xml"
},{
// params
bgcolor:"#000000",
allowfullscreen:"true"
});
</script>
<style>
.mouseWheelFix {
width: 480px;
height: 290px;
}
</style>
<div class="mouseWheelFix">
<div id="showItem"></div></div>
<item id="UtQIMkuKpiU">
<caption><![CDATA[
<title>BlackCat VPS Example</title>
<description>This video shows an example of our Expert VPS machines. <br/><a href="wp-login.php?action=register"><strong>Sign up here</strong></description>
]]></caption>
Honestly I'm not sure. I swear it's called "YouTube Flash Player" or something like that.. Anyways, here's the files for it:
http://www.mediafire.com/?gois445k7ith0ga
Add this inside your <head>
Code:<link rel="stylesheet" href="resources/style.css"><script type="text/javascript" src="resources/js/swfobject.js"></script> <script type="text/javascript" src="resources/js/fixMouseWheel.min.js"></script> <script type="text/javascript"> swfobject.embedSWF("youtubePlayer.swf", "showItem", "100%", "100%", "9.0.0","",{ // flash vars "player.xml":"xml/example01.xml" },{ // params bgcolor:"#000000", allowfullscreen:"true" }); </script> <style> .mouseWheelFix { width: 480px; height: 290px; } </style>
add this inside your <body>
Code:<div class="mouseWheelFix"> <div id="showItem"></div></div>
And inside of "xml" directory, edit the example files for your video(s)..
Code:<item id="UtQIMkuKpiU"> <caption><=!=[=C=D=A=T=A=[ <title>BlackCat VPS Example</title> <description>This video shows an example of our Expert VPS machines. <br/><a rel="nofollow" href="wp-login.php?action=register"><strong>Sign up here</strong></description> ]=]=></caption>
(the "item id" comes from the YouTube URL: youtube.com/watch?v=UtQIMkuKpiU)