<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: How To: Communicate Over Serial With Flash and Arduino</title>
	<atom:link href="http://blog.johnpencola.com/2010/01/10/how-to-communicate-over-serial-with-flash-and-arduino/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.johnpencola.com/2010/01/10/how-to-communicate-over-serial-with-flash-and-arduino/</link>
	<description>Where streams of thought converge into pools of knowledge.</description>
	<lastBuildDate>Wed, 13 Apr 2011 04:22:00 +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: John Pencola</title>
		<link>http://blog.johnpencola.com/2010/01/10/how-to-communicate-over-serial-with-flash-and-arduino/#comment-302</link>
		<dc:creator>John Pencola</dc:creator>
		<pubDate>Fri, 15 Jan 2010 18:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnpencola.com/?p=158#comment-302</guid>
		<description>Update: The Flash project file MIME type has been fixed. Downloading  it should no longer append the &#039;.txt&#039; to the FLA file. I ended up compressing both the Flash FLA and SWF into a project directory.</description>
		<content:encoded><![CDATA[<p>Update: The Flash project file MIME type has been fixed. Downloading  it should no longer append the &#8216;.txt&#8217; to the FLA file. I ended up compressing both the Flash FLA and SWF into a project directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Pencola</title>
		<link>http://blog.johnpencola.com/2010/01/10/how-to-communicate-over-serial-with-flash-and-arduino/#comment-301</link>
		<dc:creator>John Pencola</dc:creator>
		<pubDate>Fri, 15 Jan 2010 05:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnpencola.com/?p=158#comment-301</guid>
		<description>@Dan Wilkinson
Hi there, thanks! The downloadable fla file had a .txt extension somehow being appended, so if you remove that and keep the .fla it should work for you ( It appears that you already figured that out ) :)

To address the other issue, first double-check that these imports are included at the top of the Actions-Frame panel:

&lt;pre&gt;
import net.eriksjodin.arduino.Arduino;
import net.eriksjodin.arduino.events.ArduinoEvent;
&lt;/pre&gt;

Then...make sure you have assigned the classPath for that Flash file to point to the location on your drive where you downloaded the AS3Glue library. It sounds like the compiler is not finding the reference to the &#039;ArduinoEvent&#039; class because the path to the library source is not correct. Let me know how you make out.

Hope that helps and good luck with your project!</description>
		<content:encoded><![CDATA[<p>@Dan Wilkinson<br />
Hi there, thanks! The downloadable fla file had a .txt extension somehow being appended, so if you remove that and keep the .fla it should work for you ( It appears that you already figured that out ) <img src='http://blog.johnpencola.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>To address the other issue, first double-check that these imports are included at the top of the Actions-Frame panel:</p>
<pre>
import net.eriksjodin.arduino.Arduino;
import net.eriksjodin.arduino.events.ArduinoEvent;
</pre>
<p>Then&#8230;make sure you have assigned the classPath for that Flash file to point to the location on your drive where you downloaded the AS3Glue library. It sounds like the compiler is not finding the reference to the &#8216;ArduinoEvent&#8217; class because the path to the library source is not correct. Let me know how you make out.</p>
<p>Hope that helps and good luck with your project!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Wilkinson</title>
		<link>http://blog.johnpencola.com/2010/01/10/how-to-communicate-over-serial-with-flash-and-arduino/#comment-300</link>
		<dc:creator>Dan Wilkinson</dc:creator>
		<pubDate>Thu, 14 Jan 2010 02:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnpencola.com/?p=158#comment-300</guid>
		<description>Hello again, I have figured out how to get your flash file to work, but it has come up with an Error message
Scene 1, Layer&#039;Layer 1&#039;,Frame 1, 1046: Type was not found or was not a cc function onReceiveFirmwareVersion(e:ArduinoEvent):void{

Where am I going wrong

Any help would be greatly appreciated as I have a uni deadline in two weeks.

Thanks 

Dan</description>
		<content:encoded><![CDATA[<p>Hello again, I have figured out how to get your flash file to work, but it has come up with an Error message<br />
Scene 1, Layer&#8217;Layer 1&#8242;,Frame 1, 1046: Type was not found or was not a cc function onReceiveFirmwareVersion(e:ArduinoEvent):void{</p>
<p>Where am I going wrong</p>
<p>Any help would be greatly appreciated as I have a uni deadline in two weeks.</p>
<p>Thanks </p>
<p>Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Wilkinson</title>
		<link>http://blog.johnpencola.com/2010/01/10/how-to-communicate-over-serial-with-flash-and-arduino/#comment-299</link>
		<dc:creator>Dan Wilkinson</dc:creator>
		<pubDate>Thu, 14 Jan 2010 02:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnpencola.com/?p=158#comment-299</guid>
		<description>Hi john,
Thankyou for the tutorial, i found it very easy to understand.
I have been trying to get my arduino to talk to flash all week and still no luck, I am running Leopard on my macbook and your example flash file doesnt seem to be downloadable. Would you possibly be able to repost the link or send it to me.
I would be eternally grateful as i think i may be starting to go mad.
Thanks once again.

Dan</description>
		<content:encoded><![CDATA[<p>Hi john,<br />
Thankyou for the tutorial, i found it very easy to understand.<br />
I have been trying to get my arduino to talk to flash all week and still no luck, I am running Leopard on my macbook and your example flash file doesnt seem to be downloadable. Would you possibly be able to repost the link or send it to me.<br />
I would be eternally grateful as i think i may be starting to go mad.<br />
Thanks once again.</p>
<p>Dan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

