<?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>Fri, 17 May 2013 05:31:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Free AS3 Date Range Picker component v 1</title>
		<link>http://www.infogroupindia.com/blog/posts/770</link>
		<comments>http://www.infogroupindia.com/blog/posts/770#comments</comments>
		<pubDate>Thu, 09 May 2013 01:30:30 +0000</pubDate>
		<dc:creator>Nidin Vinayak</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[FLASH]]></category>
		<category><![CDATA[as3 date chooser]]></category>
		<category><![CDATA[as3 date class]]></category>
		<category><![CDATA[as3 date picker]]></category>
		<category><![CDATA[as3 date picker code sample]]></category>
		<category><![CDATA[as3 date range picker]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.infogroupindia.com/blog/?p=770</guid>
		<description><![CDATA[Hi All, Here is the new variant of as3 date picker. the new open source as3 date range picker Download SWC :  Download Demo :  Source code : https://github.com/nidin/as3-date-range-picker]]></description>
		<wfw:commentRss>http://www.infogroupindia.com/blog/posts/770/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>3D Flip Book Planning and Feature</title>
		<link>http://www.infogroupindia.com/blog/posts/731</link>
		<comments>http://www.infogroupindia.com/blog/posts/731#comments</comments>
		<pubDate>Wed, 13 Feb 2013 07:13:14 +0000</pubDate>
		<dc:creator>Nidin Vinayak</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[FLASH]]></category>
		<category><![CDATA[Stage3D]]></category>
		<category><![CDATA[3d flip book]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[away3d]]></category>
		<category><![CDATA[stage3d]]></category>

		<guid isPermaLink="false">http://www.infogroupindia.com/blog/?p=731</guid>
		<description><![CDATA[Hi Folks, I am planning to build a 3D version of  flipbook if anybody have any suggestion and feature list please share with me. you can comment on this  post. Primary Goals Away3D Flip book engine]]></description>
		<wfw:commentRss>http://www.infogroupindia.com/blog/posts/731/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Dynamic mesh modification experiment</title>
		<link>http://www.infogroupindia.com/blog/posts/728</link>
		<comments>http://www.infogroupindia.com/blog/posts/728#comments</comments>
		<pubDate>Tue, 12 Feb 2013 19:22:03 +0000</pubDate>
		<dc:creator>Nidin Vinayak</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[FLASH]]></category>
		<category><![CDATA[Stage3D]]></category>
		<category><![CDATA[away3d]]></category>
		<category><![CDATA[collision]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[mesh-mod]]></category>
		<category><![CDATA[physics]]></category>

		<guid isPermaLink="false">http://www.infogroupindia.com/blog/?p=728</guid>
		<description><![CDATA[Hi Folks, I am working on Dynamic mesh modification with away3d. My aim is to modify mesh while an object is colliding with another object Experiment Demo http://game.infogroupindia.com/away3d/d2/]]></description>
		<wfw:commentRss>http://www.infogroupindia.com/blog/posts/728/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bitmap Drawing Pad</title>
		<link>http://www.infogroupindia.com/blog/posts/716</link>
		<comments>http://www.infogroupindia.com/blog/posts/716#comments</comments>
		<pubDate>Thu, 10 Jan 2013 08:15:45 +0000</pubDate>
		<dc:creator>Nidin Vinayak</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[FLASH]]></category>

		<guid isPermaLink="false">http://www.infogroupindia.com/blog/?p=716</guid>
		<description><![CDATA[Hi Folks, Here is a class to draw patterns in bitmap package nid.tools { import flash.display.BitmapData; import flash.display.Bitmap; import flash.display.Shape; import flash.display.Sprite; import flash.events.Event; import flash.events.MouseEvent; import flash.geom.Rectangle; import flash.utils.ByteArray; import flash.utils.Endian; /** * ... * @author Nidin Vinayakan */ public class Pencil { private var canvas:Bitmap; private var drawRect:Rectangle; private var pattern:ByteArray; private var [...]]]></description>
		<wfw:commentRss>http://www.infogroupindia.com/blog/posts/716/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3 PNG Encoder with Pixel density (DPI)</title>
		<link>http://www.infogroupindia.com/blog/posts/693</link>
		<comments>http://www.infogroupindia.com/blog/posts/693#comments</comments>
		<pubDate>Fri, 14 Sep 2012 09:42:44 +0000</pubDate>
		<dc:creator>Nidin Vinayak</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[FLASH]]></category>

		<guid isPermaLink="false">http://www.infogroupindia.com/blog/?p=693</guid>
		<description><![CDATA[Hi, Here is my AS3 PNG Encoder with Pixel density (DPI) usage import nid.dip.AdvancedPNGEncoder; var bmp_data:BitmapData = new BitmapData(500, 500, false, 0xff0000); var png:ByteArray = AdvancedPNGEncoder.encode(bmp_data, 150);//150 is pixel density in inches (dpi) Download : Source code : https://github.com/nidin/as3-image-library]]></description>
		<wfw:commentRss>http://www.infogroupindia.com/blog/posts/693/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Alternativa3D Experiment &#8211; 2 (Skin,Skeleton and Animation)</title>
		<link>http://www.infogroupindia.com/blog/posts/690</link>
		<comments>http://www.infogroupindia.com/blog/posts/690#comments</comments>
		<pubDate>Fri, 14 Sep 2012 05:40:42 +0000</pubDate>
		<dc:creator>Nidin Vinayak</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[FLASH]]></category>
		<category><![CDATA[Stage3D]]></category>

		<guid isPermaLink="false">http://www.infogroupindia.com/blog/?p=690</guid>
		<description><![CDATA[Hi An experiment done with alternativa3d this experiment using following features of alternativa3d Skin Skeleton Animation link :- http://game.infogroupindia.com/a3d/exp2]]></description>
		<wfw:commentRss>http://www.infogroupindia.com/blog/posts/690/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternativa3D Experiment &#8211; 1 (Skin,Skeleton and Animation)</title>
		<link>http://www.infogroupindia.com/blog/posts/680</link>
		<comments>http://www.infogroupindia.com/blog/posts/680#comments</comments>
		<pubDate>Thu, 13 Sep 2012 12:12:22 +0000</pubDate>
		<dc:creator>Nidin Vinayak</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[FLASH]]></category>
		<category><![CDATA[Stage3D]]></category>
		<category><![CDATA[alternativa3d]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[stage3d]]></category>

		<guid isPermaLink="false">http://www.infogroupindia.com/blog/?p=680</guid>
		<description><![CDATA[Hi An experiment done with alternativa3d this experiment using following features of alternativa3d Skin Skeleton Animation link :- http://game.infogroupindia.com/a3d/]]></description>
		<wfw:commentRss>http://www.infogroupindia.com/blog/posts/680/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>War Team Stage3D Game</title>
		<link>http://www.infogroupindia.com/blog/posts/674</link>
		<comments>http://www.infogroupindia.com/blog/posts/674#comments</comments>
		<pubDate>Thu, 16 Aug 2012 12:15:29 +0000</pubDate>
		<dc:creator>Nidin Vinayak</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Stage3D]]></category>

		<guid isPermaLink="false">http://www.infogroupindia.com/blog/?p=674</guid>
		<description><![CDATA[Hi All, This is my experimental game build with Stage3D DEMO : http://game.infogroupindia.com/ &#160;]]></description>
		<wfw:commentRss>http://www.infogroupindia.com/blog/posts/674/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free AS3 Date chooser/Date Picker Component  v4.4.10 revision 1</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>Nidin Vinayak</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[FLASH]]></category>
		<category><![CDATA[as3 date chooser]]></category>
		<category><![CDATA[as3 date class]]></category>
		<category><![CDATA[as3 date picker]]></category>
		<category><![CDATA[as3 date picker code sample]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.infogroupindia.com/blog/?p=639</guid>
		<description><![CDATA[CURRENT VERSION 4.4.10 revision 1 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(); [...]]]></description>
		<wfw:commentRss>http://www.infogroupindia.com/blog/posts/639/feed</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>Open Source AS3 Flip Book &#8211; Beta 3</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>Nidin Vinayak</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[FLASH]]></category>
		<category><![CDATA[free flash flip book]]></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 code released Source code : https://github.com/nidin/as3-flip-book private function init(e:Event = null):void { removeEventListener(Event.ADDED_TO_STAGE, init); // entry point flipbook = [...]]]></description>
		<wfw:commentRss>http://www.infogroupindia.com/blog/posts/619/feed</wfw:commentRss>
		<slash:comments>93</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk
Object Caching 1390/1520 objects using disk

 Served from: www.infogroupindia.com @ 2013-05-20 11:54:43 by W3 Total Cache -->