<?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: Open / close the Adobe Captivate TOC from your own button</title>
	<atom:link href="http://www.cpguru.com/2010/01/14/tutorial-open-close-the-adobe-captivate-toc-from-your-own-button/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cpguru.com/2010/01/14/tutorial-open-close-the-adobe-captivate-toc-from-your-own-button/</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: Peter</title>
		<link>http://www.cpguru.com/2010/01/14/tutorial-open-close-the-adobe-captivate-toc-from-your-own-button/comment-page-1/#comment-23956</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 21 Apr 2011 21:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpguru.com/?p=1087#comment-23956</guid>
		<description>Thanks for putting this together.  I followed your excellent instructions and was able to put a custom TOC button on my projects.  Some of my sticking points that i wanted to share...  because I&#039;m not a flash expert:  I had to convert my button to a symbol in order to name the instance.  Also, I had to apply the Action Script code to the &quot;frame&quot;, not the movie clip...  I&#039;m not even sure what that means but it made a difference!  Finally, I used Tigaa&#039;s excellent suggestion, removed a _parent. to apply the button to the entire project. 

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for putting this together.  I followed your excellent instructions and was able to put a custom TOC button on my projects.  Some of my sticking points that i wanted to share&#8230;  because I&#8217;m not a flash expert:  I had to convert my button to a symbol in order to name the instance.  Also, I had to apply the Action Script code to the &#8220;frame&#8221;, not the movie clip&#8230;  I&#8217;m not even sure what that means but it made a difference!  Finally, I used Tigaa&#8217;s excellent suggestion, removed a _parent. to apply the button to the entire project. </p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kymm</title>
		<link>http://www.cpguru.com/2010/01/14/tutorial-open-close-the-adobe-captivate-toc-from-your-own-button/comment-page-1/#comment-22866</link>
		<dc:creator>Kymm</dc:creator>
		<pubDate>Wed, 12 Jan 2011 23:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpguru.com/?p=1087#comment-22866</guid>
		<description>So for those of us who don&#039;t know a lick of Flash programming, is there a widget somewhere that we can assign an image for our TOC and set this up that easy?</description>
		<content:encoded><![CDATA[<p>So for those of us who don&#8217;t know a lick of Flash programming, is there a widget somewhere that we can assign an image for our TOC and set this up that easy?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gina</title>
		<link>http://www.cpguru.com/2010/01/14/tutorial-open-close-the-adobe-captivate-toc-from-your-own-button/comment-page-1/#comment-22764</link>
		<dc:creator>Gina</dc:creator>
		<pubDate>Fri, 07 Jan 2011 19:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpguru.com/?p=1087#comment-22764</guid>
		<description>Your tutorial on opening the TOC from a custom button describes exactly what I need to do for my project. However, we are using Captivate 5/ActionScript 3.0.   Do you have a tutorial available, or an explanation of the differences in code?</description>
		<content:encoded><![CDATA[<p>Your tutorial on opening the TOC from a custom button describes exactly what I need to do for my project. However, we are using Captivate 5/ActionScript 3.0.   Do you have a tutorial available, or an explanation of the differences in code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zcarr</title>
		<link>http://www.cpguru.com/2010/01/14/tutorial-open-close-the-adobe-captivate-toc-from-your-own-button/comment-page-1/#comment-19232</link>
		<dc:creator>Zcarr</dc:creator>
		<pubDate>Wed, 01 Sep 2010 17:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpguru.com/?p=1087#comment-19232</guid>
		<description>After looking into the _parent suggestion that, tigaa gave. I started looking into this a bit more. I have a goal of creating a completely custom nav widget/flash object that I can place in a project and use for all navigation. I have been struggling with the _parent levels. 

So apparently an animation on a slide that is set to &quot;show for rest of slide&quot; is housed one _parent deeper than an animation that is set to &quot;for rest of project&quot;

_parent._parent._parent.  is the path from swf on slide to access variable/functions of Captivate

_parent._parent.  is the path from swf set to display for rest of project to access variable/functions of Captivate</description>
		<content:encoded><![CDATA[<p>After looking into the _parent suggestion that, tigaa gave. I started looking into this a bit more. I have a goal of creating a completely custom nav widget/flash object that I can place in a project and use for all navigation. I have been struggling with the _parent levels. </p>
<p>So apparently an animation on a slide that is set to &#8220;show for rest of slide&#8221; is housed one _parent deeper than an animation that is set to &#8220;for rest of project&#8221;</p>
<p>_parent._parent._parent.  is the path from swf on slide to access variable/functions of Captivate</p>
<p>_parent._parent.  is the path from swf set to display for rest of project to access variable/functions of Captivate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.cpguru.com/2010/01/14/tutorial-open-close-the-adobe-captivate-toc-from-your-own-button/comment-page-1/#comment-16756</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 18 Jul 2010 14:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpguru.com/?p=1087#comment-16756</guid>
		<description>@Steve - have you sorted out your problem yet?</description>
		<content:encoded><![CDATA[<p>@Steve &#8211; have you sorted out your problem yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.cpguru.com/2010/01/14/tutorial-open-close-the-adobe-captivate-toc-from-your-own-button/comment-page-1/#comment-15503</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 17 Jun 2010 21:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpguru.com/?p=1087#comment-15503</guid>
		<description>Michael,

First of all, thank you.    You were right on.   I had forgotten the instance name...    I&#039;m very strong in Flash..  so let me explain what I did..  and see if you can understand my next question.

Within Captivate,  File-&gt;New-&gt;Widget in Flash. Choose Widget type -&gt; Static and ActionScript Version-&gt; ActionScript2.0.

In Flash go to Window-&gt;Components and from User Interface select-drag a button and drop on the stage. Select the button and then go to Window-&gt;Component Inspector-&gt;Parameters Tab and then in the “label” field change the label to “TOC”.

I added your code seen above.   Published.    Within Captivate added the new widget and it works perfectly.

I just watched your video on how to change the up, over, and down images on a widget button...   (which I thought would be very easy after your video)

I opened my unpublished file that I just described...  and I cannot figure out how to change the Flash button to the different states?   (I made custom png images in photoshop that work great in Cap4 as image buttons for other things)

Where did I go wrong?
Steve</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>First of all, thank you.    You were right on.   I had forgotten the instance name&#8230;    I&#8217;m very strong in Flash..  so let me explain what I did..  and see if you can understand my next question.</p>
<p>Within Captivate,  File-&gt;New-&gt;Widget in Flash. Choose Widget type -&gt; Static and ActionScript Version-&gt; ActionScript2.0.</p>
<p>In Flash go to Window-&gt;Components and from User Interface select-drag a button and drop on the stage. Select the button and then go to Window-&gt;Component Inspector-&gt;Parameters Tab and then in the “label” field change the label to “TOC”.</p>
<p>I added your code seen above.   Published.    Within Captivate added the new widget and it works perfectly.</p>
<p>I just watched your video on how to change the up, over, and down images on a widget button&#8230;   (which I thought would be very easy after your video)</p>
<p>I opened my unpublished file that I just described&#8230;  and I cannot figure out how to change the Flash button to the different states?   (I made custom png images in photoshop that work great in Cap4 as image buttons for other things)</p>
<p>Where did I go wrong?<br />
Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.cpguru.com/2010/01/14/tutorial-open-close-the-adobe-captivate-toc-from-your-own-button/comment-page-1/#comment-14595</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 13 May 2010 16:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpguru.com/?p=1087#comment-14595</guid>
		<description>@Steve,

So nothing happens when you click the button? Did you set up the proper instance names to your button? You should of course customize the scripts above so they fit with your button instance name. The instance name I used is &quot;but_mc&quot; so if you copied my code then make sure that the button you have on your stage has the same but_mc instance name.

/Michael</description>
		<content:encoded><![CDATA[<p>@Steve,</p>
<p>So nothing happens when you click the button? Did you set up the proper instance names to your button? You should of course customize the scripts above so they fit with your button instance name. The instance name I used is &#8220;but_mc&#8221; so if you copied my code then make sure that the button you have on your stage has the same but_mc instance name.</p>
<p>/Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.cpguru.com/2010/01/14/tutorial-open-close-the-adobe-captivate-toc-from-your-own-button/comment-page-1/#comment-14590</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 13 May 2010 15:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpguru.com/?p=1087#comment-14590</guid>
		<description>I don&#039;t get it...   I must be missing something....     I have Flash CS4, and Cap4.

I created a image to use as a button...  and I imported to flash, and put in the code.

I published and imported to CAP 4 project as an animation.    It clearly is hiding the &lt;&lt; stuff...    but how do I get it to work as a button?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t get it&#8230;   I must be missing something&#8230;.     I have Flash CS4, and Cap4.</p>
<p>I created a image to use as a button&#8230;  and I imported to flash, and put in the code.</p>
<p>I published and imported to CAP 4 project as an animation.    It clearly is hiding the &lt;&lt; stuff&#8230;    but how do I get it to work as a button?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://www.cpguru.com/2010/01/14/tutorial-open-close-the-adobe-captivate-toc-from-your-own-button/comment-page-1/#comment-11731</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Sat, 30 Jan 2010 14:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpguru.com/?p=1087#comment-11731</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by mfubib: Sharing: Tutorial: Open / close the Adobe Captivate TOC from your own button: The Table of Contents (TO.. http://bit.ly/5odgmC...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by mfubib: Sharing: Tutorial: Open / close the Adobe Captivate TOC from your own button: The Table of Contents (TO.. <a href="http://bit.ly/5odgmC.." rel="nofollow">http://bit.ly/5odgmC..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve W.</title>
		<link>http://www.cpguru.com/2010/01/14/tutorial-open-close-the-adobe-captivate-toc-from-your-own-button/comment-page-1/#comment-11671</link>
		<dc:creator>Steve W.</dc:creator>
		<pubDate>Fri, 29 Jan 2010 02:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpguru.com/?p=1087#comment-11671</guid>
		<description>This is awesome, Michael! I&#039;ve been waiting for someone to figure this out since I started using Cp4. Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>This is awesome, Michael! I&#8217;ve been waiting for someone to figure this out since I started using Cp4. Thanks for sharing!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.294 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-01-27 04:45:58 -->

