Thought I'd share with the group something new I figured out today.
How to load videos to your CMS using Camtasia.
http://www.techsmith.com/camtasia.asp
(1) In Camtasia ... when you're done with your project, select "Produce & Share"
(2) Choose "Web"
(3) This will take several minutes to produce the folders/files
(4) Upload the folder (and subfolders/files) to your public/html/images/... folder (or wherever you like)
(5) Make a new Static HTML Widget
(6) Insert the following code:
<CENTER><iframe src ="http://www.yourwebsite.com/images/video1folder/video1.html" width="700" height="600">
<p>Your browser does not support iframes.</p>
</iframe></CENTER>
(7) Make a new section and add this new widget to the section
(8) And that's it. The "html" file is a thumbnail icon that has the flash player controls built into it.
Hope this helps!!!
Vilhiem