<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Naresh Khokhaneshiya - Flash, ActionScript, FMS, AMFPHP</title>
	<atom:link href="http://nareshkhokhani.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://nareshkhokhani.wordpress.com</link>
	<description>ActionScript, Flash, Flash Communication Server, Flash Media Server, JavaScript, Linux, Remoting, PHP, AMFPHP</description>
	<lastBuildDate>Sat, 03 Oct 2009 14:58:30 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Enjoy funny videos in Gujarati &#8211; Simply Cool by Naresh Khokhaneshiya</title>
		<link>http://nareshkhokhani.wordpress.com/2008/05/17/enjoy-funny-videos-in-gujarati-simply-cool/#comment-83</link>
		<dc:creator>Naresh Khokhaneshiya</dc:creator>
		<pubDate>Sat, 03 Oct 2009 14:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://nareshkhokhani.wordpress.com/?p=15#comment-83</guid>
		<description>I am not creating any videos, Please look at the link I have given in post. Thanks.</description>
		<content:encoded><![CDATA[<p>I am not creating any videos, Please look at the link I have given in post. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enjoy funny videos in Gujarati &#8211; Simply Cool by vijay</title>
		<link>http://nareshkhokhani.wordpress.com/2008/05/17/enjoy-funny-videos-in-gujarati-simply-cool/#comment-82</link>
		<dc:creator>vijay</dc:creator>
		<pubDate>Sat, 03 Oct 2009 14:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://nareshkhokhani.wordpress.com/?p=15#comment-82</guid>
		<description>vidio too khoobj saruo banavel che haji pan bija sara /sundar /saras vidio banavo to krupa kary mane mokalso dhanyvad</description>
		<content:encoded><![CDATA[<p>vidio too khoobj saruo banavel che haji pan bija sara /sundar /saras vidio banavo to krupa kary mane mokalso dhanyvad</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Searching Array using Array.indexOf() function by Tommyka</title>
		<link>http://nareshkhokhani.wordpress.com/2009/04/21/searching-array-using-arrayindexof-function/#comment-81</link>
		<dc:creator>Tommyka</dc:creator>
		<pubDate>Thu, 01 Oct 2009 22:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://nareshkhokhani.wordpress.com/?p=74#comment-81</guid>
		<description>hey, just came across you blog looks good.

the reason 
var searchIndex:int = toys.indexOf({name:”ball”, count:2});
dossent work is becourse object are handled as instances, so if you keep another reference to the object you will get the right result.

here is a little example
var sp1:Sprite = new Sprite();
var sp2:Sprite = new Sprite();
var sp3:Sprite = new Sprite();

var arr:Array = [sp1, sp2, sp3];
trace(arr.indexOf(sp2)); 

her i have a referance to my sprites so i can check with the same instance.</description>
		<content:encoded><![CDATA[<p>hey, just came across you blog looks good.</p>
<p>the reason<br />
var searchIndex:int = toys.indexOf({name:”ball”, count:2});<br />
dossent work is becourse object are handled as instances, so if you keep another reference to the object you will get the right result.</p>
<p>here is a little example<br />
var sp1:Sprite = new Sprite();<br />
var sp2:Sprite = new Sprite();<br />
var sp3:Sprite = new Sprite();</p>
<p>var arr:Array = [sp1, sp2, sp3];<br />
trace(arr.indexOf(sp2)); </p>
<p>her i have a referance to my sprites so i can check with the same instance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AIR &#8211; Change the size of Stage at runtime dynamically by Naresh Khokhaneshiya</title>
		<link>http://nareshkhokhani.wordpress.com/2008/05/09/air-change-the-size-of-stage-at-runtime-dynamically/#comment-80</link>
		<dc:creator>Naresh Khokhaneshiya</dc:creator>
		<pubDate>Tue, 08 Sep 2009 13:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://nareshkhokhani.wordpress.com/?p=12#comment-80</guid>
		<description>@caleem, 
If you are running your application in browser, then I think you can not change stage width and height from ActionScript. You can change it by external script such as JavaScript in this case.
If you are running in application in AIR, then only you can set/change stage width and height at run time.
Thanks,
Naresh</description>
		<content:encoded><![CDATA[<p>@caleem,<br />
If you are running your application in browser, then I think you can not change stage width and height from ActionScript. You can change it by external script such as JavaScript in this case.<br />
If you are running in application in AIR, then only you can set/change stage width and height at run time.<br />
Thanks,<br />
Naresh</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActionScript 3.0 Object class Quiz by Naresh Khokhaneshiya</title>
		<link>http://nareshkhokhani.wordpress.com/2008/08/15/actionscript-30-object-class-quiz/#comment-79</link>
		<dc:creator>Naresh Khokhaneshiya</dc:creator>
		<pubDate>Tue, 08 Sep 2009 13:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://nareshkhokhani.wordpress.com/?p=46#comment-79</guid>
		<description>That is because you just copied and pasted code from post. You should write &quot;Naresh&quot; on your own because Flash does not know what is &quot; from this post.</description>
		<content:encoded><![CDATA[<p>That is because you just copied and pasted code from post. You should write &#8220;Naresh&#8221; on your own because Flash does not know what is &#8221; from this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActionScript 3.0 Object class Quiz by sawrub</title>
		<link>http://nareshkhokhani.wordpress.com/2008/08/15/actionscript-30-object-class-quiz/#comment-78</link>
		<dc:creator>sawrub</dc:creator>
		<pubDate>Tue, 08 Sep 2009 13:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://nareshkhokhani.wordpress.com/?p=46#comment-78</guid>
		<description>any idea why I get a Syntax error at obj1.prop1 = “Naresh”; itself?</description>
		<content:encoded><![CDATA[<p>any idea why I get a Syntax error at obj1.prop1 = “Naresh”; itself?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash: TextField.htmlText and Automatic Line Breaks by Tompei</title>
		<link>http://nareshkhokhani.wordpress.com/2008/08/17/flash-textfieldhtmltext-and-automatic-line-breaks/#comment-74</link>
		<dc:creator>Tompei</dc:creator>
		<pubDate>Fri, 28 Aug 2009 13:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://nareshkhokhani.wordpress.com/?p=60#comment-74</guid>
		<description>Yeah!

TextField.htmlText and extra line Breaks :

myTextField.condenseWhite = true;

Worked like a charm !</description>
		<content:encoded><![CDATA[<p>Yeah!</p>
<p>TextField.htmlText and extra line Breaks :</p>
<p>myTextField.condenseWhite = true;</p>
<p>Worked like a charm !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FlashDevelop and SVN Integration by Enzo</title>
		<link>http://nareshkhokhani.wordpress.com/2008/08/17/flashdevelop-and-svn-integration/#comment-73</link>
		<dc:creator>Enzo</dc:creator>
		<pubDate>Sun, 16 Aug 2009 17:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://nareshkhokhani.wordpress.com/?p=48#comment-73</guid>
		<description>Thanks, I just got svn setup with flashdevelop. I had been putting it off because I thought it was too complicated, with all the checkout/repository stuff but it didn&#039;t take too long.</description>
		<content:encoded><![CDATA[<p>Thanks, I just got svn setup with flashdevelop. I had been putting it off because I thought it was too complicated, with all the checkout/repository stuff but it didn&#8217;t take too long.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AIR &#8211; Change the size of Stage at runtime dynamically by caleem</title>
		<link>http://nareshkhokhani.wordpress.com/2008/05/09/air-change-the-size-of-stage-at-runtime-dynamically/#comment-72</link>
		<dc:creator>caleem</dc:creator>
		<pubDate>Thu, 30 Jul 2009 21:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://nareshkhokhani.wordpress.com/?p=12#comment-72</guid>
		<description>Hi I have tried binding the varibale to my stage width and hieght but this isnt working, the SWF width and height is the same as it was.

I am using Flex 3, and trying to change the SWF file width and height at the run time.

any suggestion ?</description>
		<content:encoded><![CDATA[<p>Hi I have tried binding the varibale to my stage width and hieght but this isnt working, the SWF width and height is the same as it was.</p>
<p>I am using Flex 3, and trying to change the SWF file width and height at the run time.</p>
<p>any suggestion ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash: TextField.htmlText and Automatic Line Breaks by Lauren</title>
		<link>http://nareshkhokhani.wordpress.com/2008/08/17/flash-textfieldhtmltext-and-automatic-line-breaks/#comment-71</link>
		<dc:creator>Lauren</dc:creator>
		<pubDate>Mon, 06 Jul 2009 23:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://nareshkhokhani.wordpress.com/?p=60#comment-71</guid>
		<description>condenseWhite!! Yes!!! Thankyou  :)</description>
		<content:encoded><![CDATA[<p>condenseWhite!! Yes!!! Thankyou  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
