here is a sample of Camtasia’s html code for a Sample pre-made web page, as you can see when compare to Adobe captivate it is different.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- saved from url=(0025)http://www.techsmith.com/ -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="DC.date" content="Saturday, December 30, 2006" />
<meta name="DC.language" content="ENU" />
<title>Created by Camtasia Studio 4</title>
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript" src="cam_embed.js"></script>
<link rel="stylesheet" type="text/css" href="FlashTemplate.css"/>
</head>
<body id="cs_flashBody" >
<div id="flashcontent">
<div id="cs_noexpressUpdate">
<p>The Camtasia Studio video content presented here requires JavaScript to be enabled and the latest version of the Macromedia Flash Player. If you are you using a browser with JavaScript disabled please enable it now. Otherwise, please update your version of the free Flash Player by <a href="http://www.macromedia.com/go/getflashplayer">downloading here</a>. </p>
</div>
</div>
<script type="text/javascript">
// <![CDATA[
These are the sample files Camtasia pre-made for the static page.
cam_embed.js
Chessgame1minBullet-0001.html
Chessgame1minBullet-0001.swf
Chessgame1minBullet-0001_config.xml
Chessgame1minBullet-0001_controller.swf
Chessgame1minBullet-0001_nofp_bg.gif
Chessgame1minBullet-0001_preload.swf
FlashTemplate.css
ProductionInfo.xml
swfobject.js
What I am hoping for the Camtasia movie files that I make in future is this: I just upload the Main movie and some how Modx will be able to provide a controller menu to start and stop this movie inside a Modx web page. This way, as the above mentioned files, I will just upload the Main movie file -- Chessgame1minBullet-0001.swf via Modx text editor and somehow I can use snippet or something to generate a controller menu for it and most important of all, I can discard all the rest of files from above.