<?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 Javascript Communication</title>
	<atom:link href="http://simplistika.com/as3-javascript-communication/feed/" rel="self" type="application/rss+xml" />
	<link>http://simplistika.com/as3-javascript-communication/</link>
	<description>Think Simple</description>
	<lastBuildDate>Wed, 07 Jul 2010 22:23:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Greg</title>
		<link>http://simplistika.com/as3-javascript-communication/comment-page-1/#comment-683</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 26 May 2010 17:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://jared.simplistika.com/?p=162#comment-683</guid>
		<description>Does someone have an example of this working with AS3 and swfobject 2.0?</description>
		<content:encoded><![CDATA[<p>Does someone have an example of this working with AS3 and swfobject 2.0?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: atasözleri</title>
		<link>http://simplistika.com/as3-javascript-communication/comment-page-1/#comment-655</link>
		<dc:creator>atasözleri</dc:creator>
		<pubDate>Mon, 15 Mar 2010 13:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://jared.simplistika.com/?p=162#comment-655</guid>
		<description>Wonderful and working very fine!

I love this blog..

Thank again!</description>
		<content:encoded><![CDATA[<p>Wonderful and working very fine!</p>
<p>I love this blog..</p>
<p>Thank again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://simplistika.com/as3-javascript-communication/comment-page-1/#comment-646</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Wed, 03 Feb 2010 14:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://jared.simplistika.com/?p=162#comment-646</guid>
		<description>Ok I can answer my own question.. I dont know what I was doing before, but it is extremely easy to transfer the above method into a SWFObject setup. The ID where the flash is written to needs to correspond correctly.

Cheers</description>
		<content:encoded><![CDATA[<p>Ok I can answer my own question.. I dont know what I was doing before, but it is extremely easy to transfer the above method into a SWFObject setup. The ID where the flash is written to needs to correspond correctly.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://simplistika.com/as3-javascript-communication/comment-page-1/#comment-645</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Wed, 03 Feb 2010 09:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://jared.simplistika.com/?p=162#comment-645</guid>
		<description>Thanks so much for this, it really opens up the possibilities of combining flash within an accessible / unobtrusive page layout.

Can this be adapted so that the flash is embedded using SWFObject? If so what is the best way to go around doing it as I gave it a try but I didn&#039;t have much luck.

Cheers
Rich</description>
		<content:encoded><![CDATA[<p>Thanks so much for this, it really opens up the possibilities of combining flash within an accessible / unobtrusive page layout.</p>
<p>Can this be adapted so that the flash is embedded using SWFObject? If so what is the best way to go around doing it as I gave it a try but I didn&#8217;t have much luck.</p>
<p>Cheers<br />
Rich</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leonardo</title>
		<link>http://simplistika.com/as3-javascript-communication/comment-page-1/#comment-637</link>
		<dc:creator>leonardo</dc:creator>
		<pubDate>Sun, 17 Jan 2010 13:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://jared.simplistika.com/?p=162#comment-637</guid>
		<description>man, thanks!! very very useful</description>
		<content:encoded><![CDATA[<p>man, thanks!! very very useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hAtoo</title>
		<link>http://simplistika.com/as3-javascript-communication/comment-page-1/#comment-204</link>
		<dc:creator>hAtoo</dc:creator>
		<pubDate>Fri, 24 Jul 2009 08:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://jared.simplistika.com/?p=162#comment-204</guid>
		<description>men! that was good!) thx</description>
		<content:encoded><![CDATA[<p>men! that was good!) thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucky</title>
		<link>http://simplistika.com/as3-javascript-communication/comment-page-1/#comment-203</link>
		<dc:creator>lucky</dc:creator>
		<pubDate>Thu, 09 Jul 2009 15:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://jared.simplistika.com/?p=162#comment-203</guid>
		<description>thanks, useful!</description>
		<content:encoded><![CDATA[<p>thanks, useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://simplistika.com/as3-javascript-communication/comment-page-1/#comment-202</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 04 Mar 2009 16:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://jared.simplistika.com/?p=162#comment-202</guid>
		<description>ExternalInterface should be used to call javascript as well, instead of getURL (AS2) or navigateToURL(AS3). It&#039;s also more flexible, since you can pass arguments to javascript functions easily. The syntax is:
ExternalInterface.call( jsFunctionName:String, ... arguments );</description>
		<content:encoded><![CDATA[<p>ExternalInterface should be used to call javascript as well, instead of getURL (AS2) or navigateToURL(AS3). It&#8217;s also more flexible, since you can pass arguments to javascript functions easily. The syntax is:<br />
ExternalInterface.call( jsFunctionName:String, &#8230; arguments );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://simplistika.com/as3-javascript-communication/comment-page-1/#comment-201</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 27 Feb 2009 09:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://jared.simplistika.com/?p=162#comment-201</guid>
		<description>As simple as that.
Merci !</description>
		<content:encoded><![CDATA[<p>As simple as that.<br />
Merci !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zonk</title>
		<link>http://simplistika.com/as3-javascript-communication/comment-page-1/#comment-199</link>
		<dc:creator>zonk</dc:creator>
		<pubDate>Fri, 06 Feb 2009 12:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://jared.simplistika.com/?p=162#comment-199</guid>
		<description>me too.</description>
		<content:encoded><![CDATA[<p>me too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
