<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ActionScript Examples &#187; ExternalInterface</title>
	<atom:link href="http://actionscriptexamples.com/tag/externalinterface/feed/" rel="self" type="application/rss+xml" />
	<link>http://actionscriptexamples.com</link>
	<description>A bunch of ActionScript 2.0 and ActionScript 3.0 examples*</description>
	<lastBuildDate>Mon, 28 Jun 2010 18:23:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Calling ActionScript functions from JavaScript using the ExternalInterface API in ActionScript 2.0</title>
		<link>http://actionscriptexamples.com/2008/04/03/calling-actionscript-functions-from-javascript-using-the-externalinterface-api-in-actionscript-20/</link>
		<comments>http://actionscriptexamples.com/2008/04/03/calling-actionscript-functions-from-javascript-using-the-externalinterface-api-in-actionscript-20/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 01:29:37 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[ExternalInterface]]></category>
		<category><![CDATA[addCallback()]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=24</guid>
		<description><![CDATA[The following example shows how you can call an ActionScript function from your HTML template using JavaScript and the ExternalInterface class in ActionScript 2.0. Full code after the jump. Copy and paste the following code into frame 1 of your Flash document: // ActionScript 2.0 import flash.external.ExternalInterface; &#160; stop&#40;&#41;; &#160; ExternalInterface.addCallback&#40;&#34;sayWhat&#34;, null, sayWhat&#41;; &#160; function [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/04/03/calling-actionscript-functions-from-javascript-using-the-externalinterface-api-in-actionscript-20/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Using the ExternalInterface class in ActionScript 2.0 and ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/02/28/using-the-externalinterface-class-in-actionscript-20-and-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/02/28/using-the-externalinterface-class-in-actionscript-20-and-actionscript-30/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 03:47:25 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[ExternalInterface]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[available]]></category>
		<category><![CDATA[call()]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/2008/02/28/using-the-externalinterface-class-in-actionscript-20-and-actionscript-30/</guid>
		<description><![CDATA[The following example(s) show how you can use the ExternalInterface class (flash.external.ExternalInterface) in ActionScript 2.0 and ActionScript 3.0 to send a string from Flash to the HTML container where it is displayed using the JavaScript alert() function. Full code after the jump. The first example shows how you can check whether the ExternalInterface API is [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/02/28/using-the-externalinterface-class-in-actionscript-20-and-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
