<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>elearninglive.com &#187; Captivate 4</title>
	<atom:link href="http://elearninglive.com/wordpress/tag/captivate-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://elearninglive.com/wordpress</link>
	<description>Quality web solutions.</description>
	<lastBuildDate>Wed, 28 Jul 2010 18:38:03 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tracking User Progress in Captivate 4 Using Variables and Actions</title>
		<link>http://elearninglive.com/wordpress/2009/01/tracking-user-progress-in-captivate-4-using-variables-and-actions/</link>
		<comments>http://elearninglive.com/wordpress/2009/01/tracking-user-progress-in-captivate-4-using-variables-and-actions/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 04:05:02 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Captivate]]></category>
		<category><![CDATA[actions]]></category>
		<category><![CDATA[Captivate 4]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://elearninglive.com/wordpress/?p=222</guid>
		<description><![CDATA[Wanted to take a shot at exercising Captivate 4&#8217;s new (and very useful) new features: actions and variables.
To try them, I decided to create something useful (for once!) by putting together a sort of &#8216;user progress&#8217; slide. The premise is that there is one central slide that is a &#8216;jump-off&#8217; or starting point for users [...]]]></description>
			<content:encoded><![CDATA[<p>Wanted to take a shot at exercising Captivate 4&#8217;s new (and very useful) new features: actions and variables.</p>
<p>To try them, I decided to create something useful (for once!) by putting together a sort of &#8216;user progress&#8217; slide. The premise is that there is one central slide that is a &#8216;jump-off&#8217; or starting point for users to go to various parts of the slide deck (ie, various parts of the course). Once there, they view the content and then return back to the main/start slide and that particular section of the content that they went to previously is marked as &#8216;completed&#8217; (symbollicaly, of course) by &#8217;show&#8217;ing a graphic on the slide.</p>
<p>If that confusing description hasn&#8217;t scared you off already, I&#8217;ll quit trying to describe it and just show you the damn thing. <a title="Example" href="http://elearninglive.com/downloads/CP4examples/progress_list.htm" target="_blank">Here is a link to the working example</a>, and what follows on this page is a walkthrough of how I did it.</p>
<div id="attachment_223" class="wp-caption aligncenter" style="width: 510px"><a href="http://elearninglive.com/wordpress/wp-content/uploads/2009/01/1-30-2009-10-22-20-pm.png"><img class="size-full wp-image-223" title="Track User Progress with Actions and Variables in Captivate 4" src="http://elearninglive.com/wordpress/wp-content/uploads/2009/01/1-30-2009-10-22-20-pm.png" alt="Track User Progress with Actions and Variables in Captivate 4" width="500" height="392" /></a><p class="wp-caption-text">Track User Progress with Actions and Variables in Captivate 4</p></div>
<p>It works well and I will definitely use this type of thing for tracking intra-course progress. Of course I won&#8217;t use images of doors, but if you imagine a bulleted list of topics instead, where instead of a standard &#8216;bullet&#8217; there is a checkbox next to each topic or image, and then when the user has viewed that topic and returned to the main slide the checkbox is checked.</p>
<p>So &#8211; how does it work?</p>
<p>I wish I could just paste the code, but I can&#8217;t &#8211; Captivate won&#8217;t let me copy/paste code to/from the Actions window, which sucks. There are serious limitations with the scripting capabilities of Captivate 4, but heck, I think we all expected it to be limited considering it&#8217;s brand new. So, here&#8217;s how I did it:</p>
<p><strong>Step One &#8211; Create Slides</strong></p>
<p>I created a total of 9 slides, each with picture of doors that I grabbed off google images. On the first slide I left the image intact. On the remaining 8 slides, I used Captivate&#8217;s new image editing crop feature (works great) to crop the &#8216;doors&#8217; image on each slide to show just it&#8217;s corresponding door.</p>
<p>On the first slide (the one with all the doors) I inserted blue checkmark objects and gave them each an object name of &#8220;chkX&#8221;, where X was equal to 1 through 8 (for each door). I made each of those checkmark symbols not visible by default, by unchecking the &#8216;Visible&#8217; checkbox in the options tab for the symbol.</p>
<p><strong>Step Two &#8211; Create User Variables</strong></p>
<p>Then, I created a set of User variables &#8211; one for each of the doors, and assigned them each a value of zero (0):</p>
<div id="attachment_224" class="wp-caption aligncenter" style="width: 510px"><a href="http://elearninglive.com/wordpress/wp-content/uploads/2009/01/variables.png"><img class="size-full wp-image-224" title="User Variables" src="http://elearninglive.com/wordpress/wp-content/uploads/2009/01/variables.png" alt="User Variables" width="500" height="512" /></a><p class="wp-caption-text">User Variables</p></div>
<p><strong>Step Three &#8211; Create Custom Actions</strong></p>
<p>Next, I created two custom actions:</p>
<div id="attachment_225" class="wp-caption aligncenter" style="width: 510px"><a href="http://elearninglive.com/wordpress/wp-content/uploads/2009/01/check-doors-viewed-code.png"><img class="size-full wp-image-225" title="Check Doors Viewed Custom Action Code" src="http://elearninglive.com/wordpress/wp-content/uploads/2009/01/check-doors-viewed-code.png" alt="Check Doors Viewed Custom Action Code" width="500" height="513" /></a><p class="wp-caption-text">Check Doors Viewed Custom Action Code</p></div>
<p>The first action I created I named &#8220;Check Doors Viewed&#8221; and this was by far the most time-consuming part of the process, mostly because the actions window is SLOW when inputting anything more than a few lines of code. Please let me know if you experience this slowness too. So if you look at the outlined code block you can see what is happening. In plain-speak:</p>
<p>Check to see if the door1 variable is equal to 1 and if it is, then make the chk1 symbol visible. The chk1 symbol is the object name for the blue checkmark that sits over top of the first door. I then kept going and added the same code for each door/checkmark (for a total of 8 in my example).</p>
<p><strong>Step Four &#8211; Set Slide &#8216;On Enter&#8217; Property</strong></p>
<p>I then went into the slide properties for the first/main slide (the one with all the doors) and, on slide enter, I set it to run the Check Doors Viewed action so that it will enable any checkmarks that need to be made visible:</p>
<div id="attachment_226" class="wp-caption aligncenter" style="width: 501px"><a href="http://elearninglive.com/wordpress/wp-content/uploads/2009/01/slide-properties.png"><img class="size-full wp-image-226" title="Slide Properties for Main/First Slide" src="http://elearninglive.com/wordpress/wp-content/uploads/2009/01/slide-properties.png" alt="Slide Properties for Main/First Slide" width="491" height="584" /></a><p class="wp-caption-text">Slide Properties for Main/First Slide</p></div>
<p><strong>Step Five &#8211; Add a &#8216;Clear Checkmarks&#8217; Button</strong></p>
<p>I then decided to add a &#8216;clear checkmarks&#8217; (ie, clear progress) button to the main slide. I set that button&#8217;s properties so that, when clicked, it runs the &#8216;Clear Checkmarks&#8217; custom action, which has this code in it:</p>
<p><a href="http://elearninglive.com/wordpress/wp-content/uploads/2009/01/clear-checkmarks-1.png"><img class="aligncenter size-full wp-image-227" title="Clear Checkmarks Action, Part 1" src="http://elearninglive.com/wordpress/wp-content/uploads/2009/01/clear-checkmarks-1.png" alt="" width="500" height="511" /></a></p>
<p>The actions window is fixed in size, so I couldn&#8217;t capture all the code in one screenshot, so here&#8217;s the rest:</p>
<div id="attachment_228" class="wp-caption aligncenter" style="width: 510px"><a href="http://elearninglive.com/wordpress/wp-content/uploads/2009/01/clear-checkmarks-2.png"><img class="size-full wp-image-228" title="Clear Checkmarks Action, Part Two" src="http://elearninglive.com/wordpress/wp-content/uploads/2009/01/clear-checkmarks-2.png" alt="Clear Checkmarks Action, Part Two" width="500" height="516" /></a><p class="wp-caption-text">Clear Checkmarks Action, Part Two</p></div>
<p>Note that highlighted last line, where I have it &#8216;reload&#8217; the 1st slide. I did this so that, when slide one is restarted, it will trigger the previous direction to run the &#8216;Check Doors Viewed&#8217; action from before.</p>
<p>That&#8217;s about it. I have the <a title="Captivate 4 Progress Tracking Example" href="http://elearninglive.com/downloads/CP4examples/progress_list.zip">source available for download here.</a></p>
<p><strong>Reflections</strong></p>
<p>All in all it&#8217;s fairly straightforward and easy to use. Keep in mind that I&#8217;m a pretty decent actionscript coder, and have also done some Java coding in the past, so I&#8217;m comfortable scripting. The one thing that is really annoying is that the actions window gets *really* slow/sluggish if you are trying to do anything that needs more than a few lines. Another huge problem is that you cannot execute two actions in sequence. In other words, I couldn&#8217;t set the &#8216;On Enter&#8217; slide to execute multiple USER actions &#8211; you can execute multiple system actions, but not actions you create. So there was no way to do something like, &#8220;on slide enter, execute the Clear Checkmarks action and then execute the Check Doors Viewed action&#8221;.</p>
<p>I really hope that Adobe can fix the sluggishness of the Actions window, or better yet allow for actions to be imported as text files. I realize they have to ensure that the code/syntax is legit before it can be applied, so perhaps some sort of validation check can be built into the import. Better yet, just have an actions window, like in Flash, complete with a &#8216;check syntax&#8217; button. That would be so much faster. But more pressing to me is the need to be able to execute multiple custom actions.</p>
<p>Am I off-target? I definitely could be. Please leave a comment if I&#8217;m missing something in regards to these features, or a better approach to the example.</p>
<p>UPDATE: A reader (Connie Price) has graciously submitted a PDF that details how she used Advanced Actions in her project. <a href="http://elearninglive.com/tutorials/misc/AdvancedActionHowTo.pdf">Click here to view the PDF.</a><a href="http://elearninglive.com/tutorials/misc/Fagerstrom_Q1_demo.cp">Click here to view a source Cp demo file.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://elearninglive.com/wordpress/2009/01/tracking-user-progress-in-captivate-4-using-variables-and-actions/feed/</wfw:commentRss>
		<slash:comments>65</slash:comments>
		</item>
		<item>
		<title>Capivate 4 Text-to-Speech Feature Review</title>
		<link>http://elearninglive.com/wordpress/2009/01/capivate-4-text-to-speech-feature-review/</link>
		<comments>http://elearninglive.com/wordpress/2009/01/capivate-4-text-to-speech-feature-review/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 04:20:39 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Captivate]]></category>
		<category><![CDATA[Elearning General]]></category>
		<category><![CDATA[Captivate 4]]></category>
		<category><![CDATA[text-to-speech]]></category>

		<guid isPermaLink="false">http://elearninglive.com/wordpress/?p=219</guid>
		<description><![CDATA[I&#8217;ve been using Captivate 4 extensively for a week now and I think it&#8217;s just a completely different product from previous versions. It&#8217;s awesome, while previous versions were just marginally useful to me. Heck, this blog gets hundreds of readers per day and you know why? Because of the Captivate posts. But as I&#8217;ve told [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using Captivate 4 extensively for a week now and I think it&#8217;s just a completely different product from previous versions. It&#8217;s awesome, while previous versions were just marginally useful to me. Heck, this blog gets hundreds of readers per day and you know why? Because of the Captivate posts. But as I&#8217;ve told people for the last 2 years now &#8211; I avoided the product for the most part. It was buggy, and just not worth the hassle.</p>
<p>Captivate 4 is awesome. It still has its warts, but considering all the new functionality I&#8217;m just amazed at this product and highly recommend it. I&#8217;ve now decided that it is going to be my primary elearning development tool. Of course I&#8217;ll still use Flash a lot for actual content, I think the packaging/TOC/aggregator features are worthwhile (though they have some serious shortcomings too) and just make the process so much simpler when working with Adobe Connect (or any other LMS I suppose).</p>
<p>Anyways&#8230;I plan on posting my opinions on a lot of the new features as I have time. First up: the new text-to-speech feature.</p>
<p>This feature is based on a 3rd-party product and it&#8217;s quite easy to use. You simply type in your slide notes (I *believe* that this new &#8216;text/notes&#8217; area is new to Captivate 4 but I&#8217;m not sure) and then click a little button/checkmark next to the text, under the &#8216;Text to Speech&#8217; column. Really simple. View a screenshot to see:</p>
<div id="attachment_220" class="wp-caption aligncenter" style="width: 310px"><a href="http://elearninglive.com/wordpress/wp-content/uploads/2009/01/01_1-28-2009-10-58-51-pm.png"><img class="size-medium wp-image-220" title="Converting slide notes to speech audio" src="http://elearninglive.com/wordpress/wp-content/uploads/2009/01/01_1-28-2009-10-58-51-pm-300x202.png" alt="Captivate 4 Text-to-Speech Feature" width="300" height="202" /></a><p class="wp-caption-text">Captivate 4 Text-to-Speech Feature</p></div>
<p>It then converts your text to an audio file and adds it to the slide&#8217;s timeline, the same as if you recorded your voice into a microphone. No different, except much easier and better sound quality in terms of no noise, good volume level, etc.</p>
<p>There are two voices to choose from: one male voice, &#8220;Paul&#8221;, and one female, &#8220;Kate&#8221;.</p>
<p>So&#8230;.the million-dollar question: do the voices sound like robots?</p>
<p>The male voice does. The female voice, while I haven&#8217;t used it much yet, sounds much better. But don&#8217;t take my word for it. Listen for yourself:</p>
<p style="text-align: center;">
<object	type="application/x-shockwave-flash"
			data="http://elearninglive.com/wordpress/wp-content/uploads/2009/01/Paul/Paul.swf"
			width="250"
			height="200">
	<param name="movie" value="http://elearninglive.com/wordpress/wp-content/uploads/2009/01/Paul/Paul.swf" />
</object>
<p>As you can hear, this guy doesn&#8217;t really work too well.</p>
<p>But &#8220;Kate&#8221; sounds much better:</p>
<p style="text-align: center;">
<p style="text-align: center;">
<object	type="application/x-shockwave-flash"
			data="http://elearninglive.com/wordpress/wp-content/uploads/2009/01/Kate/Kate.swf"
			width="250"
			height="200">
	<param name="movie" value="http://elearninglive.com/wordpress/wp-content/uploads/2009/01/Kate/Kate.swf" />
</object>
<p style="text-align: left;">
<p style="text-align: left;">So, after I&#8217;ve bashed &#8220;Paul&#8221; to smithereens, you probably think I don&#8217;t think much of this feature. But in fact I do like it. During development, I usually have to take the time to do a rough, quick voiceover recording for all my slides so I can confirm that my design is &#8216;flowing&#8217; and my voiceover script is good. I can only tell if I hear it, in synch with the onscreen visuals. So this is a great time-saver in that regard. Hopefully it will prove more useful in future projects.</p>
<p style="text-align: left;">What do you think? Will you be using this feature? Am I being too picky?</p>
]]></content:encoded>
			<wfw:commentRss>http://elearninglive.com/wordpress/2009/01/capivate-4-text-to-speech-feature-review/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Adobe Releases Captivate 4 and the Elearning Suite</title>
		<link>http://elearninglive.com/wordpress/2009/01/adobe-releases-captivate-4-and-the-elearning-suite/</link>
		<comments>http://elearninglive.com/wordpress/2009/01/adobe-releases-captivate-4-and-the-elearning-suite/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 15:16:04 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Adobe Connect]]></category>
		<category><![CDATA[Captivate]]></category>
		<category><![CDATA[Elearning General]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Captivate 4]]></category>
		<category><![CDATA[Elearning Suite]]></category>

		<guid isPermaLink="false">http://elearninglive.com/wordpress/?p=211</guid>
		<description><![CDATA[Today, Adobe released Captivate 4 and the &#8216;Elearning Suite&#8217;. As I stated in a previous post, Captivate 4 is a must-have, monster upgrade for any Captivate user. It is the first Captivate release that can reasonably produce a complete elearning content package. Prior versions either forced users to live with the inadequate and ugly &#8216;menu [...]]]></description>
			<content:encoded><![CDATA[<p>Today, Adobe released Captivate 4 and the &#8216;Elearning Suite&#8217;. As I stated in a previous post, Captivate 4 is a must-have, monster upgrade for any Captivate user. It is the first Captivate release that can reasonably produce a complete elearning content package. Prior versions either forced users to live with the inadequate and ugly &#8216;menu builder&#8217; or create their own custom packaging/wrapper. The new version has an aggregator feature, and much much more.</p>
<p>As for the Elearning Suite. I have not played with it other than a prerelease version where I took a quick peek and nothing made sense at the time, but that was early in the process. I am very interested in seeing the new learning interactions included in Flash CS4. I just upgraded the the CS4 Web Developer Edition at work so I&#8217;m kind of bummed at the timing of this release, as by now most serious elearning designers/developers have moved to CS4 and certainly won&#8217;t be able to expense another upgrade this soon. I guess instead of CS5 we&#8217;ll go with the Elearning Suite : )</p>
<p>The trial downloads are available on Adobe&#8217;s site. Have at em and let me know what you think of these new tools. I&#8217;m very interested in hearing how people leverage these new tools!</p>
]]></content:encoded>
			<wfw:commentRss>http://elearninglive.com/wordpress/2009/01/adobe-releases-captivate-4-and-the-elearning-suite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Captivate 4 Coming Soon</title>
		<link>http://elearninglive.com/wordpress/2009/01/adobe-captivate-4-coming-soon/</link>
		<comments>http://elearninglive.com/wordpress/2009/01/adobe-captivate-4-coming-soon/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 21:18:11 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Camtasia]]></category>
		<category><![CDATA[Captivate]]></category>
		<category><![CDATA[Elearning General]]></category>
		<category><![CDATA[Authorware]]></category>
		<category><![CDATA[Captivate 4]]></category>

		<guid isPermaLink="false">http://elearninglive.com/wordpress/?p=203</guid>
		<description><![CDATA[According to this Adobe employee&#8217;s blog, Adobe Captivate 4 is not too far off from being released. How long that is exactly is your guess. In case you haven&#8217;t heard (and you probably have, since a handful of fanboys have been spilling the beans prematurely &#8211; apparently they have some sort of side-deal going on [...]]]></description>
			<content:encoded><![CDATA[<p>According to <a href="http://blogs.adobe.com/preran/" target="_blank">this Adobe employee&#8217;s blog</a>, Adobe Captivate 4 is not too far off from being released. How long that is exactly is your guess. In case you haven&#8217;t heard (and you probably have, since a handful of fanboys have been spilling the beans prematurely &#8211; apparently they have some sort of side-deal going on with Adobe that I&#8217;m not included in?), but Adobe Captivate 4 has a lot of new features and if the features work (the fanboys always seem to never comment on that aspect) then it will be awesome.</p>
<p>Based on the features included in Captivate 4, I am amazed at what Adobe is able to do in one release cycle. It seems like just yesterday Captivate 3 was released (along with the groans that came with that release).</p>
<p>While I&#8217;m sure there will be plenty of kinks/bugs to work out in Captivate 4 due to the sheer number of major changes/enhancements, it is definitely one step closer to being a real primary elearning development solution. Do I think it is the only tool that a professional elearning designer/developer should know how to use? No. In my opinion you still need to know flash/actionscript. But Captivate 4 is a HUGE upgrade over Captivate 3. It seems to me that, within a few more major releases, they could actually approach the capabilities of AuthorWare with this thing **(see below for my side-comments on AuthorWare).</p>
<p>And, both fortunately and unfortunately for me, I will lose a lot of my freelancing work/revenue once Captivate 4 is out in the wild.</p>
<p>Why? Becuase 90% of my Captivate-related freelance work (which was roughly 20% of my total freelance work) was focused on things like working with the variables, and also with creating custom UI wrappers/Menu systems to load in those bloated Captivate swf files. People would buy a license, slap together one long recording, publish, and then couldn&#8217;t figure out why their 300mb Captivate swf would crash and/or take a year to load. And then when they&#8217;d get wise and realize they needed to break up the long movie into smaller chunked swf&#8217;s, they&#8217;d learn that there was no way outside of Flash to create a usable UI that could load in all of these swf&#8217;s (unless you wanted pop-up windows galore). Allegedly Captivate 4 will have an aggregator function that finally allows people to create content in chunks and load them when needed (and don&#8217;t even comment on that garbage &#8216;MenuBuilder&#8217; crap they&#8217;ve had). I also did a lot of work keeping data persistent across slides/CP swfs. CP4 has this capability built-in now.</p>
<p>But I&#8217;m kind of happy they added these features. I was up-to-my-ears with freelance work and with a new promotion at my day job I don&#8217;t need the extra work anymore. At least not boring Captivate work : )</p>
<p>Another feature that Camtasia has had forever (though they somehow managed to botch it up in the latest release!) and now CP4 will have is auto-panning for the recording. We can finally record large screens with and keep the clarity. If you&#8217;re not sure what auto-panning is want an idea of what auto-panning can do,  just check out <a href="http://www.gotoandlearn.com" target="_blank">Lee Brimelow&#8217;s awesome Flash tutorials over at gotoandlearn.com</a>. He&#8217;s been using Camtasia for years to record those (and <a href="http://www.flashermag.com/" target="_blank">he still recommends Camtasia for screen recordings</a>, even though he&#8217;s an Adobe employee&#8230;). I was at a conference a couple of years ago and an Adobe CP developer sat next to me and asked me what I&#8217;d like to see included in Captivate and I told him auto-panning. He was kind enough to send me an email after the conference saying that they looked into it but the resulting filesize would be too large so they scrapped the idea. I guess they revisited it.</p>
<p>Regardless of my cynical posts on Captivate over the years and today&#8230;honestly &#8211; my hats off to the Adobe Captivate developers on this release.</p>
<p>What do you think about these features? What else still sucks about the product?</p>
<p>** Re: AuthorWare: I got into the elearning development field about 6 years ago. At the time, it seemed that everyone knew, except for the die-hard Authorware fanboys, that Authorware was going to be ditched by Adobe (then Macromedia) soon. It took a few years longer than anticipated, but it happened. Back when I started I was fortunate enough to be told some good advice from some good elearning developers, mainly this: learn actionscript right away. Focus on flash. Forget about Authorware. I heeded their advice. I&#8217;m a  member of the Authorware &#8216;AWARE&#8217; listserv (or whatever they call listservs nowadays). It&#8217;s still active and not at all focused on Authorware, which is good. Often though people still post questions asking for help/workaround for their new development using Authorware, which makes me cringe today more than it did 4 years ago : ) But, my be-labored point is &#8211; Authorware did rock. I never used it, but based on the features and capabilities of it, and the type of things that the folks on the AWARE list were/are able to do with it, I don&#8217;t see why Adobe ditched it and now are packing more advanced features into Captivate. Would have been better had they just kept it, updated it, and most impotantly made it *usable* by ditching the shitwave (er, I mean shockwave) plugin that made it unusable then and unusable now, and added an Authorware to SWF option. I know there are technical limitations there that would need to be contended with (Authorware had activeX capabilities), but they could have gotten real close. It just seems now that it will take another 4 or 5 releases but then we might get an Authorware equivalent in Captivate&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://elearninglive.com/wordpress/2009/01/adobe-captivate-4-coming-soon/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
