<?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; rdcmndGotoSlide</title>
	<atom:link href="http://elearninglive.com/wordpress/tag/rdcmndgotoslide/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>How-to: Non-Linear Navigation in Captivate Using rdcmndGotoSlide</title>
		<link>http://elearninglive.com/wordpress/2008/08/how-to-non-linear-navigation-in-captivate-using-rdcmndgotoslide/</link>
		<comments>http://elearninglive.com/wordpress/2008/08/how-to-non-linear-navigation-in-captivate-using-rdcmndgotoslide/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 06:06:29 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Captivate]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[rdcmndGotoSlide]]></category>

		<guid isPermaLink="false">http://elearninglive.com/wordpress/?p=99</guid>
		<description><![CDATA[Yes, it does work now. As many of you who have read my other posts on the subject of Captivate know, I often use a Flash &#8216;wrapper&#8217; that contains custom navigation controls for controlling loaded Captivate movies. This was an absolute necessity prior to Captivate 2.0, as the navigation bars in Captivate 1.0 and RoboDemo [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, it does work now. As many of you who have read my other posts on the subject of Captivate know, I often use a Flash &#8216;wrapper&#8217; that contains custom navigation controls for controlling loaded Captivate movies. This was an absolute necessity prior to Captivate 2.0, as the navigation bars in Captivate 1.0 and RoboDemo were&#8230;.ahem&#8230;.a little too unprofessional looking to me. You know, like those hip &#8216;skinz&#8217; that the kids come up with for skinning Windows Media Player, or WinAmp, etc. Orange and blue, lime green and flourescent purple, etc. Captivate 3 has some decent navigation controls but they are intra-movie. Yeah, there is a &#8216;menu&#8217; type thing in Captivate but it&#8217;s even more useless than the one they had in previous versions. Well, without further digression, here you go:</p>
<p style="text-align: center;"><a title="Non-linear Navigation in Captivate" href="http://elearninglive.com/rdcmndGotoSlideExample/gotoSlideTesting.swf" target="_blank"><strong>Click here to view the example swf.</strong></a></p>
<p style="text-align: left;"><strong>There are three things you must know to use this variable:</strong></p>
<ol>
<li>The slide numbers are based on their index number in the array that Captivate uses internally to keep track of them, and thus, they are zero-based. Just like actionscript arrays. So slide 1 is really slide 0 to Captivate.</li>
<li>If you simply use the rdcmndGotoSlide variable to jump to a specific slide, it&#8217;ll do it. But the movie will be paused. The rdcmndGotoSlide variable should really be named rdcmndGotoSlideAndPause : ) You can see it in the code sample here, taken from one of the buttons:
<p><span style="color: #333399;">/***********************************************<br />
* Jumps the Captivate Movie to Slide 3, pauses, then resumes<br />
***********************************************/<br />
three_btn.onRelease = function() {<br />
myLoader_cld.content.rdcmndGotoSlide = 2; //zero-based array<br />
myLoader_cld.content.rdcmndPause = 1;<br />
myLoader_cld.content.rdcmndResume = 1;<br />
}</span></li>
<li>The problem is, just like in <a title="rdcmndGotoFrameAndResume Article" href="http://elearninglive.com/wordpress/?p=35" target="_self">a previous post where I ran into this same scenario</a>, you have to programmatically pause it, even though it&#8217;s already paused, in order for the Resume variable to work. I can see how this would be the case as it&#8217;s not like the Captivate programmers (or should I say RoboDemo programmers?) were anticipating people using this variable since they have never documented it.</li>
</ol>
<p style="text-align: left;">Hopefully, this opens up some new possibilities for you. I am currently in the process of working on an xml-based navigation menu that uses this same variable in order to provide a quick, elegant, and very flexible way for loading/unloading multiple Captivate movies.</p>
]]></content:encoded>
			<wfw:commentRss>http://elearninglive.com/wordpress/2008/08/how-to-non-linear-navigation-in-captivate-using-rdcmndgotoslide/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
