<?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: Test Movie from Flex to Flash (easy way)</title>
	<atom:link href="http://blog.betabong.com/2008/12/03/test-movie-from-flex-to-flash-easy-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.betabong.com/2008/12/03/test-movie-from-flex-to-flash-easy-way/</link>
	<description></description>
	<lastBuildDate>Sun, 22 Jan 2012 17:41:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.betabong.com/2008/12/03/test-movie-from-flex-to-flash-easy-way/comment-page-1/#comment-77</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 01 Feb 2010 18:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.betabong.com/?p=154#comment-77</guid>
		<description>I downloaded your flex project and tried to run it on a mac but when I launch the Publish command it switches to Flash (cs4) but doesnt launch it.  

Also the Document Class for main.fla doesnt match up with Main.as...

Thanks!</description>
		<content:encoded><![CDATA[<p>I downloaded your flex project and tried to run it on a mac but when I launch the Publish command it switches to Flash (cs4) but doesnt launch it.  </p>
<p>Also the Document Class for main.fla doesnt match up with Main.as&#8230;</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riccardo Bartoli</title>
		<link>http://blog.betabong.com/2008/12/03/test-movie-from-flex-to-flash-easy-way/comment-page-1/#comment-26</link>
		<dc:creator>Riccardo Bartoli</dc:creator>
		<pubDate>Sun, 15 Mar 2009 20:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.betabong.com/?p=154#comment-26</guid>
		<description>Why are you using the  tag?</description>
		<content:encoded><![CDATA[<p>Why are you using the  tag?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: betabong</title>
		<link>http://blog.betabong.com/2008/12/03/test-movie-from-flex-to-flash-easy-way/comment-page-1/#comment-12</link>
		<dc:creator>betabong</dc:creator>
		<pubDate>Sat, 06 Dec 2008 13:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.betabong.com/?p=154#comment-12</guid>
		<description>Yeah, it&#039;s about the back slashes – in javascript they&#039;ll be interpreted as special characters (like \t for tab or \r for carriage return). Try adding two backslashes (\\ will become \): C:\\Users\\Mirko\\workspace\\Flex\\HelloWorld\\HelloWorld.fla

That should do the trick. I&#039;m not sure though about the command line stuff in windows - wether it behaves the same as in OS X (which after all is a unix system).

Let us know if you&#039;re lucky – I&#039;m sure there are other win users trying to achieve this.</description>
		<content:encoded><![CDATA[<p>Yeah, it&#8217;s about the back slashes – in javascript they&#8217;ll be interpreted as special characters (like \t for tab or \r for carriage return). Try adding two backslashes (\\ will become \): C:\\Users\\Mirko\\workspace\\Flex\\HelloWorld\\HelloWorld.fla</p>
<p>That should do the trick. I&#8217;m not sure though about the command line stuff in windows &#8211; wether it behaves the same as in OS X (which after all is a unix system).</p>
<p>Let us know if you&#8217;re lucky – I&#8217;m sure there are other win users trying to achieve this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: psych</title>
		<link>http://blog.betabong.com/2008/12/03/test-movie-from-flex-to-flash-easy-way/comment-page-1/#comment-11</link>
		<dc:creator>psych</dc:creator>
		<pubDate>Sat, 06 Dec 2008 12:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.betabong.com/?p=154#comment-11</guid>
		<description>I think i found what&#039;s causing the problem, it seams to be &#039;path&#039; related. If i just display the value of the ${fla.path} ant variable i get the correct path:

${fla.path}

displays in my example:

C:\Users\Mirko\workspace\Flex\HelloWorld\HelloWorld.fla

which is correct,but in the jsfl part:

var sourceFile = &quot;#FLA#&quot;;

if i trace the sourceFile value:

fl.trace(sourceFile);

i get the following malformed (without &#039;\&#039;) path:

C:UsersMirkoworkspaceFlexHelloWorldHelloWorld.fla

So i am not sure why this happens :/ I am using FB 3 and Flash CS4 IDE on Vista OS. Any ideas?</description>
		<content:encoded><![CDATA[<p>I think i found what&#8217;s causing the problem, it seams to be &#8216;path&#8217; related. If i just display the value of the ${fla.path} ant variable i get the correct path:</p>
<p>${fla.path}</p>
<p>displays in my example:</p>
<p>C:\Users\Mirko\workspace\Flex\HelloWorld\HelloWorld.fla</p>
<p>which is correct,but in the jsfl part:</p>
<p>var sourceFile = &#8220;#FLA#&#8221;;</p>
<p>if i trace the sourceFile value:</p>
<p>fl.trace(sourceFile);</p>
<p>i get the following malformed (without &#8216;\&#8217;) path:</p>
<p>C:UsersMirkoworkspaceFlexHelloWorldHelloWorld.fla</p>
<p>So i am not sure why this happens :/ I am using FB 3 and Flash CS4 IDE on Vista OS. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: betabong</title>
		<link>http://blog.betabong.com/2008/12/03/test-movie-from-flex-to-flash-easy-way/comment-page-1/#comment-10</link>
		<dc:creator>betabong</dc:creator>
		<pubDate>Fri, 05 Dec 2008 04:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.betabong.com/?p=154#comment-10</guid>
		<description>That means the file build.jsfl can&#039;t be found. My only spontaneous idea would be that it&#039;s already been removed, or never been written (though in the last case you should have gotten an error at the concat command). Is this reproducable, does it happen every time?</description>
		<content:encoded><![CDATA[<p>That means the file build.jsfl can&#8217;t be found. My only spontaneous idea would be that it&#8217;s already been removed, or never been written (though in the last case you should have gotten an error at the concat command). Is this reproducable, does it happen every time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: psych</title>
		<link>http://blog.betabong.com/2008/12/03/test-movie-from-flex-to-flash-easy-way/comment-page-1/#comment-9</link>
		<dc:creator>psych</dc:creator>
		<pubDate>Thu, 04 Dec 2008 20:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.betabong.com/?p=154#comment-9</guid>
		<description>Hi,

I tried running the example build file with ant but got the following error:

CreateProcess: open build.jsfl error=2

Any idea what might be wrong?

thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried running the example build file with ant but got the following error:</p>
<p>CreateProcess: open build.jsfl error=2</p>
<p>Any idea what might be wrong?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: blog.betabong.com @ 2012-02-05 08:05:15 -->
