<?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: Getting Return values when calling JavaScript Functions from ActionScript / Flash</title>
	<atom:link href="http://www.mikechambers.com/blog/2005/06/22/getting-return-values-when-calling-javascript-functions-from-actionscript-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikechambers.com/blog/2005/06/22/getting-return-values-when-calling-javascript-functions-from-actionscript-flash/</link>
	<description>code = joy</description>
	<lastBuildDate>Fri, 02 Dec 2011 01:36:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Laurent</title>
		<link>http://www.mikechambers.com/blog/2005/06/22/getting-return-values-when-calling-javascript-functions-from-actionscript-flash/comment-page-1/#comment-5978</link>
		<dc:creator>Laurent</dc:creator>
		<pubDate>Wed, 27 Jul 2005 08:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=884#comment-5978</guid>
		<description>Hi Myke,

In my actionscript, I have :
proxy.call(&quot;myjsfunction&quot;,mytext);

when the length of mytext is more than 480 chars, the call doesen&#039;t work.

What is the maximum length for an argument when calling a javascript function from actioscript ?
Can I change it somewhere in the sources ?

Thanks a lot for that product...
Laurent.


</description>
		<content:encoded><![CDATA[<p>Hi Myke,</p>
<p>In my actionscript, I have :<br />
proxy.call(&#8220;myjsfunction&#8221;,mytext);</p>
<p>when the length of mytext is more than 480 chars, the call doesen&#8217;t work.</p>
<p>What is the maximum length for an argument when calling a javascript function from actioscript ?<br />
Can I change it somewhere in the sources ?</p>
<p>Thanks a lot for that product&#8230;<br />
Laurent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrgoose</title>
		<link>http://www.mikechambers.com/blog/2005/06/22/getting-return-values-when-calling-javascript-functions-from-actionscript-flash/comment-page-1/#comment-5977</link>
		<dc:creator>mrgoose</dc:creator>
		<pubDate>Sat, 23 Jul 2005 05:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=884#comment-5977</guid>
		<description>Mike,
Thought you might like to check out an implementation of the JavaScript -&gt; Flash:

http://www.wimpyplayer.com/products/mp3/javascript_mp3_player.html

-mike</description>
		<content:encoded><![CDATA[<p>Mike,<br />
Thought you might like to check out an implementation of the JavaScript -> Flash:</p>
<p><a href="http://www.wimpyplayer.com/products/mp3/javascript_mp3_player.html" rel="nofollow">http://www.wimpyplayer.com/products/mp3/javascript_mp3_player.html</a></p>
<p>-mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrbbp</title>
		<link>http://www.mikechambers.com/blog/2005/06/22/getting-return-values-when-calling-javascript-functions-from-actionscript-flash/comment-page-1/#comment-5976</link>
		<dc:creator>mrbbp</dc:creator>
		<pubDate>Mon, 27 Jun 2005 15:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=884#comment-5976</guid>
		<description>Well i&#039;ve tested the patterson&#039;s tut and that work&#039;s...
don&#039;t know why from scratch that doesn&#039;t work.
i&#039;m certainly an idiot.
sorry.</description>
		<content:encoded><![CDATA[<p>Well i&#8217;ve tested the patterson&#8217;s tut and that work&#8217;s&#8230;<br />
don&#8217;t know why from scratch that doesn&#8217;t work.<br />
i&#8217;m certainly an idiot.<br />
sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrbbp</title>
		<link>http://www.mikechambers.com/blog/2005/06/22/getting-return-values-when-calling-javascript-functions-from-actionscript-flash/comment-page-1/#comment-5975</link>
		<dc:creator>mrbbp</dc:creator>
		<pubDate>Mon, 27 Jun 2005 13:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=884#comment-5975</guid>
		<description>Sorry Mike i&#039;m certainly a stupid guy but when i include your code (actionscript part) in flash and want to test syntax...
Flash, say it enable to include a class like that, have put in an external .as file.
if i do that how to call the class ?
yes i know this is certainly very easy for your guru level, but not for mine.... ;(

please give us a .fla file or a zip file or a better tutorial ;) (sorry for that).

best regard

and great job when it&#039;ll work for me.</description>
		<content:encoded><![CDATA[<p>Sorry Mike i&#8217;m certainly a stupid guy but when i include your code (actionscript part) in flash and want to test syntax&#8230;<br />
Flash, say it enable to include a class like that, have put in an external .as file.<br />
if i do that how to call the class ?<br />
yes i know this is certainly very easy for your guru level, but not for mine&#8230;. ;(</p>
<p>please give us a .fla file or a zip file or a better tutorial ;) (sorry for that).</p>
<p>best regard</p>
<p>and great job when it&#8217;ll work for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chaitanya</title>
		<link>http://www.mikechambers.com/blog/2005/06/22/getting-return-values-when-calling-javascript-functions-from-actionscript-flash/comment-page-1/#comment-5974</link>
		<dc:creator>chaitanya</dc:creator>
		<pubDate>Sun, 26 Jun 2005 15:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=884#comment-5974</guid>
		<description>pls tell about how to add flash files into my web home page pls give some exaples</description>
		<content:encoded><![CDATA[<p>pls tell about how to add flash files into my web home page pls give some exaples</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.mikechambers.com/blog/2005/06/22/getting-return-values-when-calling-javascript-functions-from-actionscript-flash/comment-page-1/#comment-5973</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 24 Jun 2005 19:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=884#comment-5973</guid>
		<description>No worries - I&#039;m good at catching stuff like that. In fact I&#039;d make a great Flash beta tester ;-)

yeah I&#039;m not funny!

Mike</description>
		<content:encoded><![CDATA[<p>No worries &#8211; I&#8217;m good at catching stuff like that. In fact I&#8217;d make a great Flash beta tester ;-)</p>
<p>yeah I&#8217;m not funny!</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike chambers</title>
		<link>http://www.mikechambers.com/blog/2005/06/22/getting-return-values-when-calling-javascript-functions-from-actionscript-flash/comment-page-1/#comment-5972</link>
		<dc:creator>mike chambers</dc:creator>
		<pubDate>Fri, 24 Jun 2005 15:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=884#comment-5972</guid>
		<description>Good catch. I just updated it and corrected the error.

mike chambers

mesh@macromedia.com</description>
		<content:encoded><![CDATA[<p>Good catch. I just updated it and corrected the error.</p>
<p>mike chambers</p>
<p><a href="mailto:mesh@macromedia.com">mesh@macromedia.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.mikechambers.com/blog/2005/06/22/getting-return-values-when-calling-javascript-functions-from-actionscript-flash/comment-page-1/#comment-5971</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 24 Jun 2005 14:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=884#comment-5971</guid>
		<description>In your code example for broadcasting an event - you have in the Class MyClass

//declare EventDispatcher functions
private function dispatchEvent;
public function addEventListener;
public function removeEventListener;

shouldn&#039;t that be

private var dispatchEvent:Function;
public var addEventListener:Function;
public var removeEventListener:Function;

Mike</description>
		<content:encoded><![CDATA[<p>In your code example for broadcasting an event &#8211; you have in the Class MyClass</p>
<p>//declare EventDispatcher functions<br />
private function dispatchEvent;<br />
public function addEventListener;<br />
public function removeEventListener;</p>
<p>shouldn&#8217;t that be</p>
<p>private var dispatchEvent:Function;<br />
public var addEventListener:Function;<br />
public var removeEventListener:Function;</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrizio</title>
		<link>http://www.mikechambers.com/blog/2005/06/22/getting-return-values-when-calling-javascript-functions-from-actionscript-flash/comment-page-1/#comment-5970</link>
		<dc:creator>Fabrizio</dc:creator>
		<pubDate>Fri, 24 Jun 2005 11:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=884#comment-5970</guid>
		<description>Hello Mike,
do you think will be possible a Flash/Javascript synchronous communication in the future? Thanks.</description>
		<content:encoded><![CDATA[<p>Hello Mike,<br />
do you think will be possible a Flash/Javascript synchronous communication in the future? Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

