<?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: Calling JavaScript functions from your Flex applications using the ExternalInterface API</title>
	<link>http://blog.flexexamples.com/2008/03/09/calling-javascript-functions-from-your-flex-applications-using-the-externalinterface-api/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Thu, 08 Jan 2009 16:17:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Suresh</title>
		<link>http://blog.flexexamples.com/2008/03/09/calling-javascript-functions-from-your-flex-applications-using-the-externalinterface-api/#comment-16899</link>
		<author>Suresh</author>
		<pubDate>Wed, 26 Nov 2008 10:09:50 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/09/calling-javascript-functions-from-your-flex-applications-using-the-externalinterface-api/#comment-16899</guid>
		<description>Thank u peter,

Is it possible to call external.js file in templates with out override?

I tried but it will not diplay a result.</description>
		<content:encoded><![CDATA[<p>Thank u peter,</p>
<p>Is it possible to call external.js file in templates with out override?</p>
<p>I tried but it will not diplay a result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/03/09/calling-javascript-functions-from-your-flex-applications-using-the-externalinterface-api/#comment-8408</link>
		<author>peterd</author>
		<pubDate>Thu, 27 Mar 2008 23:03:03 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/09/calling-javascript-functions-from-your-flex-applications-using-the-externalinterface-api/#comment-8408</guid>
		<description>wayne,

I don't believe you can do that, but I'd recommend asking on a higher traffic list like FlexCoders and see if anybody else has tried something similar.

Sorry,
Peter</description>
		<content:encoded><![CDATA[<p>wayne,</p>
<p>I don&#8217;t believe you can do that, but I&#8217;d recommend asking on a higher traffic list like FlexCoders and see if anybody else has tried something similar.</p>
<p>Sorry,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wayne</title>
		<link>http://blog.flexexamples.com/2008/03/09/calling-javascript-functions-from-your-flex-applications-using-the-externalinterface-api/#comment-8403</link>
		<author>wayne</author>
		<pubDate>Thu, 27 Mar 2008 22:48:43 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/09/calling-javascript-functions-from-your-flex-applications-using-the-externalinterface-api/#comment-8403</guid>
		<description>Thanks peterd, but this is not what I was asking.

My questions is that if it is possible to eliminate any script tags in html (so no src="scripts.js" or inline codes in html), and then have the actionscript to include the scripts.js directly.

Reason I ask is that I am distributing the swf which will be embedded in new owners' html page and I cannot force people to include the script tag in html.

Sorry I didn't make it clear in the first place.</description>
		<content:encoded><![CDATA[<p>Thanks peterd, but this is not what I was asking.</p>
<p>My questions is that if it is possible to eliminate any script tags in html (so no src=&#8221;scripts.js&#8221; or inline codes in html), and then have the actionscript to include the scripts.js directly.</p>
<p>Reason I ask is that I am distributing the swf which will be embedded in new owners&#8217; html page and I cannot force people to include the script tag in html.</p>
<p>Sorry I didn&#8217;t make it clear in the first place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/03/09/calling-javascript-functions-from-your-flex-applications-using-the-externalinterface-api/#comment-8396</link>
		<author>peterd</author>
		<pubDate>Thu, 27 Mar 2008 22:13:10 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/09/calling-javascript-functions-from-your-flex-applications-using-the-externalinterface-api/#comment-8396</guid>
		<description>wayne,

You mean you want to move the code from scripts.js and paste the JavaScript into the HTML template directly? Yeah, you can do that. The only "gotcha" would be that if you change your publish settings your changes to the HTML template may be lost.

Peter</description>
		<content:encoded><![CDATA[<p>wayne,</p>
<p>You mean you want to move the code from scripts.js and paste the JavaScript into the HTML template directly? Yeah, you can do that. The only &#8220;gotcha&#8221; would be that if you change your publish settings your changes to the HTML template may be lost.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wayne</title>
		<link>http://blog.flexexamples.com/2008/03/09/calling-javascript-functions-from-your-flex-applications-using-the-externalinterface-api/#comment-8392</link>
		<author>wayne</author>
		<pubDate>Thu, 27 Mar 2008 22:04:40 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/09/calling-javascript-functions-from-your-flex-applications-using-the-externalinterface-api/#comment-8392</guid>
		<description>I mean "to eliminate external scripts.js inclusion in template html."</description>
		<content:encoded><![CDATA[<p>I mean &#8220;to eliminate external scripts.js inclusion in template html.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wayne</title>
		<link>http://blog.flexexamples.com/2008/03/09/calling-javascript-functions-from-your-flex-applications-using-the-externalinterface-api/#comment-8391</link>
		<author>wayne</author>
		<pubDate>Thu, 27 Mar 2008 22:01:57 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/09/calling-javascript-functions-from-your-flex-applications-using-the-externalinterface-api/#comment-8391</guid>
		<description>Thank you for your example!

Is it possible to eliminate  in template html, and instead just includes the external scripts.js directly from  block?</description>
		<content:encoded><![CDATA[<p>Thank you for your example!</p>
<p>Is it possible to eliminate  in template html, and instead just includes the external scripts.js directly from  block?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/03/09/calling-javascript-functions-from-your-flex-applications-using-the-externalinterface-api/#comment-7513</link>
		<author>peterd</author>
		<pubDate>Wed, 12 Mar 2008 00:15:54 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/09/calling-javascript-functions-from-your-flex-applications-using-the-externalinterface-api/#comment-7513</guid>
		<description>rey,

Then today is your lucky day! Let me dedicate today's post to you, &lt;a href="http://blog.flexexamples.com/2008/03/11/calling-actionscript-functions-from-your-html-templates-using-the-externalinterface-api/" rel="nofollow"&gt;&lt;u&gt;"Calling ActionScript functions from your HTML templates using the ExternalInterface API"&lt;/u&gt;&lt;/a&gt;.

If I get time later this evening, I may even try and do another &lt;code&gt;ExternalInterface.call&lt;/code&gt; example which is a bit more interesting (not much, just a bit).

Peter</description>
		<content:encoded><![CDATA[<p>rey,</p>
<p>Then today is your lucky day! Let me dedicate today&#8217;s post to you, <a href="http://blog.flexexamples.com/2008/03/11/calling-actionscript-functions-from-your-html-templates-using-the-externalinterface-api/" rel="nofollow"><u>&#8220;Calling ActionScript functions from your HTML templates using the ExternalInterface API&#8221;</u></a>.</p>
<p>If I get time later this evening, I may even try and do another <code>ExternalInterface.call</code> example which is a bit more interesting (not much, just a bit).</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rey</title>
		<link>http://blog.flexexamples.com/2008/03/09/calling-javascript-functions-from-your-flex-applications-using-the-externalinterface-api/#comment-7509</link>
		<author>rey</author>
		<pubDate>Tue, 11 Mar 2008 21:49:15 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/09/calling-javascript-functions-from-your-flex-applications-using-the-externalinterface-api/#comment-7509</guid>
		<description>Does ExternalInterface.addCallback work in Flex? I can't get it to work!</description>
		<content:encoded><![CDATA[<p>Does ExternalInterface.addCallback work in Flex? I can&#8217;t get it to work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zkiiito</title>
		<link>http://blog.flexexamples.com/2008/03/09/calling-javascript-functions-from-your-flex-applications-using-the-externalinterface-api/#comment-7465</link>
		<author>zkiiito</author>
		<pubDate>Mon, 10 Mar 2008 14:38:49 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/09/calling-javascript-functions-from-your-flex-applications-using-the-externalinterface-api/#comment-7465</guid>
		<description>hi, it's impossible as hell to find your email address anywhere :)

so i'm posting this here: i'd like to see an example where you have a combobox, an array binded as dataprovider, select something, change the array (only add elements to it, and sort), and somehow the selectedItem remains the same! so, basically an onDataproviderChanged event or something like that would be lovely. dataChange does not trigger, when the array is updated.

thanks a lot!</description>
		<content:encoded><![CDATA[<p>hi, it&#8217;s impossible as hell to find your email address anywhere :)</p>
<p>so i&#8217;m posting this here: i&#8217;d like to see an example where you have a combobox, an array binded as dataprovider, select something, change the array (only add elements to it, and sort), and somehow the selectedItem remains the same! so, basically an onDataproviderChanged event or something like that would be lovely. dataChange does not trigger, when the array is updated.</p>
<p>thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/03/09/calling-javascript-functions-from-your-flex-applications-using-the-externalinterface-api/#comment-7435</link>
		<author>peterd</author>
		<pubDate>Sun, 09 Mar 2008 23:34:05 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/09/calling-javascript-functions-from-your-flex-applications-using-the-externalinterface-api/#comment-7435</guid>
		<description>Raul,

You're in luck, the blog basically is a cookbook, and its free! Plus, it has a handy search and tag/category archives to hopefully make it a bit easier to find what you want.

Thanks for reading,
Peter</description>
		<content:encoded><![CDATA[<p>Raul,</p>
<p>You&#8217;re in luck, the blog basically is a cookbook, and its free! Plus, it has a handy search and tag/category archives to hopefully make it a bit easier to find what you want.</p>
<p>Thanks for reading,<br />
Peter</p>
]]></content:encoded>
	</item>
</channel>
</rss>
