<?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: Decoding Flex &#8220;Unable to transcode&#8221; SWF error</title>
	<atom:link href="http://caleb.org/blog/uncategorized/decoding-flex-unable-to-transcode-swf-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://caleb.org/blog/uncategorized/decoding-flex-unable-to-transcode-swf-error/</link>
	<description></description>
	<lastBuildDate>Sun, 28 Feb 2010 15:02:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vazor</title>
		<link>http://caleb.org/blog/uncategorized/decoding-flex-unable-to-transcode-swf-error/comment-page-1/#comment-26722</link>
		<dc:creator>vazor</dc:creator>
		<pubDate>Fri, 23 Oct 2009 20:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://caleb.org/blog/uncategorized/decoding-flex-unable-to-transcode-swf-error/#comment-26722</guid>
		<description>I ran into this problem and after some double checking this:

[Embed(source=&quot;PuzzleAssets.swf&quot;, symbol=&quot;Wheel2&quot;)]

changed into this:

[Embed(source=&quot;../assets/games/PuzzleAssets.swf&quot;, symbol=&quot;Wheel_2.ai&quot;)]

once I got the path right and the symbol matching the export name, then it worked.  Thanks, hope this helps too!</description>
		<content:encoded><![CDATA[<p>I ran into this problem and after some double checking this:</p>
<p>[Embed(source="PuzzleAssets.swf", symbol="Wheel2")]</p>
<p>changed into this:</p>
<p>[Embed(source="../assets/games/PuzzleAssets.swf", symbol="Wheel_2.ai")]</p>
<p>once I got the path right and the symbol matching the export name, then it worked.  Thanks, hope this helps too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fatih</title>
		<link>http://caleb.org/blog/uncategorized/decoding-flex-unable-to-transcode-swf-error/comment-page-1/#comment-26716</link>
		<dc:creator>fatih</dc:creator>
		<pubDate>Thu, 17 Sep 2009 23:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://caleb.org/blog/uncategorized/decoding-flex-unable-to-transcode-swf-error/#comment-26716</guid>
		<description>i had this problem too. and this worked for me.

right click the symbol in the library -&gt; properities -&gt;  tick  export for AS.  

and enter the class name.</description>
		<content:encoded><![CDATA[<p>i had this problem too. and this worked for me.</p>
<p>right click the symbol in the library -&gt; properities -&gt;  tick  export for AS.  </p>
<p>and enter the class name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rÃ©da el karima</title>
		<link>http://caleb.org/blog/uncategorized/decoding-flex-unable-to-transcode-swf-error/comment-page-1/#comment-26302</link>
		<dc:creator>rÃ©da el karima</dc:creator>
		<pubDate>Sat, 15 Aug 2009 22:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://caleb.org/blog/uncategorized/decoding-flex-unable-to-transcode-swf-error/#comment-26302</guid>
		<description>hello
	
must be the absolute link in the source</description>
		<content:encoded><![CDATA[<p>hello</p>
<p>must be the absolute link in the source</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gackson</title>
		<link>http://caleb.org/blog/uncategorized/decoding-flex-unable-to-transcode-swf-error/comment-page-1/#comment-23259</link>
		<dc:creator>gackson</dc:creator>
		<pubDate>Sun, 10 May 2009 17:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://caleb.org/blog/uncategorized/decoding-flex-unable-to-transcode-swf-error/#comment-23259</guid>
		<description>Thx, this article saved me a lot of time! I had the exact same problem, somehow using Background as a linking/class name creates a conflict. However the error isn&#039;t descriptive enough to find the problem but google is ;)</description>
		<content:encoded><![CDATA[<p>Thx, this article saved me a lot of time! I had the exact same problem, somehow using Background as a linking/class name creates a conflict. However the error isn&#8217;t descriptive enough to find the problem but google is <img src='http://caleb.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gubber</title>
		<link>http://caleb.org/blog/uncategorized/decoding-flex-unable-to-transcode-swf-error/comment-page-1/#comment-21100</link>
		<dc:creator>Gubber</dc:creator>
		<pubDate>Tue, 20 Jan 2009 20:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://caleb.org/blog/uncategorized/decoding-flex-unable-to-transcode-swf-error/#comment-21100</guid>
		<description>I had this problem. 

I&#039;m a starter in Flex and may be you try that I will write, but it  helped me.

In symbol properties i check:
&quot;Export for action script&quot;
&quot;Export in frame 1&quot;
and 
enter the CLASS_NAME

After that I go to Component Definition  and set the Class name as CLASS_NAME.

After this I have embended swf file and get access to my movie clip.</description>
		<content:encoded><![CDATA[<p>I had this problem. </p>
<p>I&#8217;m a starter in Flex and may be you try that I will write, but it  helped me.</p>
<p>In symbol properties i check:<br />
&#8220;Export for action script&#8221;<br />
&#8220;Export in frame 1&#8243;<br />
and<br />
enter the CLASS_NAME</p>
<p>After that I go to Component Definition  and set the Class name as CLASS_NAME.</p>
<p>After this I have embended swf file and get access to my movie clip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Simeone</title>
		<link>http://caleb.org/blog/uncategorized/decoding-flex-unable-to-transcode-swf-error/comment-page-1/#comment-20982</link>
		<dc:creator>Chris Simeone</dc:creator>
		<pubDate>Mon, 05 Jan 2009 22:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://caleb.org/blog/uncategorized/decoding-flex-unable-to-transcode-swf-error/#comment-20982</guid>
		<description>Iâ€™m an experienced Flex developer, but a Flash CS4 newbie. I thought the error â€œunable to transcode xxx.swfâ€ was caused by a  Flex 3/ Flash CS4 compatibility issue. I spent an entire day trying to resolve this problem. It turns out if you donâ€™t set up the linkage on individual movie clips as â€œExport for ActionScript,â€ Flex canâ€™t find the symbol definitions. However, and this is what messed me up, instead of just reporting that it canâ€™t find the symbol definitions, it also reports that it canâ€™t transcode the SWF, which led me to believe there was something wrong with the SWF. Now I know better.</description>
		<content:encoded><![CDATA[<p>Iâ€™m an experienced Flex developer, but a Flash CS4 newbie. I thought the error â€œunable to transcode xxx.swfâ€ was caused by a  Flex 3/ Flash CS4 compatibility issue. I spent an entire day trying to resolve this problem. It turns out if you donâ€™t set up the linkage on individual movie clips as â€œExport for ActionScript,â€ Flex canâ€™t find the symbol definitions. However, and this is what messed me up, instead of just reporting that it canâ€™t find the symbol definitions, it also reports that it canâ€™t transcode the SWF, which led me to believe there was something wrong with the SWF. Now I know better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caleb</title>
		<link>http://caleb.org/blog/uncategorized/decoding-flex-unable-to-transcode-swf-error/comment-page-1/#comment-20444</link>
		<dc:creator>Caleb</dc:creator>
		<pubDate>Mon, 24 Nov 2008 15:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://caleb.org/blog/uncategorized/decoding-flex-unable-to-transcode-swf-error/#comment-20444</guid>
		<description>The problem is that there was an error in the SWF.  Double check your SWF to ensure that there are absolutely no compiler errors.</description>
		<content:encoded><![CDATA[<p>The problem is that there was an error in the SWF.  Double check your SWF to ensure that there are absolutely no compiler errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asiye GÃ¼naydÄ±n</title>
		<link>http://caleb.org/blog/uncategorized/decoding-flex-unable-to-transcode-swf-error/comment-page-1/#comment-20436</link>
		<dc:creator>Asiye GÃ¼naydÄ±n</dc:creator>
		<pubDate>Mon, 24 Nov 2008 07:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://caleb.org/blog/uncategorized/decoding-flex-unable-to-transcode-swf-error/#comment-20436</guid>
		<description>I have also same problem. I wonder if the problem is about swf file generated? Is there a trich to create swf file from fla? 
If anyone know the answer or try to test in their environment, I can link the file also.
Thank you.
Asiye</description>
		<content:encoded><![CDATA[<p>I have also same problem. I wonder if the problem is about swf file generated? Is there a trich to create swf file from fla?<br />
If anyone know the answer or try to test in their environment, I can link the file also.<br />
Thank you.<br />
Asiye</p>
]]></content:encoded>
	</item>
</channel>
</rss>
