<?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: AS3 Error:  1046: Type was not found or was not a compile-time constant</title>
	<atom:link href="http://www.eddieoneverything.com/flash-9-as3/as3-error-1046-type-was-not-found-or-was-not-a-compile-time-constant.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eddieoneverything.com/flash-9-as3/as3-error-1046-type-was-not-found-or-was-not-a-compile-time-constant.php</link>
	<description>Tips &#38; tricks on things that interest me</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:13:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David</title>
		<link>http://www.eddieoneverything.com/flash-9-as3/as3-error-1046-type-was-not-found-or-was-not-a-compile-time-constant.php/comment-page-1#comment-351157</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 02 Nov 2011 10:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.eddieoneverything.com/windows-xp/as3-error-1046-type-was-not-found-or-was-not-a-compile-time-constant.php#comment-351157</guid>
		<description>Hi, I discovered I had the instance name named the same as the name of the movieclip in the &quot;export for actionscript&quot; box in the MC properties. The convert to symbol prompter automatically removes the appendix MC.

So the simpler solution to this problem is to go into the movieclip properties and change the export for actionscript name to something that is not a duplicate.</description>
		<content:encoded><![CDATA[<p>Hi, I discovered I had the instance name named the same as the name of the movieclip in the &#8220;export for actionscript&#8221; box in the MC properties. The convert to symbol prompter automatically removes the appendix MC.</p>
<p>So the simpler solution to this problem is to go into the movieclip properties and change the export for actionscript name to something that is not a duplicate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Weber</title>
		<link>http://www.eddieoneverything.com/flash-9-as3/as3-error-1046-type-was-not-found-or-was-not-a-compile-time-constant.php/comment-page-1#comment-331736</link>
		<dc:creator>Jan Weber</dc:creator>
		<pubDate>Mon, 19 Sep 2011 10:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.eddieoneverything.com/windows-xp/as3-error-1046-type-was-not-found-or-was-not-a-compile-time-constant.php#comment-331736</guid>
		<description>I had the exactly same problem and fixed it like this:

I was using TLF TextFields in the same FLA, which seemed to cause the problem. I just converted TLF TextFields to Classic Text and there we go, issue&#039;s workaround.

It also helps to just rename the affected instances of the MovieClips on stage. In my previous try to get this bug fixed without having to duplicate and swap, I added an underscore as prefix for the instance names so the linkage identifier/class name was not the instance name on stage.

Two solutions where you dont have to do the nasty duplicate/swap procedure.

Cheers,
Jan</description>
		<content:encoded><![CDATA[<p>I had the exactly same problem and fixed it like this:</p>
<p>I was using TLF TextFields in the same FLA, which seemed to cause the problem. I just converted TLF TextFields to Classic Text and there we go, issue&#8217;s workaround.</p>
<p>It also helps to just rename the affected instances of the MovieClips on stage. In my previous try to get this bug fixed without having to duplicate and swap, I added an underscore as prefix for the instance names so the linkage identifier/class name was not the instance name on stage.</p>
<p>Two solutions where you dont have to do the nasty duplicate/swap procedure.</p>
<p>Cheers,<br />
Jan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nadya</title>
		<link>http://www.eddieoneverything.com/flash-9-as3/as3-error-1046-type-was-not-found-or-was-not-a-compile-time-constant.php/comment-page-1#comment-284977</link>
		<dc:creator>Nadya</dc:creator>
		<pubDate>Wed, 25 May 2011 01:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.eddieoneverything.com/windows-xp/as3-error-1046-type-was-not-found-or-was-not-a-compile-time-constant.php#comment-284977</guid>
		<description>I had same problem and I fixed it the way you say. Thanks!!! 
Then I compared the file that I had and the new duplicated file. The deference is: first file has AS linkage in its property.
 
Instead of duplication go to the properties for your object in the library (caseStudyLink in your example) and uncheck &quot;Access for Actionscript&quot;.</description>
		<content:encoded><![CDATA[<p>I had same problem and I fixed it the way you say. Thanks!!!<br />
Then I compared the file that I had and the new duplicated file. The deference is: first file has AS linkage in its property.</p>
<p>Instead of duplication go to the properties for your object in the library (caseStudyLink in your example) and uncheck &#8220;Access for Actionscript&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lane</title>
		<link>http://www.eddieoneverything.com/flash-9-as3/as3-error-1046-type-was-not-found-or-was-not-a-compile-time-constant.php/comment-page-1#comment-263107</link>
		<dc:creator>Lane</dc:creator>
		<pubDate>Tue, 15 Feb 2011 01:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.eddieoneverything.com/windows-xp/as3-error-1046-type-was-not-found-or-was-not-a-compile-time-constant.php#comment-263107</guid>
		<description>I had this problem. I wonder if it was because I converted some symbols to movieclips? anyone else do that?</description>
		<content:encoded><![CDATA[<p>I had this problem. I wonder if it was because I converted some symbols to movieclips? anyone else do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil</title>
		<link>http://www.eddieoneverything.com/flash-9-as3/as3-error-1046-type-was-not-found-or-was-not-a-compile-time-constant.php/comment-page-1#comment-247194</link>
		<dc:creator>Anil</dc:creator>
		<pubDate>Thu, 25 Nov 2010 12:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.eddieoneverything.com/windows-xp/as3-error-1046-type-was-not-found-or-was-not-a-compile-time-constant.php#comment-247194</guid>
		<description>The instance name and Linkage name should not be same, it&#039;s working now and the problem is resolved. Thanks a lot, whoever post the idea.:-)</description>
		<content:encoded><![CDATA[<p>The instance name and Linkage name should not be same, it&#8217;s working now and the problem is resolved. Thanks a lot, whoever post the idea.:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ProfeaX</title>
		<link>http://www.eddieoneverything.com/flash-9-as3/as3-error-1046-type-was-not-found-or-was-not-a-compile-time-constant.php/comment-page-1#comment-242103</link>
		<dc:creator>ProfeaX</dc:creator>
		<pubDate>Tue, 05 Oct 2010 10:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.eddieoneverything.com/windows-xp/as3-error-1046-type-was-not-found-or-was-not-a-compile-time-constant.php#comment-242103</guid>
		<description>hey man,very big thanks,ur solution worked as well ;)</description>
		<content:encoded><![CDATA[<p>hey man,very big thanks,ur solution worked as well ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DigDag</title>
		<link>http://www.eddieoneverything.com/flash-9-as3/as3-error-1046-type-was-not-found-or-was-not-a-compile-time-constant.php/comment-page-1#comment-242027</link>
		<dc:creator>DigDag</dc:creator>
		<pubDate>Mon, 04 Oct 2010 19:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.eddieoneverything.com/windows-xp/as3-error-1046-type-was-not-found-or-was-not-a-compile-time-constant.php#comment-242027</guid>
		<description>Wow I was starting to get all frustrated here and then I found your post and my problem is solved now. THANK YOU!!!
(I hate these stupid bugs and glitches between versions) 
&gt;=(  
My favorite version will always be Flash 9 when the actionscript was flawless and servant, before this chaos began.</description>
		<content:encoded><![CDATA[<p>Wow I was starting to get all frustrated here and then I found your post and my problem is solved now. THANK YOU!!!<br />
(I hate these stupid bugs and glitches between versions)<br />
&gt;=(<br />
My favorite version will always be Flash 9 when the actionscript was flawless and servant, before this chaos began.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bev</title>
		<link>http://www.eddieoneverything.com/flash-9-as3/as3-error-1046-type-was-not-found-or-was-not-a-compile-time-constant.php/comment-page-1#comment-241576</link>
		<dc:creator>Bev</dc:creator>
		<pubDate>Wed, 29 Sep 2010 15:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.eddieoneverything.com/windows-xp/as3-error-1046-type-was-not-found-or-was-not-a-compile-time-constant.php#comment-241576</guid>
		<description>I was getting the error when I tried to publish it in CS5.  I solved the problem by going back to CS3.</description>
		<content:encoded><![CDATA[<p>I was getting the error when I tried to publish it in CS5.  I solved the problem by going back to CS3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vo</title>
		<link>http://www.eddieoneverything.com/flash-9-as3/as3-error-1046-type-was-not-found-or-was-not-a-compile-time-constant.php/comment-page-1#comment-241350</link>
		<dc:creator>Vo</dc:creator>
		<pubDate>Mon, 27 Sep 2010 08:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.eddieoneverything.com/windows-xp/as3-error-1046-type-was-not-found-or-was-not-a-compile-time-constant.php#comment-241350</guid>
		<description>Thanks a lot!!!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.eddieoneverything.com/flash-9-as3/as3-error-1046-type-was-not-found-or-was-not-a-compile-time-constant.php/comment-page-1#comment-238606</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 03 Sep 2010 16:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.eddieoneverything.com/windows-xp/as3-error-1046-type-was-not-found-or-was-not-a-compile-time-constant.php#comment-238606</guid>
		<description>This didn&#039;t work for me! ive been having the problem that no matter the code (i ended up  copy and pasting a simple code) it would give me that error. so when i saw this i thought it was going to work but i tried it and it didn&#039;t work! and my instance names and everything are right. anything you can do to help?</description>
		<content:encoded><![CDATA[<p>This didn&#8217;t work for me! ive been having the problem that no matter the code (i ended up  copy and pasting a simple code) it would give me that error. so when i saw this i thought it was going to work but i tried it and it didn&#8217;t work! and my instance names and everything are right. anything you can do to help?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

