<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Getting JavaScript variables into your Flex applications using the ExternalInterface API</title>
	<link>http://blog.flexexamples.com/2008/04/11/getting-javascript-variables-into-your-flex-applications-using-the-externalinterface-api/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Thu, 08 Jan 2009 13:00:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: barathrumm</title>
		<link>http://blog.flexexamples.com/2008/04/11/getting-javascript-variables-into-your-flex-applications-using-the-externalinterface-api/#comment-16930</link>
		<author>barathrumm</author>
		<pubDate>Thu, 27 Nov 2008 13:11:31 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/04/11/getting-javascript-variables-into-your-flex-applications-using-the-externalinterface-api/#comment-16930</guid>
		<description>hey lakshmikanth reddy

In the HTML tag that embeds your SWF, check its PARAM tag for the property -
allowScriptAccess. It should not have a "never" as a value. It can have
something like "sameDomain".</description>
		<content:encoded><![CDATA[<p>hey lakshmikanth reddy</p>
<p>In the HTML tag that embeds your SWF, check its PARAM tag for the property -<br />
allowScriptAccess. It should not have a &#8220;never&#8221; as a value. It can have<br />
something like &#8220;sameDomain&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barathrumm</title>
		<link>http://blog.flexexamples.com/2008/04/11/getting-javascript-variables-into-your-flex-applications-using-the-externalinterface-api/#comment-15617</link>
		<author>barathrumm</author>
		<pubDate>Tue, 16 Sep 2008 07:37:33 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/04/11/getting-javascript-variables-into-your-flex-applications-using-the-externalinterface-api/#comment-15617</guid>
		<description>thx saved me a bunch of time =)</description>
		<content:encoded><![CDATA[<p>thx saved me a bunch of time =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lakshmikanth reddy</title>
		<link>http://blog.flexexamples.com/2008/04/11/getting-javascript-variables-into-your-flex-applications-using-the-externalinterface-api/#comment-14509</link>
		<author>lakshmikanth reddy</author>
		<pubDate>Wed, 06 Aug 2008 06:26:12 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/04/11/getting-javascript-variables-into-your-flex-applications-using-the-externalinterface-api/#comment-14509</guid>
		<description>i am getting the following error if i try to run this application , how to overcome it ?


SecurityError: Error #2060: Security sandbox violation: ExternalInterface caller file:///C:/FlexProjects/javascript_FLEX/bin/javascript_FLEX.swf cannot access file:///C:/FlexProjects/javascript_FLEX/bin/javascript_FLEX.html.
	at flash.external::ExternalInterface$/_initJS()
	at flash.external::ExternalInterface$/call()
	at javascript_FLEX/init()[C:\FlexProjects\javascript_FLEX\javascript_FLEX.mxml:14]
	at javascript_FLEX/___javascript_FLEX_Application1_creationComplete()[C:\FlexProjects\javascript_FLEX\javascript_FLEX.mxml:7]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.core::UIComponent/dispatchEvent()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UIComponent.as:9051]
	at mx.core::UIComponent/set initialized()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UIComponent.as:1167]
	at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:698]
	at Function/http://adobe.com/AS3/2006/builtin::apply()</description>
		<content:encoded><![CDATA[<p>i am getting the following error if i try to run this application , how to overcome it ?</p>
<p>SecurityError: Error #2060: Security sandbox violation: ExternalInterface caller <a href="file:///C:/FlexProjects/javascript_FLEX/bin/javascript_FLEX.swf" rel="nofollow">file:///C:/FlexProjects/javascript_FLEX/bin/javascript_FLEX.swf</a> cannot access <a href="file:///C:/FlexProjects/javascript_FLEX/bin/javascript_FLEX.html." rel="nofollow">file:///C:/FlexProjects/javascript_FLEX/bin/javascript_FLEX.html.</a><br />
	at flash.external::ExternalInterface$/_initJS()<br />
	at flash.external::ExternalInterface$/call()<br />
	at javascript_FLEX/init()[C:\FlexProjects\javascript_FLEX\javascript_FLEX.mxml:14]<br />
	at javascript_FLEX/___javascript_FLEX_Application1_creationComplete()[C:\FlexProjects\javascript_FLEX\javascript_FLEX.mxml:7]<br />
	at flash.events::EventDispatcher/dispatchEventFunction()<br />
	at flash.events::EventDispatcher/dispatchEvent()<br />
	at mx.core::UIComponent/dispatchEvent()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UIComponent.as:9051]<br />
	at mx.core::UIComponent/set initialized()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UIComponent.as:1167]<br />
	at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:698]<br />
	at Function/http://adobe.com/AS3/2006/builtin::apply()</p>
]]></content:encoded>
	</item>
</channel>
</rss>
