<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: CaptivateController Updated to Support Setting Variable Values</title>
	<atom:link href="http://pipwerks.com/2011/11/03/captivatecontroller-updated-to-support-setting-variable-values/feed/" rel="self" type="application/rss+xml" />
	<link>http://pipwerks.com/2011/11/03/captivatecontroller-updated-to-support-setting-variable-values/</link>
	<description>E-Learning and Web Development</description>
	<lastBuildDate>Sat, 27 Apr 2013 02:42:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: philip</title>
		<link>http://pipwerks.com/2011/11/03/captivatecontroller-updated-to-support-setting-variable-values/#comment-2422</link>
		<dc:creator>philip</dc:creator>
		<pubDate>Tue, 20 Dec 2011 23:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/?p=1561#comment-2422</guid>
		<description><![CDATA[@aj the API documentation doesn&#039;t really exist, I had to scrape the CP ActionScript for clues and do many weeks of testing to see what worked and what didn&#039;t. CP also has its own internal logic and rules, so it&#039;s quite possible that you can&#039;t proceed past your third slide because you&#039;ve come up against a rule, such as no jumping past quiz slides.  Unfortunately these rules are private and have not been publicized by Adobe. You&#039;ll have to deconstruct their code to figure it out.

RE: nested functions, I like my style just fine, thank you.  (My second comeback is &quot;I just do what Crockford tells me!&quot;)

As a commentor and the author &lt;a href=&quot;http://net.tutsplus.com/tutorials/javascript-ajax/stop-nesting-functions-but-not-all-of-them/comment-page-1/#comment-383669&quot; rel=&quot;nofollow&quot;&gt;both stated&lt;/a&gt;, prototype is really only helpful (from a performance point of view) if you&#039;ll be creating many instances of your object. CaptivateController will rarely have more than a couple.

The CaptivateController source code is on GitHub if you&#039;d like to fork and refactor.]]></description>
		<content:encoded><![CDATA[<p>@aj the API documentation doesn&#8217;t really exist, I had to scrape the CP ActionScript for clues and do many weeks of testing to see what worked and what didn&#8217;t. CP also has its own internal logic and rules, so it&#8217;s quite possible that you can&#8217;t proceed past your third slide because you&#8217;ve come up against a rule, such as no jumping past quiz slides.  Unfortunately these rules are private and have not been publicized by Adobe. You&#8217;ll have to deconstruct their code to figure it out.</p>
<p>RE: nested functions, I like my style just fine, thank you.  (My second comeback is &#8220;I just do what Crockford tells me!&#8221;)</p>
<p>As a commentor and the author <a href="http://net.tutsplus.com/tutorials/javascript-ajax/stop-nesting-functions-but-not-all-of-them/comment-page-1/#comment-383669" rel="nofollow">both stated</a>, prototype is really only helpful (from a performance point of view) if you&#8217;ll be creating many instances of your object. CaptivateController will rarely have more than a couple.</p>
<p>The CaptivateController source code is on GitHub if you&#8217;d like to fork and refactor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJ</title>
		<link>http://pipwerks.com/2011/11/03/captivatecontroller-updated-to-support-setting-variable-values/#comment-2421</link>
		<dc:creator>AJ</dc:creator>
		<pubDate>Tue, 20 Dec 2011 22:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/?p=1561#comment-2421</guid>
		<description><![CDATA[Thanks for responding.  That seems to make sense.  Unfortunately the documentation for Captivate is so poor it is hard to find any information that might lead to a work around.  In fact most Google searches I have done on Captivate come back with your site in the top 6-10 results.  Do you know of any resources that might help one better understand the exposed Captivate API?

It seems that there must be some issue with the skin that I am using.  I imagine that the Table of Contents interface also utilizes the same or similar method of changing slides.  When I tried turning the TOC on it seemed to work fine for jumping back and fore from slides.  In fact they seem to have some code in place to manage persistence.  When you reload the page a dialog asks if you want to resume from where you left off.  Unfortunately this feature only seems to work when the TOC is on.

On a separate note I came across this article a few months ago and thought it might be useful for you in doing some optimization with your CaptivateController script.  http://net.tutsplus.com/tutorials/javascript-ajax/stop-nesting-functions-but-not-all-of-them/  I found the article very insightful.]]></description>
		<content:encoded><![CDATA[<p>Thanks for responding.  That seems to make sense.  Unfortunately the documentation for Captivate is so poor it is hard to find any information that might lead to a work around.  In fact most Google searches I have done on Captivate come back with your site in the top 6-10 results.  Do you know of any resources that might help one better understand the exposed Captivate API?</p>
<p>It seems that there must be some issue with the skin that I am using.  I imagine that the Table of Contents interface also utilizes the same or similar method of changing slides.  When I tried turning the TOC on it seemed to work fine for jumping back and fore from slides.  In fact they seem to have some code in place to manage persistence.  When you reload the page a dialog asks if you want to resume from where you left off.  Unfortunately this feature only seems to work when the TOC is on.</p>
<p>On a separate note I came across this article a few months ago and thought it might be useful for you in doing some optimization with your CaptivateController script.  <a href="http://net.tutsplus.com/tutorials/javascript-ajax/stop-nesting-functions-but-not-all-of-them/" rel="nofollow">http://net.tutsplus.com/tutorials/javascript-ajax/stop-nesting-functions-but-not-all-of-them/</a>  I found the article very insightful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philip</title>
		<link>http://pipwerks.com/2011/11/03/captivatecontroller-updated-to-support-setting-variable-values/#comment-2420</link>
		<dc:creator>philip</dc:creator>
		<pubDate>Tue, 20 Dec 2011 21:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/?p=1561#comment-2420</guid>
		<description><![CDATA[@AJ and @ouija

Don&#039;t know what to say; CaptivateController is simply using the API made available by Captivate. The behavior you describe sounds like a Captivate bug.]]></description>
		<content:encoded><![CDATA[<p>@AJ and @ouija</p>
<p>Don&#8217;t know what to say; CaptivateController is simply using the API made available by Captivate. The behavior you describe sounds like a Captivate bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJ</title>
		<link>http://pipwerks.com/2011/11/03/captivatecontroller-updated-to-support-setting-variable-values/#comment-2419</link>
		<dc:creator>AJ</dc:creator>
		<pubDate>Tue, 20 Dec 2011 21:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/?p=1561#comment-2419</guid>
		<description><![CDATA[I am having a similar issue with gotoSlideAndPlay.  It works OK for my first and second slides but nothing past that.  When I try to go any further I can a gray background instead of the slide I am expecting.  The timeline shows that I am in the correct place but there is not content.  I thought maybe it was an issue with the SWF not being fully loaded but I have the pre-loading option in captivate set to 100% and I am working on a local machine so it should load almost instantaneously.  Any help you might be able to provide would be great.]]></description>
		<content:encoded><![CDATA[<p>I am having a similar issue with gotoSlideAndPlay.  It works OK for my first and second slides but nothing past that.  When I try to go any further I can a gray background instead of the slide I am expecting.  The timeline shows that I am in the correct place but there is not content.  I thought maybe it was an issue with the SWF not being fully loaded but I have the pre-loading option in captivate set to 100% and I am working on a local machine so it should load almost instantaneously.  Any help you might be able to provide would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ouija</title>
		<link>http://pipwerks.com/2011/11/03/captivatecontroller-updated-to-support-setting-variable-values/#comment-2416</link>
		<dc:creator>ouija</dc:creator>
		<pubDate>Tue, 29 Nov 2011 09:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/?p=1561#comment-2416</guid>
		<description><![CDATA[My fouth slide is a fill-in-the-blank... thought that might have something to do with it, but I replaced it with a multiple choice and still having issues... Thought it was Javascript that I was running on Slide entry, but the first 3 slides have the same javascript...   Thought maybe it was because the swf wasn&#039;t fully loaded (as I am calling the function on my page load) but even with a timer or using an href tag it still won&#039;t go past the fourth slide (with the fill in the blank, which is required to have input).  However, when you go to the slide normally, enter in something and continue to the next slide, THEN use the href link it will display the slide (but it&#039;s really messed up looking)...  Will test some more tomorrow but need to get some sleep.

Any help is appreciated!

can&#039;t seem to figure out what the issue is.]]></description>
		<content:encoded><![CDATA[<p>My fouth slide is a fill-in-the-blank&#8230; thought that might have something to do with it, but I replaced it with a multiple choice and still having issues&#8230; Thought it was Javascript that I was running on Slide entry, but the first 3 slides have the same javascript&#8230;   Thought maybe it was because the swf wasn&#8217;t fully loaded (as I am calling the function on my page load) but even with a timer or using an href tag it still won&#8217;t go past the fourth slide (with the fill in the blank, which is required to have input).  However, when you go to the slide normally, enter in something and continue to the next slide, THEN use the href link it will display the slide (but it&#8217;s really messed up looking)&#8230;  Will test some more tomorrow but need to get some sleep.</p>
<p>Any help is appreciated!</p>
<p>can&#8217;t seem to figure out what the issue is.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
