<?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: Disable all buttons in flash or disable 1 button in flash</title>
	<atom:link href="http://www.flashnutz.com/2009/02/disable-1-or-all-buttons-in-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashnutz.com/2009/02/disable-1-or-all-buttons-in-flash/</link>
	<description>HELPING WEB DEVELOPERS DEVELOP</description>
	<lastBuildDate>Tue, 27 Dec 2011 09:46:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: jared</title>
		<link>http://www.flashnutz.com/2009/02/disable-1-or-all-buttons-in-flash/comment-page-1/#comment-12260</link>
		<dc:creator>jared</dc:creator>
		<pubDate>Tue, 27 Dec 2011 09:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=32#comment-12260</guid>
		<description>does this need to be done with every single button?&lt;a href=&quot;#comment-9995&quot; rel=&quot;nofollow&quot;&gt;@mario &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>does this need to be done with every single button?<a href="#comment-9995" rel="nofollow">@mario </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mario</title>
		<link>http://www.flashnutz.com/2009/02/disable-1-or-all-buttons-in-flash/comment-page-1/#comment-9995</link>
		<dc:creator>mario</dc:creator>
		<pubDate>Fri, 13 May 2011 19:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=32#comment-9995</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-6723&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-6723&quot; rel=&quot;nofollow&quot;&gt;Martin&lt;/a&gt; :&lt;/strong&gt;
this is the script:
Button.prototype.enabled = false;
//or
Button.prototype.enabled = true;
in case you need to disable All buttons but only one (let’s call it “button01″) in your flash movie you can do this:
Button.prototype.enabled = false;    //all buttons are disabled including “button01″
button01.enabled=true;                   //”button01″ is re-enabled for use.
then with Button.prototype.enabled=true;   //all buttons enabled again.
&lt;/blockquote&gt;
And how would be the script for Actionscript 3???</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-6723"><p>
<strong><a href="#comment-6723" rel="nofollow">Martin</a> :</strong><br />
this is the script:<br />
Button.prototype.enabled = false;<br />
//or<br />
Button.prototype.enabled = true;<br />
in case you need to disable All buttons but only one (let’s call it “button01″) in your flash movie you can do this:<br />
Button.prototype.enabled = false;    //all buttons are disabled including “button01″<br />
button01.enabled=true;                   //”button01″ is re-enabled for use.<br />
then with Button.prototype.enabled=true;   //all buttons enabled again.
</p></blockquote>
<p>And how would be the script for Actionscript 3???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.flashnutz.com/2009/02/disable-1-or-all-buttons-in-flash/comment-page-1/#comment-6723</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Tue, 23 Nov 2010 22:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=32#comment-6723</guid>
		<description>this is the script:

Button.prototype.enabled = false;
//or
Button.prototype.enabled = true;

in case you need to disable All buttons but only one (let&#039;s call it &quot;button01&quot;) in your flash movie you can do this:

Button.prototype.enabled = false;    //all buttons are disabled including &quot;button01&quot;
button01.enabled=true;                   //&quot;button01&quot; is re-enabled for use.

then with Button.prototype.enabled=true;   //all buttons enabled again.</description>
		<content:encoded><![CDATA[<p>this is the script:</p>
<p>Button.prototype.enabled = false;<br />
//or<br />
Button.prototype.enabled = true;</p>
<p>in case you need to disable All buttons but only one (let&#8217;s call it &#8220;button01&#8243;) in your flash movie you can do this:</p>
<p>Button.prototype.enabled = false;    //all buttons are disabled including &#8220;button01&#8243;<br />
button01.enabled=true;                   //&#8221;button01&#8243; is re-enabled for use.</p>
<p>then with Button.prototype.enabled=true;   //all buttons enabled again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

