<?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>E-learning development in Adobe Captivate 5</description>
	<lastBuildDate>Wed, 28 Jul 2010 20:27:18 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=3887</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<item>
		<title>By: Tiggaa</title>
		<link>http://www.cpguru.com/2010/01/14/tutorial-open-close-the-adobe-captivate-toc-from-your-own-button/comment-page-1/#comment-11571</link>
		<dc:creator>Tiggaa</dc:creator>
		<pubDate>Tue, 26 Jan 2010 21:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpguru.com/?p=1087#comment-11571</guid>
		<description>Step 7 - You can insert the button at the start and have it &quot;Display for rest of Project&quot; by changing the code slightly, instead of 

&quot;_parent._parent._parent&quot; 

just insert 

&quot;_parent._parent.&quot;

However, if you do make these changes it will only work when used with &quot;Display for rest of project&quot; and not for individual screens.

Tiggaa</description>
		<content:encoded><![CDATA[<p>Step 7 &#8211; You can insert the button at the start and have it &#8220;Display for rest of Project&#8221; by changing the code slightly, instead of </p>
<p>&#8220;_parent._parent._parent&#8221; </p>
<p>just insert </p>
<p>&#8220;_parent._parent.&#8221;</p>
<p>However, if you do make these changes it will only work when used with &#8220;Display for rest of project&#8221; and not for individual screens.</p>
<p>Tiggaa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Haynes</title>
		<link>http://www.cpguru.com/2010/01/14/tutorial-open-close-the-adobe-captivate-toc-from-your-own-button/comment-page-1/#comment-11278</link>
		<dc:creator>Todd Haynes</dc:creator>
		<pubDate>Tue, 19 Jan 2010 20:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpguru.com/?p=1087#comment-11278</guid>
		<description>Cool stuff Michael. I&#039;m going to try this out.</description>
		<content:encoded><![CDATA[<p>Cool stuff Michael. I&#8217;m going to try this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.cpguru.com/2010/01/14/tutorial-open-close-the-adobe-captivate-toc-from-your-own-button/comment-page-1/#comment-11261</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 19 Jan 2010 08:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpguru.com/?p=1087#comment-11261</guid>
		<description>Hi Karen,

I never used the Aggregator myself, but from what I understand the Aggregator is a fixed &quot;TOC&quot; and cannot be used in overlay mode. Therefore this would not work with the Aggregator and I doubt that it could be adapted to work with it since the functions required to use the overlay functionality is not included.

/Michael</description>
		<content:encoded><![CDATA[<p>Hi Karen,</p>
<p>I never used the Aggregator myself, but from what I understand the Aggregator is a fixed &#8220;TOC&#8221; and cannot be used in overlay mode. Therefore this would not work with the Aggregator and I doubt that it could be adapted to work with it since the functions required to use the overlay functionality is not included.</p>
<p>/Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.cpguru.com/2010/01/14/tutorial-open-close-the-adobe-captivate-toc-from-your-own-button/comment-page-1/#comment-11260</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 19 Jan 2010 08:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpguru.com/?p=1087#comment-11260</guid>
		<description>Hi Jay,

That&#039;s strange - it should work just fine with the code and steps explained here.

Could you try and exchange the _parent._parent._parent with _root instead and see if that works for you? 

I tried to avoid using _root since you get a warning when importing Flash animations that uses _root into Captivate, but in this case it will not case a problem with Captivate.

/Michael</description>
		<content:encoded><![CDATA[<p>Hi Jay,</p>
<p>That&#8217;s strange &#8211; it should work just fine with the code and steps explained here.</p>
<p>Could you try and exchange the _parent._parent._parent with _root instead and see if that works for you? </p>
<p>I tried to avoid using _root since you get a warning when importing Flash animations that uses _root into Captivate, but in this case it will not case a problem with Captivate.</p>
<p>/Michael</p>
]]></content:encoded>
	</item>
</channel>
</rss>
