<?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: Tutorial: Simple progress indicator for Adobe Captivate projects</title>
	<atom:link href="http://www.cpguru.com/2008/11/26/simple-progress-indicator-for-captivate-3-projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cpguru.com/2008/11/26/simple-progress-indicator-for-captivate-3-projects/</link>
	<description>Widgets, tutorials and more for Adobe Captivate</description>
	<lastBuildDate>Fri, 20 Jan 2012 13:25:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Captivate Progress Bar &#124; CP Guru - Adobe Captivate E-learning Blog</title>
		<link>http://www.cpguru.com/2008/11/26/simple-progress-indicator-for-captivate-3-projects/comment-page-1/#comment-21110</link>
		<dc:creator>Captivate Progress Bar &#124; CP Guru - Adobe Captivate E-learning Blog</dc:creator>
		<pubDate>Fri, 15 Oct 2010 09:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.captivate4.com/?p=135#comment-21110</guid>
		<description>[...] on my newly developed Flash Progress Bar for Adobe Captivate . Captiv8tor asked in this post http://www.cpguru.com/2008/11/26/simple-progress-indicator-for-captivate-3-projects/ if I could make a graphical indication of the [...]</description>
		<content:encoded><![CDATA[<p>[...] on my newly developed Flash Progress Bar for Adobe Captivate . Captiv8tor asked in this post <a href="http://www.cpguru.com/2008/11/26/simple-progress-indicator-for-captivate-3-projects/ if" rel="nofollow">http://www.cpguru.com/2008/11/26/simple-progress-indicator-for-captivate-3-projects/ if</a> I could make a graphical indication of the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.cpguru.com/2008/11/26/simple-progress-indicator-for-captivate-3-projects/comment-page-1/#comment-8668</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 14 Nov 2009 19:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.captivate4.com/?p=135#comment-8668</guid>
		<description>Hi EOQ,

The basic principle for CP4 is the same, but the variable names used are a bit different. 

You can find a complete list of the variables in CP4 here and then use those instead: http://www.cpguru.com/2009/04/28/system-variables-in-captivate-4-%e2%80%93-a-complete-list/

/Michael</description>
		<content:encoded><![CDATA[<p>Hi EOQ,</p>
<p>The basic principle for CP4 is the same, but the variable names used are a bit different. </p>
<p>You can find a complete list of the variables in CP4 here and then use those instead: <a href="http://www.cpguru.com/2009/04/28/system-variables-in-captivate-4-%e2%80%93-a-complete-list/" rel="nofollow">http://www.cpguru.com/2009/04/28/system-variables-in-captivate-4-%e2%80%93-a-complete-list/</a></p>
<p>/Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EOQ</title>
		<link>http://www.cpguru.com/2008/11/26/simple-progress-indicator-for-captivate-3-projects/comment-page-1/#comment-8662</link>
		<dc:creator>EOQ</dc:creator>
		<pubDate>Sat, 14 Nov 2009 17:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.captivate4.com/?p=135#comment-8662</guid>
		<description>Will It work for Cap 4?</description>
		<content:encoded><![CDATA[<p>Will It work for Cap 4?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ana_S</title>
		<link>http://www.cpguru.com/2008/11/26/simple-progress-indicator-for-captivate-3-projects/comment-page-1/#comment-3887</link>
		<dc:creator>Ana_S</dc:creator>
		<pubDate>Wed, 22 Jul 2009 20:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.captivate4.com/?p=135#comment-3887</guid>
		<description>Have you tried to add this slide counter to the captivate skin?  I am creating a project that needs that sort of tweaking and working on it for a while. I havent&#039; been able to get it to work just yet..

Any ideas?

Thanks for your posts BTW, very useful post on the captivate 4 variables</description>
		<content:encoded><![CDATA[<p>Have you tried to add this slide counter to the captivate skin?  I am creating a project that needs that sort of tweaking and working on it for a while. I havent&#8217; been able to get it to work just yet..</p>
<p>Any ideas?</p>
<p>Thanks for your posts BTW, very useful post on the captivate 4 variables</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RBB</title>
		<link>http://www.cpguru.com/2008/11/26/simple-progress-indicator-for-captivate-3-projects/comment-page-1/#comment-361</link>
		<dc:creator>RBB</dc:creator>
		<pubDate>Tue, 28 Apr 2009 17:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.captivate4.com/?p=135#comment-361</guid>
		<description>Hi

Congratulations for the blog and for the tai soup too. Looks like delicious. 

I need some help with this command. I´ve to migrate my script from AS2 to AS3, that I use to change the frame and load another swf. Here is:
// criando o event listener
addEventListener(Event.ENTER_FRAME, fncOnEnterFrame);

function fncOnEnterFrame(evt:Event):void{
  if(mc.rdinfoCurrentSlide == (mc.rdinfoSlideCount - 1))
    nextFrame();
// removendo o listener
removeEventListener(Event.ENTER_FRAME, fncOnEnterFrame);
}

The mc is the object in the stage. But it´s not working. Could you help me? Anyway, thanks.

RB</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Congratulations for the blog and for the tai soup too. Looks like delicious. </p>
<p>I need some help with this command. I´ve to migrate my script from AS2 to AS3, that I use to change the frame and load another swf. Here is:<br />
// criando o event listener<br />
addEventListener(Event.ENTER_FRAME, fncOnEnterFrame);</p>
<p>function fncOnEnterFrame(evt:Event):void{<br />
  if(mc.rdinfoCurrentSlide == (mc.rdinfoSlideCount &#8211; 1))<br />
    nextFrame();<br />
// removendo o listener<br />
removeEventListener(Event.ENTER_FRAME, fncOnEnterFrame);<br />
}</p>
<p>The mc is the object in the stage. But it´s not working. Could you help me? Anyway, thanks.</p>
<p>RB</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.cpguru.com/2008/11/26/simple-progress-indicator-for-captivate-3-projects/comment-page-1/#comment-13</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 08 Dec 2008 20:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.captivate4.com/?p=135#comment-13</guid>
		<description>Glad to hear your sorted it out ;o)</description>
		<content:encoded><![CDATA[<p>Glad to hear your sorted it out ;o)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Captiv8tor</title>
		<link>http://www.cpguru.com/2008/11/26/simple-progress-indicator-for-captivate-3-projects/comment-page-1/#comment-9</link>
		<dc:creator>Captiv8tor</dc:creator>
		<pubDate>Mon, 08 Dec 2008 09:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.captivate4.com/?p=135#comment-9</guid>
		<description>Yeah sorry it was me that did it wrong. I named the textfields wrong in flash so that is why it didnt work.</description>
		<content:encoded><![CDATA[<p>Yeah sorry it was me that did it wrong. I named the textfields wrong in flash so that is why it didnt work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Captivate Progress Bar &#124; Captivate 4</title>
		<link>http://www.cpguru.com/2008/11/26/simple-progress-indicator-for-captivate-3-projects/comment-page-1/#comment-8</link>
		<dc:creator>Captivate Progress Bar &#124; Captivate 4</dc:creator>
		<pubDate>Thu, 04 Dec 2008 22:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.captivate4.com/?p=135#comment-8</guid>
		<description>[...] finishing touches on my newly developed Flash Captivate Progress Bar. Captiv8tor asked in this post http://www.captivate4.com/2008/11/26/simple-progress-indicator-for-captivate-3-projects/ if I could make a graphical indication of the [...]</description>
		<content:encoded><![CDATA[<p>[...] finishing touches on my newly developed Flash Captivate Progress Bar. Captiv8tor asked in this post <a href="http://www.captivate4.com/2008/11/26/simple-progress-indicator-for-captivate-3-projects/ if" rel="nofollow">http://www.captivate4.com/2008/11/26/simple-progress-indicator-for-captivate-3-projects/ if</a> I could make a graphical indication of the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.cpguru.com/2008/11/26/simple-progress-indicator-for-captivate-3-projects/comment-page-1/#comment-4</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 27 Nov 2008 12:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.captivate4.com/?p=135#comment-4</guid>
		<description>Hi Captiv8tor,

Are you sure that you have copied/paste the actionscript exactly like the one in my post? Also make sure that you have given the instancenames the correct names. If you use capital letters in an instancename then you need to use capital letters in the actionscript aswell.

As for you other question. Well yes I have been thinking about making something like that but I haven&#039;t really had the time.

My plan is to make a component in Flash that grabs the settings from an XML file. The user would then be able to change colors of the bar and background and change the text directly in the XML file without having to open Flash or even know how to use Flash. 

It will be possible for the user to change between a horisontal and a vertical progress bar with this component. I would probably put it up on Adobe Exchange but charge a small fee for it.</description>
		<content:encoded><![CDATA[<p>Hi Captiv8tor,</p>
<p>Are you sure that you have copied/paste the actionscript exactly like the one in my post? Also make sure that you have given the instancenames the correct names. If you use capital letters in an instancename then you need to use capital letters in the actionscript aswell.</p>
<p>As for you other question. Well yes I have been thinking about making something like that but I haven&#8217;t really had the time.</p>
<p>My plan is to make a component in Flash that grabs the settings from an XML file. The user would then be able to change colors of the bar and background and change the text directly in the XML file without having to open Flash or even know how to use Flash. </p>
<p>It will be possible for the user to change between a horisontal and a vertical progress bar with this component. I would probably put it up on Adobe Exchange but charge a small fee for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Captiv8tor</title>
		<link>http://www.cpguru.com/2008/11/26/simple-progress-indicator-for-captivate-3-projects/comment-page-1/#comment-3</link>
		<dc:creator>Captiv8tor</dc:creator>
		<pubDate>Thu, 27 Nov 2008 08:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.captivate4.com/?p=135#comment-3</guid>
		<description>Thanks for this explanation. I downloaded the files and they seem to work if I just use your files in my course. If I try to make my own it doensn&#039;t work. I don&#039;t understand why.

I would really like to have this feature in my courses but would like to have a graphic bar to show the progress in the course instead of just page 1 of 5. 

Would it be possible for you to make that and share it here?

Brgds,
Captiv8tor</description>
		<content:encoded><![CDATA[<p>Thanks for this explanation. I downloaded the files and they seem to work if I just use your files in my course. If I try to make my own it doensn&#8217;t work. I don&#8217;t understand why.</p>
<p>I would really like to have this feature in my courses but would like to have a graphic bar to show the progress in the course instead of just page 1 of 5. </p>
<p>Would it be possible for you to make that and share it here?</p>
<p>Brgds,<br />
Captiv8tor</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.228 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-03 07:32:59 -->

