<?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: About</title>
	<atom:link href="http://blog.flexgeek.in/profile/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexgeek.in</link>
	<description>Platform Evangelist @ Adobe</description>
	<lastBuildDate>Thu, 22 Jul 2010 08:55:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: arulmurugan</title>
		<link>http://blog.flexgeek.in/profile/comment-page-1/#comment-3303</link>
		<dc:creator>arulmurugan</dc:creator>
		<pubDate>Thu, 22 Apr 2010 12:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexgeek.in/?page_id=5#comment-3303</guid>
		<description>I’m trying to implement a flex app that will be able to record a video from a webcam and then upload it to a server.

I need to make an application where the user can record video and audio through their webcam and mic. These recorded FLVs has to be stored in the server, and when the user requests them, should be played in flv player.

1)How can i record videos with flash? Do i need Flash Comm Server for this?
2) To play them in slow or broadband connections smoothly, should i used Flash Comm Server?

one of these videos are going to be &quot;live&quot; stream. 
A user is going to record a video, this will be stores as flv on the server and then will be viewed later by someone else when requested. Isnt flash comm for live streaming? Are you sure i need flash comm? 

s there a tutorial somewhere that shows how to do this? I’m really new in flex development and would love to have a sample. or some sample source online.</description>
		<content:encoded><![CDATA[<p>I’m trying to implement a flex app that will be able to record a video from a webcam and then upload it to a server.</p>
<p>I need to make an application where the user can record video and audio through their webcam and mic. These recorded FLVs has to be stored in the server, and when the user requests them, should be played in flv player.</p>
<p>1)How can i record videos with flash? Do i need Flash Comm Server for this?<br />
2) To play them in slow or broadband connections smoothly, should i used Flash Comm Server?</p>
<p>one of these videos are going to be &#8220;live&#8221; stream.<br />
A user is going to record a video, this will be stores as flv on the server and then will be viewed later by someone else when requested. Isnt flash comm for live streaming? Are you sure i need flash comm? </p>
<p>s there a tutorial somewhere that shows how to do this? I’m really new in flex development and would love to have a sample. or some sample source online.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://blog.flexgeek.in/profile/comment-page-1/#comment-3143</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Wed, 03 Mar 2010 04:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexgeek.in/?page_id=5#comment-3143</guid>
		<description>Hi Harish,

Where do I get the complete details about Flash Player Versions and its updated details including Major-Minor versions,  documentation, support features ?? Like any table is available for the reference ?? 

It would be great if you share the link. I&#039;ve tried a lot in Adobe &gt;&gt; Flash Player page.. http://www.adobe.com/support/flashplayer/

Regards,
Nathan5.x</description>
		<content:encoded><![CDATA[<p>Hi Harish,</p>
<p>Where do I get the complete details about Flash Player Versions and its updated details including Major-Minor versions,  documentation, support features ?? Like any table is available for the reference ?? </p>
<p>It would be great if you share the link. I&#8217;ve tried a lot in Adobe &gt;&gt; Flash Player page.. <a href="http://www.adobe.com/support/flashplayer/" rel="nofollow">http://www.adobe.com/support/flashplayer/</a></p>
<p>Regards,<br />
Nathan5.x</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran</title>
		<link>http://blog.flexgeek.in/profile/comment-page-1/#comment-3141</link>
		<dc:creator>Kiran</dc:creator>
		<pubDate>Sat, 27 Feb 2010 16:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexgeek.in/?page_id=5#comment-3141</guid>
		<description>Hello Harish, I attended your Keynote on &#039;Create, DIstribute and Monetize your Games using Adobe Flash Platform&#039; at the India Game Developer Summit. I had few more questions to ask you. Would be really greatful if you could reply back
Regards 
-Kiran</description>
		<content:encoded><![CDATA[<p>Hello Harish, I attended your Keynote on &#8216;Create, DIstribute and Monetize your Games using Adobe Flash Platform&#8217; at the India Game Developer Summit. I had few more questions to ask you. Would be really greatful if you could reply back<br />
Regards<br />
-Kiran</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Appa</title>
		<link>http://blog.flexgeek.in/profile/comment-page-1/#comment-3024</link>
		<dc:creator>Appa</dc:creator>
		<pubDate>Tue, 22 Dec 2009 14:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexgeek.in/?page_id=5#comment-3024</guid>
		<description>Hi Harish,

I am using the DataGrid to take inputs from user. One of column is used to take type (string/boolean/numeric). And other column is used to take value. 

Now what I want is, column2 to have the dynamic itemEditor which will be changed if column1 value is changed.

Like if column1 value is numeric then column2&#039;s itemEditor should be NumericStepper.

Real problem here is I did not found any way to specify the itemEditor for DataGridCell

Thanks,
Appa</description>
		<content:encoded><![CDATA[<p>Hi Harish,</p>
<p>I am using the DataGrid to take inputs from user. One of column is used to take type (string/boolean/numeric). And other column is used to take value. </p>
<p>Now what I want is, column2 to have the dynamic itemEditor which will be changed if column1 value is changed.</p>
<p>Like if column1 value is numeric then column2&#8242;s itemEditor should be NumericStepper.</p>
<p>Real problem here is I did not found any way to specify the itemEditor for DataGridCell</p>
<p>Thanks,<br />
Appa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.flexgeek.in/profile/comment-page-1/#comment-10</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 02 Oct 2008 01:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexgeek.in/?page_id=5#comment-10</guid>
		<description>Hi,

Could you please fix the links to the demo and source code on your blog entry which deals with putting comboboxes in datagrid headers here:

http://flexgeek.wordpress.com/2007/06/07/tips-tricks-adding-a-combobox-to-a-datagrid-header-as-headerrenderer/#comment-994

There are a number of people who, like me, want to see how it&#039;s done so it&#039;s pretty frustrating the links have been broken for quite some time.

Thanks.

Mike</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Could you please fix the links to the demo and source code on your blog entry which deals with putting comboboxes in datagrid headers here:</p>
<p><a href="http://flexgeek.wordpress.com/2007/06/07/tips-tricks-adding-a-combobox-to-a-datagrid-header-as-headerrenderer/#comment-994" rel="nofollow">http://flexgeek.wordpress.com/2007/06/07/tips-tricks-adding-a-combobox-to-a-datagrid-header-as-headerrenderer/#comment-994</a></p>
<p>There are a number of people who, like me, want to see how it&#8217;s done so it&#8217;s pretty frustrating the links have been broken for quite some time.</p>
<p>Thanks.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kannan</title>
		<link>http://blog.flexgeek.in/profile/comment-page-1/#comment-9</link>
		<dc:creator>Kannan</dc:creator>
		<pubDate>Fri, 01 Aug 2008 04:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexgeek.in/?page_id=5#comment-9</guid>
		<description>How to add our custom summary text with the summary field in ADG.</description>
		<content:encoded><![CDATA[<p>How to add our custom summary text with the summary field in ADG.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashu</title>
		<link>http://blog.flexgeek.in/profile/comment-page-1/#comment-6</link>
		<dc:creator>ashu</dc:creator>
		<pubDate>Wed, 09 Apr 2008 11:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexgeek.in/?page_id=5#comment-6</guid>
		<description>We are looking for trainer in ADOBE FLEX  as soon as possible.</description>
		<content:encoded><![CDATA[<p>We are looking for trainer in ADOBE FLEX  as soon as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manlio Favio</title>
		<link>http://blog.flexgeek.in/profile/comment-page-1/#comment-7</link>
		<dc:creator>Manlio Favio</dc:creator>
		<pubDate>Thu, 27 Mar 2008 18:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexgeek.in/?page_id=5#comment-7</guid>
		<description>Hey ..!!!
Is a good post. Congratulations,,
I hope, talk with you soon......!
can you add my messenger,?
i m  working in the Microsoft Student Program in Mexico.</description>
		<content:encoded><![CDATA[<p>Hey ..!!!<br />
Is a good post. Congratulations,,<br />
I hope, talk with you soon&#8230;&#8230;!<br />
can you add my messenger,?<br />
i m  working in the Microsoft Student Program in Mexico.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shreeram</title>
		<link>http://blog.flexgeek.in/profile/comment-page-1/#comment-5</link>
		<dc:creator>Shreeram</dc:creator>
		<pubDate>Wed, 23 Jan 2008 11:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexgeek.in/?page_id=5#comment-5</guid>
		<description>i would like have training from Flex professionals at bangalore.
let me know the instiution or a expert who will train.



Shreeram
reach me @ arun.shreeram@gmail.com</description>
		<content:encoded><![CDATA[<p>i would like have training from Flex professionals at bangalore.<br />
let me know the instiution or a expert who will train.</p>
<p>Shreeram<br />
reach me @ <a href="mailto:arun.shreeram@gmail.com">arun.shreeram@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkatesh</title>
		<link>http://blog.flexgeek.in/profile/comment-page-1/#comment-8</link>
		<dc:creator>Venkatesh</dc:creator>
		<pubDate>Tue, 11 Dec 2007 03:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexgeek.in/?page_id=5#comment-8</guid>
		<description>Hi Harish. We are into corporate training and we need FLEX traning for one of our clients. Would you please help us out.

Thank and Regards,
Venkatesh
9880143173</description>
		<content:encoded><![CDATA[<p>Hi Harish. We are into corporate training and we need FLEX traning for one of our clients. Would you please help us out.</p>
<p>Thank and Regards,<br />
Venkatesh<br />
9880143173</p>
]]></content:encoded>
	</item>
</channel>
</rss>
