<?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>Randy Troppmann &#187; flash externalinterface</title>
	<atom:link href="http://www.randytroppmann.com/tag/flash-externalinterface/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.randytroppmann.com</link>
	<description>Interactive designer / developer • Web • Mobile • Desktop</description>
	<lastBuildDate>Thu, 26 Jan 2012 21:41:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ExternalInterface.call() and IE7</title>
		<link>http://www.randytroppmann.com/2008/08/20/externalinterfacecall-and-ie7/</link>
		<comments>http://www.randytroppmann.com/2008/08/20/externalinterfacecall-and-ie7/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 04:35:03 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Flash development]]></category>
		<category><![CDATA[Flex development]]></category>
		<category><![CDATA[flash externalinterface]]></category>

		<guid isPermaLink="false">http://randytroppmann.com/?p=134</guid>
		<description><![CDATA[Recently I came across a problem with a swf that was failing to get a value from a form in the HTML wrapper using IE7 while it worked as intended in Safari and FireFox. Adobe&#8217;s AC javascript embed code (no object or embed tags) is used in the HTML wrapper and ExernalInterface.call() is used in [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I came across a problem with a swf that was failing to get a value from a form in the HTML wrapper using IE7 while it worked as intended in Safari and FireFox. Adobe&#8217;s AC javascript embed code (no object or embed tags) is used in the HTML wrapper and ExernalInterface.call() is used in the swf (AS3). The fix was to ensure the id attribute in the embed code was set to a different value than the src and name attributes. Thanks to Adobe Live Docs for clues that saved hours of hair pulling.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.randytroppmann.com/2008/08/20/externalinterfacecall-and-ie7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

