<?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: New ExternalInterface() in Form Example with FLA</title>
	<atom:link href="http://www.stevekamerman.com/2006/12/new-externalinterface-in-form-example-with-fla/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevekamerman.com/2006/12/new-externalinterface-in-form-example-with-fla/</link>
	<description>Blog about pretty much everything</description>
	<lastBuildDate>Sat, 04 Feb 2012 15:05:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: sai subramanian</title>
		<link>http://www.stevekamerman.com/2006/12/new-externalinterface-in-form-example-with-fla/comment-page-1/#comment-6116</link>
		<dc:creator>sai subramanian</dc:creator>
		<pubDate>Sun, 29 May 2011 15:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.teratechnologies.net/stevekamerman/index.php?entry=entry061230-205245#comment-6116</guid>
		<description>hey bro,
please help me :( ..... i could&#039;nt call javascript functions by any means (ExternalInterface.call or Fscommand or getURL)....
after publishing my flash project , if i open them with browsers i couldnt get the sample alert message which i placed in the particular js function..</description>
		<content:encoded><![CDATA[<p>hey bro,<br />
please help me <img src='http://www.stevekamerman.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  &#8230;.. i could&#8217;nt call javascript functions by any means (ExternalInterface.call or Fscommand or getURL)&#8230;.<br />
after publishing my flash project , if i open them with browsers i couldnt get the sample alert message which i placed in the particular js function..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.stevekamerman.com/2006/12/new-externalinterface-in-form-example-with-fla/comment-page-1/#comment-3742</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 20 Feb 2011 01:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.teratechnologies.net/stevekamerman/index.php?entry=entry061230-205245#comment-3742</guid>
		<description>You&#039;re welcome - I&#039;m glad it&#039;s working!</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome &#8211; I&#8217;m glad it&#8217;s working!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: weixzero</title>
		<link>http://www.stevekamerman.com/2006/12/new-externalinterface-in-form-example-with-fla/comment-page-1/#comment-3741</link>
		<dc:creator>weixzero</dc:creator>
		<pubDate>Sun, 20 Feb 2011 01:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.teratechnologies.net/stevekamerman/index.php?entry=entry061230-205245#comment-3741</guid>
		<description>&lt;code&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
             window[&quot;flashGraph&quot;] = new Object();
        &lt;/script&gt;
         &lt;object id=&quot;flashGraph&quot; classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; width=&quot;600&quot; height=&quot;350&quot; id=&quot;Graph&quot; align=&quot;middle&quot;&gt;
				&lt;param name=&quot;movie&quot; value=&quot;../Content/flash/Graph.swf&quot; /&gt;
				&lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;
				&lt;param name=&quot;bgcolor&quot; value=&quot;#ffffff&quot; /&gt;
				&lt;param name=&quot;play&quot; value=&quot;false&quot; /&gt;
				&lt;param name=&quot;loop&quot; value=&quot;false&quot; /&gt;
				&lt;param name=&quot;wmode&quot; value=&quot;window&quot; /&gt;
				&lt;param name=&quot;scale&quot; value=&quot;showall&quot; /&gt;
				&lt;param name=&quot;menu&quot; value=&quot;true&quot; /&gt;

				&lt;param name=&quot;devicefont&quot; value=&quot;false&quot; /&gt;
				&lt;param name=&quot;salign&quot; value=&quot;&quot; /&gt;
				&lt;param name=&quot;allowScriptAccess&quot; value=&quot;sameDomain&quot; /&gt;
				&lt;!--[if !IE]&gt;--&gt;
				&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;../Content/flash/Graph.swf&quot; width=&quot;600&quot; height=&quot;350&quot;&gt;
					&lt;param name=&quot;movie&quot; value=&quot;../Content/flash/Graph.swf&quot; /&gt;
					&lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;
					&lt;param name=&quot;bgcolor&quot; value=&quot;#ffffff&quot; /&gt;
					&lt;param name=&quot;play&quot; value=&quot;false&quot; /&gt;
					&lt;param name=&quot;loop&quot; value=&quot;false&quot; /&gt;
					&lt;param name=&quot;wmode&quot; value=&quot;window&quot; /&gt;
					&lt;param name=&quot;scale&quot; value=&quot;showall&quot; /&gt;
					&lt;param name=&quot;menu&quot; value=&quot;true&quot; /&gt;
					&lt;param name=&quot;devicefont&quot; value=&quot;false&quot; /&gt;
					&lt;param name=&quot;salign&quot; value=&quot;&quot; /&gt;
					&lt;param name=&quot;allowScriptAccess&quot; value=&quot;sameDomain&quot; /&gt;
				&lt;!--&lt;![endif]--&gt;
					&lt;a href=&quot;http://www.adobe.com/go/getflash&quot;&gt;
						&lt;img src=&quot;http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif&quot; alt=&quot;Get Adobe Flash player&quot; /&gt;
					&lt;/a&gt;
				&lt;!--[if !IE]&gt;--&gt;
				&lt;/object&gt;
				&lt;!--&lt;![endif]--&gt;
			&lt;/object&gt;

        &lt;script type=&quot;text/javascript&quot;&gt;
            SWFFormFix(&quot;flashGraph&quot;);
            SWFFormFixAuto();
        &lt;/script&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;script type=&quot;text/javascript&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;window[&quot;flashGraph&quot;] = new Object();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/script&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;object id=&quot;flashGraph&quot; classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; width=&quot;600&quot; height=&quot;350&quot; id=&quot;Graph&quot; align=&quot;middle&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;movie&quot; value=&quot;../Content/flash/Graph.swf&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;bgcolor&quot; value=&quot;#ffffff&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;play&quot; value=&quot;false&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;loop&quot; value=&quot;false&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;wmode&quot; value=&quot;window&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;scale&quot; value=&quot;showall&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;menu&quot; value=&quot;true&quot; /&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;devicefont&quot; value=&quot;false&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;salign&quot; value=&quot;&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;allowScriptAccess&quot; value=&quot;sameDomain&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!--[if !IE]&gt;--&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;../Content/flash/Graph.swf&quot; width=&quot;600&quot; height=&quot;350&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;movie&quot; value=&quot;../Content/flash/Graph.swf&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;bgcolor&quot; value=&quot;#ffffff&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;play&quot; value=&quot;false&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;loop&quot; value=&quot;false&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;wmode&quot; value=&quot;window&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;scale&quot; value=&quot;showall&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;menu&quot; value=&quot;true&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;devicefont&quot; value=&quot;false&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;salign&quot; value=&quot;&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;allowScriptAccess&quot; value=&quot;sameDomain&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!--&lt;![endif]--&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;http://www.adobe.com/go/getflash&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;img src=&quot;http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif&quot; alt=&quot;Get Adobe Flash player&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!--[if !IE]&gt;--&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/object&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!--&lt;![endif]--&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/object&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;script type=&quot;text/javascript&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SWFFormFix(&quot;flashGraph&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SWFFormFixAuto();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/script&gt;</div></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: weixzero</title>
		<link>http://www.stevekamerman.com/2006/12/new-externalinterface-in-form-example-with-fla/comment-page-1/#comment-3740</link>
		<dc:creator>weixzero</dc:creator>
		<pubDate>Sun, 20 Feb 2011 01:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.teratechnologies.net/stevekamerman/index.php?entry=entry061230-205245#comment-3740</guid>
		<description>Yes it work, thanks a tone, You are the one. Muck Muck Muck
although now it din work in the FF....

i change the object tag from the earlier one to this one and change the movie name to this and it work

&lt;code&gt;

             window[&quot;flashGraph&quot;] = new Object();
        
         
				
				
				
				
				
				
				
				

				
				
				
				&lt;!--[if !IE]&gt;--&gt;
				
					
					
					
					
					
					
					
					
					
					
					
				&lt;!--
					&lt;a href=&quot;http://www.adobe.com/go/getflash&quot; rel=&quot;nofollow&quot;&gt;
						
					&lt;/a&gt;
				&lt;!--[if !IE]&gt;--&gt;
				
				&lt;!--
			

        
            SWFFormFix(&quot;flashGraph&quot;);
            SWFFormFixAuto();
        
&lt;/code</description>
		<content:encoded><![CDATA[<p>Yes it work, thanks a tone, You are the one. Muck Muck Muck<br />
although now it din work in the FF&#8230;.</p>
<p>i change the object tag from the earlier one to this one and change the movie name to this and it work</p>
<p><code></p>
<p>             window["flashGraph"] = new Object();</p>
<p>				<!--[if !IE]&gt;--></p>
<p>				&lt;!--<br />
					<a href="http://www.adobe.com/go/getflash" rel="nofollow"></p>
<p>					</a><br />
				<!--[if !IE]&gt;--></p>
<p>				&lt;!--</p>
<p>            SWFFormFix("flashGraph");<br />
            SWFFormFixAuto();</p>
<p>&lt;/code</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.stevekamerman.com/2006/12/new-externalinterface-in-form-example-with-fla/comment-page-1/#comment-3739</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 20 Feb 2011 01:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.teratechnologies.net/stevekamerman/index.php?entry=entry061230-205245#comment-3739</guid>
		<description>I&#039;m guessing you will want to replace &quot;myMovie.swf&quot; with &quot;../Content/flash/Graph.swf&quot; in your param movie tag</description>
		<content:encoded><![CDATA[<p>I&#8217;m guessing you will want to replace &#8220;myMovie.swf&#8221; with &#8220;../Content/flash/Graph.swf&#8221; in your param movie tag</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.stevekamerman.com/2006/12/new-externalinterface-in-form-example-with-fla/comment-page-1/#comment-3738</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 20 Feb 2011 01:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.teratechnologies.net/stevekamerman/index.php?entry=entry061230-205245#comment-3738</guid>
		<description>The URL for your SWF is wrong - it needs to be the same in both places.  IE looks at one and FF looks at the other.</description>
		<content:encoded><![CDATA[<p>The URL for your SWF is wrong &#8211; it needs to be the same in both places.  IE looks at one and FF looks at the other.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: weixzero</title>
		<link>http://www.stevekamerman.com/2006/12/new-externalinterface-in-form-example-with-fla/comment-page-1/#comment-3737</link>
		<dc:creator>weixzero</dc:creator>
		<pubDate>Sun, 20 Feb 2011 01:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.teratechnologies.net/stevekamerman/index.php?entry=entry061230-205245#comment-3737</guid>
		<description>Yes</description>
		<content:encoded><![CDATA[<p>Yes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.stevekamerman.com/2006/12/new-externalinterface-in-form-example-with-fla/comment-page-1/#comment-3736</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 20 Feb 2011 01:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.teratechnologies.net/stevekamerman/index.php?entry=entry061230-205245#comment-3736</guid>
		<description>Does this example work in your browser?

http://devel.teratechnologies.net/swfformfix/extinterfaceexample.php</description>
		<content:encoded><![CDATA[<p>Does this example work in your browser?</p>
<p><a href="http://devel.teratechnologies.net/swfformfix/extinterfaceexample.php" rel="nofollow">http://devel.teratechnologies.net/swfformfix/extinterfaceexample.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: weixzero</title>
		<link>http://www.stevekamerman.com/2006/12/new-externalinterface-in-form-example-with-fla/comment-page-1/#comment-3735</link>
		<dc:creator>weixzero</dc:creator>
		<pubDate>Sun, 20 Feb 2011 00:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.teratechnologies.net/stevekamerman/index.php?entry=entry061230-205245#comment-3735</guid>
		<description>I using IE 8, VS 2008 ASP.net 3.5.
No Javascript error.

Thanks in advance</description>
		<content:encoded><![CDATA[<p>I using IE 8, VS 2008 ASP.net 3.5.<br />
No Javascript error.</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: weixzero</title>
		<link>http://www.stevekamerman.com/2006/12/new-externalinterface-in-form-example-with-fla/comment-page-1/#comment-3734</link>
		<dc:creator>weixzero</dc:creator>
		<pubDate>Sun, 20 Feb 2011 00:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.teratechnologies.net/stevekamerman/index.php?entry=entry061230-205245#comment-3734</guid>
		<description>In IE
&lt;code&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
SWFFormFix(&quot;flashGraph&quot;);
function javascript_to_flash(url)
 {
          thisMovie(&#039;flashGraph&#039;)[&#039;startFlashGraph&#039;](url); return (true);
}
&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;&gt;
function thisMovie(movieName) 
{
          var isIE = navigator.appName.indexOf(&quot;Microsoft&quot;) != -1; return (isIE) ? window[movieName] : document[movieName];
}
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
function onFlashReady()
{
           javascript_to_flash(&#039;../Content/XML/12302.xml&#039;)
}
&lt;/script&gt;

&lt;/code&gt;

In flash
&lt;code&gt;
ExternalInterface.addCallback(&quot;startFlashGraph&quot;, this, startFlashGraph);
function startFlashGraph(url:String)
{

	var graphMain:GraphMain = new GraphMain();
	graphMain.initGrapth(this,url);
}

var id = setInterval(onFlashReadyInit, 1000);

function onFlashReadyInit()
{
	clearInterval(id);
	ExternalInterface.call(&#039;onFlashReady&#039;);
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>In IE</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;script type=&quot;text/javascript&quot;&gt;<br />
SWFFormFix(&quot;flashGraph&quot;);<br />
function javascript_to_flash(url)<br />
&nbsp;{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; thisMovie('flashGraph')['startFlashGraph'](url); return (true);<br />
}<br />
&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;&gt;<br />
function thisMovie(movieName) <br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var isIE = navigator.appName.indexOf(&quot;Microsoft&quot;) != -1; return (isIE) ? window[movieName] : document[movieName];<br />
}<br />
&lt;/script&gt;<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
function onFlashReady()<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;javascript_to_flash('../Content/XML/12302.xml')<br />
}<br />
&lt;/script&gt;</div></div>
<p>In flash</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">ExternalInterface.addCallback(&quot;startFlashGraph&quot;, this, startFlashGraph);<br />
function startFlashGraph(url:String)<br />
{<br />
<br />
&nbsp; &nbsp; var graphMain:GraphMain = new GraphMain();<br />
&nbsp; &nbsp; graphMain.initGrapth(this,url);<br />
}<br />
<br />
var id = setInterval(onFlashReadyInit, 1000);<br />
<br />
function onFlashReadyInit()<br />
{<br />
&nbsp; &nbsp; clearInterval(id);<br />
&nbsp; &nbsp; ExternalInterface.call('onFlashReady');<br />
}</div></div>
]]></content:encoded>
	</item>
</channel>
</rss>

