<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iGi Lab</title>
	<atom:link href="http://www.infogroupindia.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.infogroupindia.com/blog</link>
	<description>My Action Script LAB</description>
	<lastBuildDate>Sun, 13 May 2012 05:23:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Free AS3 Date chooser/Date Picker Component  v4.4.7 Released</title>
		<link>http://www.infogroupindia.com/blog/posts/639</link>
		<comments>http://www.infogroupindia.com/blog/posts/639#comments</comments>
		<pubDate>Mon, 12 Mar 2012 07:04:48 +0000</pubDate>
		<dc:creator>infogroupadmin</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[FLASH]]></category>

		<guid isPermaLink="false">http://www.infogroupindia.com/blog/?p=639</guid>
		<description><![CDATA[CURRENT VERSION 4.4.7 V5 UNDER CONSTRUCTION Hi all, New Version of AS3 Date Picker Released. you can customize lot more things in it, Import Date Chooser class and event class import nid.ui.controls.DatePicker; import nid.events.CalendarEvent; Customize calendar icon dynamically. [Embed(source = "../asset/20x20_light_blue.png")] private var icon:Class; Dynamic Date Chooser construction var datePicker:DatePicker = new DatePicker(); Set calendar [...]]]></description>
		<wfw:commentRss>http://www.infogroupindia.com/blog/posts/639/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Open Source AS3 Flip Book &#8211; Pre-Release</title>
		<link>http://www.infogroupindia.com/blog/posts/619</link>
		<comments>http://www.infogroupindia.com/blog/posts/619#comments</comments>
		<pubDate>Thu, 19 Jan 2012 13:05:12 +0000</pubDate>
		<dc:creator>infogroupadmin</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[FLASH]]></category>

		<guid isPermaLink="false">http://www.infogroupindia.com/blog/?p=619</guid>
		<description><![CDATA[Hi all, Here is my new open source flip book written in as3 , Features  Virtual 3D page flipping  Click and drag flipping  Single click flipping Bookmarks Hard Cover  Large Cover Background Music  Auto flip  more coming&#8230;. Source will release soon stay tuned Demo : http://www.infogroupindia.com/demo/flipbook/ Download SWC:  Download Demo : ]]></description>
		<wfw:commentRss>http://www.infogroupindia.com/blog/posts/619/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Easy way to publish flex application to MAC</title>
		<link>http://www.infogroupindia.com/blog/posts/591</link>
		<comments>http://www.infogroupindia.com/blog/posts/591#comments</comments>
		<pubDate>Fri, 01 Jul 2011 13:12:27 +0000</pubDate>
		<dc:creator>infogroupadmin</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[FLASH]]></category>

		<guid isPermaLink="false">http://www.infogroupindia.com/blog/?p=591</guid>
		<description><![CDATA[Hi folks, here a unleashing a tricky method to publish flex projects to MAC as native mac application. Tools needed Flash CS5 (didn&#8217;t check with other versions) Flex SDK ( didn&#8217;t check without flex sdk) Step1: in your flex application merge framework swfs in to main code &#160; Step2: create a fla say wrapper.fla create [...]]]></description>
		<wfw:commentRss>http://www.infogroupindia.com/blog/posts/591/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Action Script 3 2D Matrix scale and rotation extraction</title>
		<link>http://www.infogroupindia.com/blog/posts/589</link>
		<comments>http://www.infogroupindia.com/blog/posts/589#comments</comments>
		<pubDate>Sat, 04 Jun 2011 11:02:03 +0000</pubDate>
		<dc:creator>infogroupadmin</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[FLASH]]></category>

		<guid isPermaLink="false">http://www.infogroupindia.com/blog/?p=589</guid>
		<description><![CDATA[&#160; &#160; &#160; &#160; &#160; &#160; &#160; rotation = Math.atan( -mat.c / mat.a); scaleX = Math.sqrt((mat.a * mat.a) + (mat.c * mat.c)); scaleY = Math.sqrt((mat.b * mat.b) + (mat.d * mat.d)); sign = Math.atan(-c / a); rad = Math.acos(a / scaleX); deg = rad * degree; if (deg > 90 &#038;&#038; sign > 0) { [...]]]></description>
		<wfw:commentRss>http://www.infogroupindia.com/blog/posts/589/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3 VIRTUAL KEYBOARD FREE (OPEN SOURCE)</title>
		<link>http://www.infogroupindia.com/blog/posts/585</link>
		<comments>http://www.infogroupindia.com/blog/posts/585#comments</comments>
		<pubDate>Mon, 30 May 2011 11:22:35 +0000</pubDate>
		<dc:creator>infogroupadmin</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Action Script]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[FLASH]]></category>
		<category><![CDATA[free as3 keyboard]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[onscreen keyboard]]></category>
		<category><![CDATA[virtual keyboard]]></category>

		<guid isPermaLink="false">http://www.infogroupindia.com/blog/?p=585</guid>
		<description><![CDATA[Hi all, I am releasing an on screen virtual keyboard written in as3 FEATURES Auto resize Auto align Dynamic key configuration Total Free Google code :Â http://code.google.com/p/as3-virtual-keyboard/ Demo &#160;]]></description>
		<wfw:commentRss>http://www.infogroupindia.com/blog/posts/585/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AS3 XFL Editor and Compiler</title>
		<link>http://www.infogroupindia.com/blog/posts/567</link>
		<comments>http://www.infogroupindia.com/blog/posts/567#comments</comments>
		<pubDate>Sat, 19 Feb 2011 18:27:39 +0000</pubDate>
		<dc:creator>infogroupadmin</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[animation creator]]></category>
		<category><![CDATA[animation editor]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[as3 editor]]></category>
		<category><![CDATA[as3compiler]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[flash editor]]></category>
		<category><![CDATA[online editor]]></category>

		<guid isPermaLink="false">http://www.infogroupindia.com/blog/?p=567</guid>
		<description><![CDATA[Hi, I am building a online version of Flash XFL Editor and compiler in as3 i named it OXC, OXC is a online XFL (New Flash source file) compiler written in Action Script 3, you can now compile xfl files on the fly and generate SWF file within the browser with out Flash Authoring tool [...]]]></description>
		<wfw:commentRss>http://www.infogroupindia.com/blog/posts/567/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Free AS3 Date chooser/Date Picker Component  v4.4.6 Released</title>
		<link>http://www.infogroupindia.com/blog/posts/454</link>
		<comments>http://www.infogroupindia.com/blog/posts/454#comments</comments>
		<pubDate>Wed, 16 Feb 2011 18:27:30 +0000</pubDate>
		<dc:creator>infogroupadmin</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[FLASH]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Component]]></category>
		<category><![CDATA[Date chooser]]></category>
		<category><![CDATA[Date Picker]]></category>

		<guid isPermaLink="false">http://www.infogroupindia.com/blog/?p=454</guid>
		<description><![CDATA[CURRENT VERSION 4.4.7 V5 UNDER CONSTRUCTION &#160; Update 4.4.7: http://www.infogroupindia.com/blog/posts/639 4.4.6 is updated to 4.4.7 checkout the above link  Hi all, New Version of AS3 Date Chooser Released. you can customize lot more things in it, Import Date Chooser class and event class import nid.ui.controls.DatePicker; import nid.events.CalendarEvent; Customize calendar icon dynamically. [Embed(source = "../asset/20x20_light_blue.png")] private var [...]]]></description>
		<wfw:commentRss>http://www.infogroupindia.com/blog/posts/454/feed</wfw:commentRss>
		<slash:comments>119</slash:comments>
		</item>
		<item>
		<title>Setup SWC in Flash IDE</title>
		<link>http://www.infogroupindia.com/blog/posts/513</link>
		<comments>http://www.infogroupindia.com/blog/posts/513#comments</comments>
		<pubDate>Sun, 11 Jul 2010 02:34:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[FLASH]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WebDevelopment]]></category>

		<guid isPermaLink="false">http://www.infogroupindia.com/blog/?p=513</guid>
		<description><![CDATA[Hi all, steps for include swc files in flash IDE projects for beginners Step:1 open flash ide then navigate to Edit&#62;Preference (Ctrl+U) Step:2 on the preference window select ActionScript&#62;ActionScript 3.0 Settings Step:3 on the ActionScript 3.0 settings Â window browse and add swc files as shown in the figure Step:4 select external swc file and open [...]]]></description>
		<wfw:commentRss>http://www.infogroupindia.com/blog/posts/513/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free AS3 Yahoo Weather Application</title>
		<link>http://www.infogroupindia.com/blog/posts/417</link>
		<comments>http://www.infogroupindia.com/blog/posts/417#comments</comments>
		<pubDate>Fri, 08 Jan 2010 18:14:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[FLASH]]></category>

		<guid isPermaLink="false">http://www.infogroupindia.com/blog/?p=417</guid>
		<description><![CDATA[Hi all, Let me introduce My NewÂ  project Yahoo Weather application]]></description>
		<wfw:commentRss>http://www.infogroupindia.com/blog/posts/417/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Dialup VPN</title>
		<link>http://www.infogroupindia.com/blog/posts/387</link>
		<comments>http://www.infogroupindia.com/blog/posts/387#comments</comments>
		<pubDate>Tue, 17 Nov 2009 18:44:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server Admin]]></category>

		<guid isPermaLink="false">http://www.infogroupindia.com/blog/?p=387</guid>
		<description><![CDATA[Linux PPTPD dialup VPN installation steps Packages for Yum based distributions are available from our Yum repository. [we Used CENTOS ] we can simply install pptpd by using yum Copy past the following line to the command prompt and press enter # rpm -Uvh http://poptop.sourceforge.net/yum/stable/fc7/pptp-release-current.noarch.rpm # yum &#8211;enablerepo=poptop-stable install pptpd #yum install pptpd Two packages [...]]]></description>
		<wfw:commentRss>http://www.infogroupindia.com/blog/posts/387/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

