<?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>MyLineRider &#187; Flash</title>
	<atom:link href="http://mylinerider.com/category/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://mylinerider.com</link>
	<description>RIAs, Flex, Flash, Internet Marketing and New Technologies</description>
	<lastBuildDate>Sun, 30 Aug 2009 14:38:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex 3 Example: Drawing a polygon at run time with adding and deleting points capability</title>
		<link>http://mylinerider.com/2009/08/29/flex-3-example-drawing-a-polygon-at-run-time-with-adding-and-deleting-points-capability/</link>
		<comments>http://mylinerider.com/2009/08/29/flex-3-example-drawing-a-polygon-at-run-time-with-adding-and-deleting-points-capability/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 16:06:27 +0000</pubDate>
		<dc:creator>Gilbert Mizrahi</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Gilbert Mizrahi]]></category>
		<category><![CDATA[polygon]]></category>
		<category><![CDATA[run time polygons]]></category>

		<guid isPermaLink="false">http://mylinerider.com/?p=26</guid>
		<description><![CDATA[I was on vacation for a couple of weeks, but I am back.
Continuing from my last example  Flex 3 Example: Drawing a path at run time with adding and deleting points capabilities, I expanded the code to allow creating polygons at run time.
To create a polygon, the previous code was enhanced with graphics.endFill(); on [...]]]></description>
			<content:encoded><![CDATA[<p>I was on vacation for a couple of weeks, but I am back.</p>
<p>Continuing from my last example  <a href="http://mylinerider.com/2009/07/24/flex-3-example-drawing-a-path-at-run-time-with-adding-and-deleting-points-capabilities/"  target="_blank">Flex 3 Example: Drawing a path at run time with adding and deleting points capabilities</a>, I expanded the code to allow creating polygons at run time.</p>
<p>To create a polygon, the previous code was enhanced with graphics.endFill(); on the RedrawPath method.</p>
<p>I had to include additional methods to finish the polygons, as well as a method to create the last insert anchor point when finishing a polygon and more.</p>
<p>Below is the application to play with. To start, click on the &#8220;Add Polygon&#8221; button and then click on the stage to add points. At any time you can move any anchor (even as you are creating a polygon) to edit your polygon or any insert anchor point (light red dots) to insert additional anchor points. To end drawing a polygon click the &#8220;END&#8221; key.</p>
<p>Once a polygon is created in can be fully edited. Anchor points can be moved, inserted and deleted. The code is fully commented and thus I don&#8217;t go into explaining how it works in here. If you have questions post them via comments.</p>
<p><a href="http://MyLineRider.com/swfs/drawingPolygons/srcview/" onclick="javascript:pageTracker._trackPageview('b/http://MyLineRider.com/swfs/drawingPolygons/srcview/');" target="_blank">Get the code here.</a></p>

<object	type="application/x-shockwave-flash"
			data="http://MyLineRider.com/swfs/drawingPolygons/DrawPolygons.swf"
			width="600"
			height="500">
	<param name="movie" value="http://MyLineRider.com/swfs/drawingPolygons/DrawPolygons.swf" />
</object>
<p><a class="tt-img" href="http://twitter.com/home/?status=Flex+3+Example%3A+Drawing+a+polygon+at+run+time+with+adding+and+deleting+points+capability+http://pr79h.th8.us" onclick="javascript:pageTracker._trackPageview('b/http://twitter.com/home/?status=Flex+3+Example%3A+Drawing+a+polygon+at+run+time+with+adding+and+deleting+points+capability+http://pr79h.th8.us');" title="Post to Twitter (http://pr79h.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-big1.png" alt="[Post to Twitter]" border="0" /></a> &nbsp; <a class="tt-img" href="http://plurk.com/?status=Flex+3+Example%3A+Drawing+a+polygon+at+run+time+with+adding+and+deleting+points+capability+http://pr79h.th8.us" onclick="javascript:pageTracker._trackPageview('b/http://plurk.com/?status=Flex+3+Example%3A+Drawing+a+polygon+at+run+time+with+adding+and+deleting+points+capability+http://pr79h.th8.us');" title="Post to Plurk (http://pr79h.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-plurk-big1.png" alt="[Post to Plurk]" border="0" /></a> &nbsp; <a class="tt-img" href="http://digg.com/submit?url=http://mylinerider.com/2009/08/29/flex-3-example-drawing-a-polygon-at-run-time-with-adding-and-deleting-points-capability/&title=Flex+3+Example%3A+Drawing+a+polygon+at+run+time+with+adding+and+deleting+points+capability" onclick="javascript:pageTracker._trackPageview('b/http://digg.com/submit?url=http://mylinerider.com/2009/08/29/flex-3-example-drawing-a-polygon-at-run-time-with-adding-and-deleting-points-capability/&title=Flex+3+Example%3A+Drawing+a+polygon+at+run+time+with+adding+and+deleting+points+capability');" title="Post to Digg (http://pr79h.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-digg-big1.png" alt="[Post to Digg]" border="0" /></a> &nbsp; <a class="tt-img" href="http://ping.fm/ref/?method=microblog&title=Flex+3+Example%3A+Drawing+a+polygon+at+run+time+with+adding+and+deleting+points+capability&link=http://mylinerider.com/2009/08/29/flex-3-example-drawing-a-polygon-at-run-time-with-adding-and-deleting-points-capability/" onclick="javascript:pageTracker._trackPageview('b/http://ping.fm/ref/?method=microblog&title=Flex+3+Example%3A+Drawing+a+polygon+at+run+time+with+adding+and+deleting+points+capability&link=http://mylinerider.com/2009/08/29/flex-3-example-drawing-a-polygon-at-run-time-with-adding-and-deleting-points-capability/');" title="Post to Ping.fm (http://pr79h.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-ping-big1.png" alt="[Post to ping.fm]" border="0" /></a>]]></content:encoded>
			<wfw:commentRss>http://mylinerider.com/2009/08/29/flex-3-example-drawing-a-polygon-at-run-time-with-adding-and-deleting-points-capability/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Flex 3 Example: Drawing a path at run time with adding and deleting points capabilities</title>
		<link>http://mylinerider.com/2009/07/24/flex-3-example-drawing-a-path-at-run-time-with-adding-and-deleting-points-capabilities/</link>
		<comments>http://mylinerider.com/2009/07/24/flex-3-example-drawing-a-path-at-run-time-with-adding-and-deleting-points-capabilities/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 16:30:10 +0000</pubDate>
		<dc:creator>Gilbert Mizrahi</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[creating paths at run time]]></category>
		<category><![CDATA[Gilbert Mizrahi]]></category>

		<guid isPermaLink="false">http://mylinerider.com/?p=23</guid>
		<description><![CDATA[Expanding on my last example, Flex 3 Experiment: Drawing a path at run time with insert points, here is the same example, but in this version it is possible to delete anchor points by clicking on a black point and then hitiing the DELETE key.
Although in this example and in the previous two, the title [...]]]></description>
			<content:encoded><![CDATA[<p>Expanding on my last example, <a title="Permanent Link to Flex 3 Experiment: Drawing a path at run time with insert points" rel="bookmark" href="../2009/07/22/flex-3-experiment-drawing-a-path-at-run-time-with-insert-points/" target="_blank">Flex 3 Experiment: Drawing a path at run time with insert points</a>,<a title="Permanent Link to Flex 3 Experiment: Drawing a path at run time with insert points" rel="bookmark" href="../2009/07/22/flex-3-experiment-drawing-a-path-at-run-time-with-insert-points/"> </a>here is the same example, but in this version it is possible to delete anchor points by clicking on a black point and then hitiing the DELETE key<a title="Permanent Link to Flex 3 Experiment: Drawing a path at run time with insert points" rel="bookmark" href="../2009/07/22/flex-3-experiment-drawing-a-path-at-run-time-with-insert-points/">.</a></p>
<p>Although in this example and in the previous two, the title suggests is a Flex example, all the path functionality is in a AS file, so it can be run as an Actionscript project as well. It requires Flex 3.2+, Flash CS4 or other IDE that can compile for Flash Player 10.</p>
<p>In this case I called this a Flex example and not an experiment, because these are not really experiments ( i am not trying to do anything new really &#8211; at least not yet).</p>
<p><a href="http://mylinerider.com/swfs/addingPoints2/srcview/"  target="_blank">The code is available here</a>.</p>

<object	type="application/x-shockwave-flash"
			data="http://mylinerider.com/swfs/addingPoints2/AddingPointsToPath.swf"
			width="600"
			height="400">
	<param name="movie" value="http://mylinerider.com/swfs/addingPoints2/AddingPointsToPath.swf" />
</object>
<p><a class="tt-img" href="http://twitter.com/home/?status=Flex+3+Example%3A+Drawing+a+path+at+run+time+with+adding+and+deleting+points+capabilities+http://32rxo.th8.us" onclick="javascript:pageTracker._trackPageview('b/http://twitter.com/home/?status=Flex+3+Example%3A+Drawing+a+path+at+run+time+with+adding+and+deleting+points+capabilities+http://32rxo.th8.us');" title="Post to Twitter (http://32rxo.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-big1.png" alt="[Post to Twitter]" border="0" /></a> &nbsp; <a class="tt-img" href="http://plurk.com/?status=Flex+3+Example%3A+Drawing+a+path+at+run+time+with+adding+and+deleting+points+capabilities+http://32rxo.th8.us" onclick="javascript:pageTracker._trackPageview('b/http://plurk.com/?status=Flex+3+Example%3A+Drawing+a+path+at+run+time+with+adding+and+deleting+points+capabilities+http://32rxo.th8.us');" title="Post to Plurk (http://32rxo.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-plurk-big1.png" alt="[Post to Plurk]" border="0" /></a> &nbsp; <a class="tt-img" href="http://digg.com/submit?url=http://mylinerider.com/2009/07/24/flex-3-example-drawing-a-path-at-run-time-with-adding-and-deleting-points-capabilities/&title=Flex+3+Example%3A+Drawing+a+path+at+run+time+with+adding+and+deleting+points+capabilities" onclick="javascript:pageTracker._trackPageview('b/http://digg.com/submit?url=http://mylinerider.com/2009/07/24/flex-3-example-drawing-a-path-at-run-time-with-adding-and-deleting-points-capabilities/&title=Flex+3+Example%3A+Drawing+a+path+at+run+time+with+adding+and+deleting+points+capabilities');" title="Post to Digg (http://32rxo.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-digg-big1.png" alt="[Post to Digg]" border="0" /></a> &nbsp; <a class="tt-img" href="http://ping.fm/ref/?method=microblog&title=Flex+3+Example%3A+Drawing+a+path+at+run+time+with+adding+and+deleting+points+capabilities&link=http://mylinerider.com/2009/07/24/flex-3-example-drawing-a-path-at-run-time-with-adding-and-deleting-points-capabilities/" onclick="javascript:pageTracker._trackPageview('b/http://ping.fm/ref/?method=microblog&title=Flex+3+Example%3A+Drawing+a+path+at+run+time+with+adding+and+deleting+points+capabilities&link=http://mylinerider.com/2009/07/24/flex-3-example-drawing-a-path-at-run-time-with-adding-and-deleting-points-capabilities/');" title="Post to Ping.fm (http://32rxo.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-ping-big1.png" alt="[Post to ping.fm]" border="0" /></a>]]></content:encoded>
			<wfw:commentRss>http://mylinerider.com/2009/07/24/flex-3-example-drawing-a-path-at-run-time-with-adding-and-deleting-points-capabilities/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Flex 3 Experiment: Drawing curve with many editable points at run time</title>
		<link>http://mylinerider.com/2009/07/18/flex-3-experiment-drawing-curve-with-many-editable-points-at-run-time/</link>
		<comments>http://mylinerider.com/2009/07/18/flex-3-experiment-drawing-curve-with-many-editable-points-at-run-time/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 20:40:38 +0000</pubDate>
		<dc:creator>Gilbert Mizrahi</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Rich interactive Applications]]></category>

		<guid isPermaLink="false">http://mylinerider.com/?p=21</guid>
		<description><![CDATA[It has been a while since my last post. I Have tons of experiments and ideas to post, but I guess I procrastinate too much.
Anyway, a couple days ago a got the book: &#8220;Foundation ActionScript 3.0 Image Effects&#8221; by Todd Yard and its great. I just finished Chapter 1, but I have so many ideas [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a while since my last post. I Have tons of experiments and ideas to post, but I guess I procrastinate too much.</p>
<p>Anyway, a couple days ago a got the book: &#8220;<a href="http://friendsofed.com/book.html?isbn=9781430218715" onclick="javascript:pageTracker._trackPageview('b/http://friendsofed.com/book.html?isbn=9781430218715');" target="_blank">Foundation ActionScript 3.0 Image Effects</a>&#8221; by <a href="http://27bobs.com/preload.html" onclick="javascript:pageTracker._trackPageview('b/http://27bobs.com/preload.html');" target="_blank">Todd Yard</a> and its great. I just finished Chapter 1, but I have so many ideas to play with that I guess it will take a while to finish the book (I sort of browsed the whole thing already though).</p>
<p>One of the descriptions in Chapter 1, which deals with AS3 Drawing API is about changing points in a path.You can see the example below. Click on the canvas (anywher), then click somewhere else, etc.  At any time  you can drag the points to edit the path.</p>

<object	type="application/x-shockwave-flash"
			data="http://mylinerider.com/swfs/changingPointsonaPath.swf"
			width="800"
			height="500">
	<param name="movie" value="http://mylinerider.com/swfs/changingPointsonaPath.swf" />
</object>
<p>Another example refers to drawing curves. In this case a curve is drawn of the stage, but the user can change the start and end point and the control point.  You can play with the curve below.</p>

<object	type="application/x-shockwave-flash"
			data="http://mylinerider.com/swfs/drawingCurves.swf"
			width="800"
			height="500">
	<param name="movie" value="http://mylinerider.com/swfs/drawingCurves.swf" />
</object>
<p>Then, I decided to make some changes and make something like the changing points in a path, but with the path made of curves. The result is shown below. Again, click on the stage a couple of times to draw some stuff. Now besides been able to move the points, you can move the control points (in light red).  <a href="http://mylinerider.com/swfs/srcview/index.html"  target="_blank">The source code is available here</a></p>

<object	type="application/x-shockwave-flash"
			data="http://mylinerider.com/swfs/ChangingPointsInaPathCurves.swf"
			width="800"
			height="500">
	<param name="movie" value="http://mylinerider.com/swfs/ChangingPointsInaPathCurves.swf" />
</object>
<p>Enjoy.</p>
<p><a class="tt-img" href="http://twitter.com/home/?status=Flex+3+Experiment%3A+Drawing+curve+with+many+editable+points+at+run+time+http://x65y4.th8.us" onclick="javascript:pageTracker._trackPageview('b/http://twitter.com/home/?status=Flex+3+Experiment%3A+Drawing+curve+with+many+editable+points+at+run+time+http://x65y4.th8.us');" title="Post to Twitter (http://x65y4.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-big1.png" alt="[Post to Twitter]" border="0" /></a> &nbsp; <a class="tt-img" href="http://plurk.com/?status=Flex+3+Experiment%3A+Drawing+curve+with+many+editable+points+at+run+time+http://x65y4.th8.us" onclick="javascript:pageTracker._trackPageview('b/http://plurk.com/?status=Flex+3+Experiment%3A+Drawing+curve+with+many+editable+points+at+run+time+http://x65y4.th8.us');" title="Post to Plurk (http://x65y4.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-plurk-big1.png" alt="[Post to Plurk]" border="0" /></a> &nbsp; <a class="tt-img" href="http://digg.com/submit?url=http://mylinerider.com/2009/07/18/flex-3-experiment-drawing-curve-with-many-editable-points-at-run-time/&title=Flex+3+Experiment%3A+Drawing+curve+with+many+editable+points+at+run+time" onclick="javascript:pageTracker._trackPageview('b/http://digg.com/submit?url=http://mylinerider.com/2009/07/18/flex-3-experiment-drawing-curve-with-many-editable-points-at-run-time/&title=Flex+3+Experiment%3A+Drawing+curve+with+many+editable+points+at+run+time');" title="Post to Digg (http://x65y4.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-digg-big1.png" alt="[Post to Digg]" border="0" /></a> &nbsp; <a class="tt-img" href="http://ping.fm/ref/?method=microblog&title=Flex+3+Experiment%3A+Drawing+curve+with+many+editable+points+at+run+time&link=http://mylinerider.com/2009/07/18/flex-3-experiment-drawing-curve-with-many-editable-points-at-run-time/" onclick="javascript:pageTracker._trackPageview('b/http://ping.fm/ref/?method=microblog&title=Flex+3+Experiment%3A+Drawing+curve+with+many+editable+points+at+run+time&link=http://mylinerider.com/2009/07/18/flex-3-experiment-drawing-curve-with-many-editable-points-at-run-time/');" title="Post to Ping.fm (http://x65y4.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-ping-big1.png" alt="[Post to ping.fm]" border="0" /></a>]]></content:encoded>
			<wfw:commentRss>http://mylinerider.com/2009/07/18/flex-3-experiment-drawing-curve-with-many-editable-points-at-run-time/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>More on Augmented Reality &#8211; Seb Lee-Delisle Black Hole in Your WebCam</title>
		<link>http://mylinerider.com/2009/01/30/morer-on-augmented-reality-seb-lee-delisle-black-hole-in-your-webcam/</link>
		<comments>http://mylinerider.com/2009/01/30/morer-on-augmented-reality-seb-lee-delisle-black-hole-in-your-webcam/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 23:56:45 +0000</pubDate>
		<dc:creator>Gilbert Mizrahi</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Great ideas]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[augmented reality]]></category>
		<category><![CDATA[FLARToolkit]]></category>
		<category><![CDATA[media experiments]]></category>
		<category><![CDATA[papervision3d]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://mylinerider.com/?p=19</guid>
		<description><![CDATA[Following my post from yesterday about augmented reality, what better than to link to  experiments made by Seb Lee-Delisle with PV3D and FLARToolkit.
The followng video shows the awesome concept&#8230;

Papervision3D augmented reality wormhole from Plug-in Media on Vimeo
Enjoy!!
 &#160;  &#160;  &#160; ]]></description>
			<content:encoded><![CDATA[<p>Following my <a href="http://mylinerider.com/2009/01/29/augmented-reality-%E2%80%93-some-cool-examples-using-flash-actionscript-pv3d-and-flartoolkit/"  target="_blank">post</a> from yesterday about augmented reality, what better than to <a href="http://www.sebleedelisle.com/?p=383" onclick="javascript:pageTracker._trackPageview('b/http://www.sebleedelisle.com/?p=383');" target="_blank">link</a> to <a href="http://www.sebleedelisle.com/?page_id=2" onclick="javascript:pageTracker._trackPageview('b/http://www.sebleedelisle.com/?page_id=2');" target="_blank"> </a>experiments made by <a href="http://www.sebleedelisle.com/?page_id=2" onclick="javascript:pageTracker._trackPageview('b/http://www.sebleedelisle.com/?page_id=2');" target="_blank">Seb Lee-Delisle</a> with <a href="http://papervision3d.org/" onclick="javascript:pageTracker._trackPageview('b/http://papervision3d.org/');" target="_blank">PV3D</a> and FLARToolkit.</p>
<p>The followng video shows the awesome concept&#8230;</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="302" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3016059&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="302" src="http://vimeo.com/moogaloop.swf?clip_id=3016059&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<a href="http://vimeo.com/3016059" onclick="javascript:pageTracker._trackPageview('b/http://vimeo.com/3016059');">Papervision3D augmented reality wormhole</a> from <a href="http://vimeo.com/user457592" onclick="javascript:pageTracker._trackPageview('b/http://vimeo.com/user457592');">Plug-in Media</a> on <a href="http://vimeo.com" onclick="javascript:pageTracker._trackPageview('b/http://vimeo.com');">Vimeo</a></p>
<p>Enjoy!!</p>
<p><a class="tt-img" href="http://twitter.com/home/?status=More+on+Augmented+Reality+--+Seb+Lee-Delisle+Black+Hole+in+Your+WebCam+http://5nw8d.th8.us" onclick="javascript:pageTracker._trackPageview('b/http://twitter.com/home/?status=More+on+Augmented+Reality+--+Seb+Lee-Delisle+Black+Hole+in+Your+WebCam+http://5nw8d.th8.us');" title="Post to Twitter (http://5nw8d.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-big1.png" alt="[Post to Twitter]" border="0" /></a> &nbsp; <a class="tt-img" href="http://plurk.com/?status=More+on+Augmented+Reality+--+Seb+Lee-Delisle+Black+Hole+in+Your+WebCam+http://5nw8d.th8.us" onclick="javascript:pageTracker._trackPageview('b/http://plurk.com/?status=More+on+Augmented+Reality+--+Seb+Lee-Delisle+Black+Hole+in+Your+WebCam+http://5nw8d.th8.us');" title="Post to Plurk (http://5nw8d.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-plurk-big1.png" alt="[Post to Plurk]" border="0" /></a> &nbsp; <a class="tt-img" href="http://digg.com/submit?url=http://mylinerider.com/2009/01/30/morer-on-augmented-reality-seb-lee-delisle-black-hole-in-your-webcam/&title=More+on+Augmented+Reality+--+Seb+Lee-Delisle+Black+Hole+in+Your+WebCam" onclick="javascript:pageTracker._trackPageview('b/http://digg.com/submit?url=http://mylinerider.com/2009/01/30/morer-on-augmented-reality-seb-lee-delisle-black-hole-in-your-webcam/&title=More+on+Augmented+Reality+--+Seb+Lee-Delisle+Black+Hole+in+Your+WebCam');" title="Post to Digg (http://5nw8d.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-digg-big1.png" alt="[Post to Digg]" border="0" /></a> &nbsp; <a class="tt-img" href="http://ping.fm/ref/?method=microblog&title=More+on+Augmented+Reality+--+Seb+Lee-Delisle+Black+Hole+in+Your+WebCam&link=http://mylinerider.com/2009/01/30/morer-on-augmented-reality-seb-lee-delisle-black-hole-in-your-webcam/" onclick="javascript:pageTracker._trackPageview('b/http://ping.fm/ref/?method=microblog&title=More+on+Augmented+Reality+--+Seb+Lee-Delisle+Black+Hole+in+Your+WebCam&link=http://mylinerider.com/2009/01/30/morer-on-augmented-reality-seb-lee-delisle-black-hole-in-your-webcam/');" title="Post to Ping.fm (http://5nw8d.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-ping-big1.png" alt="[Post to ping.fm]" border="0" /></a>]]></content:encoded>
			<wfw:commentRss>http://mylinerider.com/2009/01/30/morer-on-augmented-reality-seb-lee-delisle-black-hole-in-your-webcam/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Augmented Reality – Some cool Examples using Flash Actionscript, PV3D  and FLARToolKit</title>
		<link>http://mylinerider.com/2009/01/29/augmented-reality-%e2%80%93-some-cool-examples-using-flash-actionscript-pv3d-and-flartoolkit/</link>
		<comments>http://mylinerider.com/2009/01/29/augmented-reality-%e2%80%93-some-cool-examples-using-flash-actionscript-pv3d-and-flartoolkit/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 23:30:44 +0000</pubDate>
		<dc:creator>Gilbert Mizrahi</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Great ideas]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[Advertisement]]></category>
		<category><![CDATA[augmented reality]]></category>
		<category><![CDATA[Papervision 3D]]></category>

		<guid isPermaLink="false">http://mylinerider.com/?p=18</guid>
		<description><![CDATA[A few weeks ago I saw a post on the PaperVision3D list about augmented reality using a 3D instantiated using PaperVision3D. I didn’t know what to expect, but I follow the link to check it out. The post at Sander Wichers blog, shows a nice combination of a 3D cube (made with PV3D) that can [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago I saw a post on the PaperVision3D list about augmented reality using a 3D instantiated using PaperVision3D. I didn’t know what to expect, but I follow the link to check it out. The post at <a href="http://labs.wichers.nu/2008/11/14/flash-and-augmented-reality/" onclick="javascript:pageTracker._trackPageview('b/http://labs.wichers.nu/2008/11/14/flash-and-augmented-reality/');" target="_blank">Sander Wichers</a> blog, shows a nice combination of a 3D cube (made with PV3D) that can be manipulated in the real world. Sander uses a Mammoth media server (in alpha) and an augmented reality library named <a href="http://studierstube.icg.tu-graz.ac.at/handheld_ar/artoolkitplus.php" onclick="javascript:pageTracker._trackPageview('b/http://studierstube.icg.tu-graz.ac.at/handheld_ar/artoolkitplus.php');" target="_blank">ARToolKitPlus</a> as a server plug-in.</p>
<p>A couple of days later a saw another experiment using also PV3D and FLARToolkit a Flash implementation of <a href="http://www.libspark.org/wiki/saqoosha/FLARToolKit" onclick="javascript:pageTracker._trackPageview('b/http://www.libspark.org/wiki/saqoosha/FLARToolKit');" target="_blank">ARToolkit</a> (is in Japanese) made by <a href="http://saqoosha.net/en/" onclick="javascript:pageTracker._trackPageview('b/http://saqoosha.net/en/');" target="_blank">Sagoosha</a>. <strong><a href="http://saqoosha.net/en/" onclick="javascript:pageTracker._trackPageview('b/http://saqoosha.net/en/');" target="_blank"> </a></strong><a href="http://www.hitl.washington.edu/artoolkit/" onclick="javascript:pageTracker._trackPageview('b/http://www.hitl.washington.edu/artoolkit/');" target="_blank"><strong></strong></a></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="302" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=2283082&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="302" src="http://vimeo.com/moogaloop.swf?clip_id=2283082&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<a href="http://vimeo.com/2283082" onclick="javascript:pageTracker._trackPageview('b/http://vimeo.com/2283082');">Papervision &#8211; Augmented Reality (extended)</a> from <a href="http://vimeo.com/user946580" onclick="javascript:pageTracker._trackPageview('b/http://vimeo.com/user946580');">dpinteractive</a> on <a href="http://vimeo.com" onclick="javascript:pageTracker._trackPageview('b/http://vimeo.com');">Vimeo</a>.</p>
<p>I found some other interesting work on augmented reality by a French company called <a href="http://www.t-immersion.com/" onclick="javascript:pageTracker._trackPageview('b/http://www.t-immersion.com/');" target="_blank">Total Inmmersion</a>, that specialized on this (commercially). They have presented at the <a href="http://demo.com/" onclick="javascript:pageTracker._trackPageview('b/http://demo.com/');" target="_blank">DEMO conference</a> in 2004 and 2007. The following video is from their 2007 presentation</p>
<p>[wp_youtube]g8Eycccww6k[/wp_youtube]</p>
<p>You can access the DEMO 2004 presentation at: http://video.google.com/videoplay?docid=6523761027552517909</p>
<p>A few days ago, via the <a href="http://blog.papervision3d.org/" onclick="javascript:pageTracker._trackPageview('b/http://blog.papervision3d.org/');" target="_blank">Papervision3D blog</a> (again), I found that <a href="http://saqoosha.net/en/" onclick="javascript:pageTracker._trackPageview('b/http://saqoosha.net/en/');" target="_blank">Sagoosha</a> published even a cooler demo to wish all of us a Happy New Year.</p>
<p>[wp_youtube]TW6_X9qBeds[/wp_youtube]</p>
<p>And you can even interact with this one by going <a href="http://09.aid-dcc.com/" onclick="javascript:pageTracker._trackPageview('b/http://09.aid-dcc.com/');" target="_blank">here</a>. Enjoy!!</p>
<p><a class="tt-img" href="http://twitter.com/home/?status=Augmented+Reality+%E2%80%22+Some+cool+Examples+using+Flash+Actionscript%2C+PV3D++and+FLARToolKit+http://ck977.th8.us" onclick="javascript:pageTracker._trackPageview('b/http://twitter.com/home/?status=Augmented+Reality+%E2%80%22+Some+cool+Examples+using+Flash+Actionscript%2C+PV3D++and+FLARToolKit+http://ck977.th8.us');" title="Post to Twitter (http://ck977.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-big1.png" alt="[Post to Twitter]" border="0" /></a> &nbsp; <a class="tt-img" href="http://plurk.com/?status=Augmented+Reality+%E2%80%22+Some+cool+Examples+using+Flash+Actionscript%2C+PV3D++and+FLARToolKit+http://ck977.th8.us" onclick="javascript:pageTracker._trackPageview('b/http://plurk.com/?status=Augmented+Reality+%E2%80%22+Some+cool+Examples+using+Flash+Actionscript%2C+PV3D++and+FLARToolKit+http://ck977.th8.us');" title="Post to Plurk (http://ck977.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-plurk-big1.png" alt="[Post to Plurk]" border="0" /></a> &nbsp; <a class="tt-img" href="http://digg.com/submit?url=http://mylinerider.com/2009/01/29/augmented-reality-%e2%80%93-some-cool-examples-using-flash-actionscript-pv3d-and-flartoolkit/&title=Augmented+Reality+%E2%80%22+Some+cool+Examples+using+Flash+Actionscript%2C+PV3D++and+FLARToolKit" onclick="javascript:pageTracker._trackPageview('b/http://digg.com/submit?url=http://mylinerider.com/2009/01/29/augmented-reality-%e2%80%93-some-cool-examples-using-flash-actionscript-pv3d-and-flartoolkit/&title=Augmented+Reality+%E2%80%22+Some+cool+Examples+using+Flash+Actionscript%2C+PV3D++and+FLARToolKit');" title="Post to Digg (http://ck977.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-digg-big1.png" alt="[Post to Digg]" border="0" /></a> &nbsp; <a class="tt-img" href="http://ping.fm/ref/?method=microblog&title=Augmented+Reality+%E2%80%22+Some+cool+Examples+using+Flash+Actionscript%2C+PV3D++and+FLARToolKit&link=http://mylinerider.com/2009/01/29/augmented-reality-%e2%80%93-some-cool-examples-using-flash-actionscript-pv3d-and-flartoolkit/" onclick="javascript:pageTracker._trackPageview('b/http://ping.fm/ref/?method=microblog&title=Augmented+Reality+%E2%80%22+Some+cool+Examples+using+Flash+Actionscript%2C+PV3D++and+FLARToolKit&link=http://mylinerider.com/2009/01/29/augmented-reality-%e2%80%93-some-cool-examples-using-flash-actionscript-pv3d-and-flartoolkit/');" title="Post to Ping.fm (http://ck977.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-ping-big1.png" alt="[Post to ping.fm]" border="0" /></a>]]></content:encoded>
			<wfw:commentRss>http://mylinerider.com/2009/01/29/augmented-reality-%e2%80%93-some-cool-examples-using-flash-actionscript-pv3d-and-flartoolkit/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Gamebrix &#8211; A platform that allows anyone to create online casual games</title>
		<link>http://mylinerider.com/2008/04/23/gamebrix-a-platform-that-allows-anyone-to-create-online-casual-games/</link>
		<comments>http://mylinerider.com/2008/04/23/gamebrix-a-platform-that-allows-anyone-to-create-online-casual-games/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 03:25:24 +0000</pubDate>
		<dc:creator>Gilbert Mizrahi</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Great ideas]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[New technologies]]></category>
		<category><![CDATA[Rich interactive Applications]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[flash games]]></category>
		<category><![CDATA[game autoring]]></category>
		<category><![CDATA[Gilbert Mizrahi]]></category>
		<category><![CDATA[online games]]></category>

		<guid isPermaLink="false">http://mylinerider.com/2008/04/23/gamebrix-a-platform-that-allows-anyone-to-create-online-casual-games/</guid>
		<description><![CDATA[Today I went to monthly meeting of the BFPUG (Boston Flash Platform User Group) to see a presentation about Gamebrix. Naveena Swamy, the founder of the company, showcased their platform, and it was a real threat.
I believe Gamebrix is up to something big. With their platform you can create games in 2 ways: One, by [...]]]></description>
			<content:encoded><![CDATA[<p>Today I went to monthly meeting of the <a href="http://www.bfpug.com/" onclick="javascript:pageTracker._trackPageview('b/http://www.bfpug.com/');" target="_blank">BFPUG (Boston Flash Platform User Group)</a> to see a presentation about <a href="http://www.gamebrix.net/" onclick="javascript:pageTracker._trackPageview('b/http://www.gamebrix.net/');">Gamebrix</a>. Naveena Swamy, the founder of the company, showcased their platform, and it was a real threat.</p>
<p>I believe <a href="http://www.gamebrix.net/" onclick="javascript:pageTracker._trackPageview('b/http://www.gamebrix.net/');" target="_blank">Gamebri</a>x is up to something big. With their platform you can create games in 2 ways: One, by using the Gamebrix express, in which you can customize preexisting games or game templates by changing  assets (graphics, audio, animations). The otherone by using the  Gamebrix Builder. With the later you select your assets (graphics, animations, audio), either provided by the system or by importing your own. Then, you can add intelligence to your objects (again images or animations). By intelligence I mean interactivity &#8211; user actions (mouse clicks on the object), behaviors (how the objects react to events- i.e. to collisions),  constraints and more.  Finally you create the game, which is compiled on the server and produce a swf file (Flash file) that can be placed in any website or social networking site.</p>
<p>The platform has been built with Adobe Flex and its very easy to use. Once a user finishes creating a game, she can share it through the Gamebrix platform or post it in her own website. The game creator can easily edit games, change graphics, sounds and logic and quickly produce completely different games based on the same main storyline.</p>
<p>One cool idea is to use the platform to create contexts. A company can define certain rules, like use those graphics ( a logo, and some other branding elements) and use these themes to create games for that company in exchange for prizes and recognition. If you want to explore the potential of this for your own organization you may need to contact the company.</p>
<p>Right now the platform is in public beta testing and the access to create and share games is totally free of charge. We discussed a little about their business model, but not enough to be able to mention anything in here.</p>
<p>Well, what are you waiting for. Go there and create some cool games and share them with the world!!</p>
<p><a class="tt-img" href="http://twitter.com/home/?status=Gamebrix+--+A+platform+that+allows+anyone+to+create+online+casual+games+http://gdsrs.th8.us" onclick="javascript:pageTracker._trackPageview('b/http://twitter.com/home/?status=Gamebrix+--+A+platform+that+allows+anyone+to+create+online+casual+games+http://gdsrs.th8.us');" title="Post to Twitter (http://gdsrs.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-big1.png" alt="[Post to Twitter]" border="0" /></a> &nbsp; <a class="tt-img" href="http://plurk.com/?status=Gamebrix+--+A+platform+that+allows+anyone+to+create+online+casual+games+http://gdsrs.th8.us" onclick="javascript:pageTracker._trackPageview('b/http://plurk.com/?status=Gamebrix+--+A+platform+that+allows+anyone+to+create+online+casual+games+http://gdsrs.th8.us');" title="Post to Plurk (http://gdsrs.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-plurk-big1.png" alt="[Post to Plurk]" border="0" /></a> &nbsp; <a class="tt-img" href="http://digg.com/submit?url=http://mylinerider.com/2008/04/23/gamebrix-a-platform-that-allows-anyone-to-create-online-casual-games/&title=Gamebrix+--+A+platform+that+allows+anyone+to+create+online+casual+games" onclick="javascript:pageTracker._trackPageview('b/http://digg.com/submit?url=http://mylinerider.com/2008/04/23/gamebrix-a-platform-that-allows-anyone-to-create-online-casual-games/&title=Gamebrix+--+A+platform+that+allows+anyone+to+create+online+casual+games');" title="Post to Digg (http://gdsrs.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-digg-big1.png" alt="[Post to Digg]" border="0" /></a> &nbsp; <a class="tt-img" href="http://ping.fm/ref/?method=microblog&title=Gamebrix+--+A+platform+that+allows+anyone+to+create+online+casual+games&link=http://mylinerider.com/2008/04/23/gamebrix-a-platform-that-allows-anyone-to-create-online-casual-games/" onclick="javascript:pageTracker._trackPageview('b/http://ping.fm/ref/?method=microblog&title=Gamebrix+--+A+platform+that+allows+anyone+to+create+online+casual+games&link=http://mylinerider.com/2008/04/23/gamebrix-a-platform-that-allows-anyone-to-create-online-casual-games/');" title="Post to Ping.fm (http://gdsrs.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-ping-big1.png" alt="[Post to ping.fm]" border="0" /></a>]]></content:encoded>
			<wfw:commentRss>http://mylinerider.com/2008/04/23/gamebrix-a-platform-that-allows-anyone-to-create-online-casual-games/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Igor Costa&#8217;s comparison of Adobe AIR and Multidmedia Zinc 3.0</title>
		<link>http://mylinerider.com/2008/01/31/igor-costas-comparison-of-adobe-air-and-multidmedia-zinc-30/</link>
		<comments>http://mylinerider.com/2008/01/31/igor-costas-comparison-of-adobe-air-and-multidmedia-zinc-30/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 04:09:35 +0000</pubDate>
		<dc:creator>Gilbert Mizrahi</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Rich interactive Applications]]></category>
		<category><![CDATA[Gilbert Mizrahi]]></category>
		<category><![CDATA[web-enabled desktop applications]]></category>
		<category><![CDATA[Zinc]]></category>

		<guid isPermaLink="false">http://mylinerider.com/2008/01/31/igor-costas-comparison-of-adobe-air-and-multidmedia-zinc-30/</guid>
		<description><![CDATA[Igor has posted a nice initial comparison of these applications that allow creating web-enabled desktop applications using Flash and Flex.
I have been using Zinc since it was known as Flash Studio Pro and I been able to develop some interesting applications. I thing the new version of Zinc opens new possibilities, but I like also [...]]]></description>
			<content:encoded><![CDATA[<p>Igor has <a href="http://www.igorcosta.org/?p=104" onclick="javascript:pageTracker._trackPageview('b/http://www.igorcosta.org/?p=104');" target="_blank">posted</a> a nice initial comparison of these applications that allow creating web-enabled desktop applications using Flash and Flex.</p>
<p>I have been using Zinc since it was known as Flash Studio Pro and I been able to develop some interesting applications. I thing the new version of Zinc opens new possibilities, but I like also the great potential that AIR provides.</p>
<p>In the Flex 3/AIR preview tour last week, Adobe showcased many cool capabilities both for Flex 3 and for AIR. Clearly, it&#8217;s an exciting time for RIA developers.</p>
<p><a class="tt-img" href="http://twitter.com/home/?status=Igor+Costa%27s+comparison+of+Adobe+AIR+and+Multidmedia+Zinc+3.0+http://irq5p.th8.us" onclick="javascript:pageTracker._trackPageview('b/http://twitter.com/home/?status=Igor+Costa%27s+comparison+of+Adobe+AIR+and+Multidmedia+Zinc+3.0+http://irq5p.th8.us');" title="Post to Twitter (http://irq5p.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-big1.png" alt="[Post to Twitter]" border="0" /></a> &nbsp; <a class="tt-img" href="http://plurk.com/?status=Igor+Costa%27s+comparison+of+Adobe+AIR+and+Multidmedia+Zinc+3.0+http://irq5p.th8.us" onclick="javascript:pageTracker._trackPageview('b/http://plurk.com/?status=Igor+Costa%27s+comparison+of+Adobe+AIR+and+Multidmedia+Zinc+3.0+http://irq5p.th8.us');" title="Post to Plurk (http://irq5p.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-plurk-big1.png" alt="[Post to Plurk]" border="0" /></a> &nbsp; <a class="tt-img" href="http://digg.com/submit?url=http://mylinerider.com/2008/01/31/igor-costas-comparison-of-adobe-air-and-multidmedia-zinc-30/&title=Igor+Costa%27s+comparison+of+Adobe+AIR+and+Multidmedia+Zinc+3.0" onclick="javascript:pageTracker._trackPageview('b/http://digg.com/submit?url=http://mylinerider.com/2008/01/31/igor-costas-comparison-of-adobe-air-and-multidmedia-zinc-30/&title=Igor+Costa%27s+comparison+of+Adobe+AIR+and+Multidmedia+Zinc+3.0');" title="Post to Digg (http://irq5p.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-digg-big1.png" alt="[Post to Digg]" border="0" /></a> &nbsp; <a class="tt-img" href="http://ping.fm/ref/?method=microblog&title=Igor+Costa%27s+comparison+of+Adobe+AIR+and+Multidmedia+Zinc+3.0&link=http://mylinerider.com/2008/01/31/igor-costas-comparison-of-adobe-air-and-multidmedia-zinc-30/" onclick="javascript:pageTracker._trackPageview('b/http://ping.fm/ref/?method=microblog&title=Igor+Costa%27s+comparison+of+Adobe+AIR+and+Multidmedia+Zinc+3.0&link=http://mylinerider.com/2008/01/31/igor-costas-comparison-of-adobe-air-and-multidmedia-zinc-30/');" title="Post to Ping.fm (http://irq5p.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-ping-big1.png" alt="[Post to ping.fm]" border="0" /></a>]]></content:encoded>
			<wfw:commentRss>http://mylinerider.com/2008/01/31/igor-costas-comparison-of-adobe-air-and-multidmedia-zinc-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Physical Computing &#8211; Some great uses</title>
		<link>http://mylinerider.com/2008/01/31/physical-computing-some-great-uses/</link>
		<comments>http://mylinerider.com/2008/01/31/physical-computing-some-great-uses/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 03:46:28 +0000</pubDate>
		<dc:creator>Gilbert Mizrahi</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Great ideas]]></category>
		<category><![CDATA[New technologies]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[Gilbert Mizrahi]]></category>
		<category><![CDATA[interacting with the physical world]]></category>
		<category><![CDATA[Physical computing]]></category>

		<guid isPermaLink="false">http://mylinerider.com/2008/01/31/physical-computing-some-great-uses/</guid>
		<description><![CDATA[Last week I attended the monthly presentation at the Boston Flash Platform User Group (BFPUG) about physical computing using Flash CS3/Flex. Michelle Yaiser did a great job showing how to interface with several different pieces of hardware through Flash.
Basically,  using a board from Making Things that can be connected to a PC via an [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I attended the monthly presentation at the Boston Flash Platform User Group (BFPUG) about physical computing using Flash CS3/Flex. Michelle Yaiser did a great job showing how to interface with several different pieces of hardware through Flash.</p>
<p>Basically,  using a board from <a href="http://makingthings.com" onclick="javascript:pageTracker._trackPageview('b/http://makingthings.com');" target="_blank">Making Things</a> that can be connected to a PC via an USB port, a Flash application can exchange data with external sensors. This means the Flash app. can receive inputs from photocells, temperature sensors, potentiometers, bend sensors, etc, and send orders to servo motors and other devices. Pretty cool stuff.</p>
<p>In the past I have seen many demos related to physical computing with Flash,  but I did not understand what was involved. Michelle explained the process explicitly.</p>
<p>After the meeting I started to explore the  <a href="http://makingthings.com" onclick="javascript:pageTracker._trackPageview('b/http://makingthings.com');" target="_blank">Making Things</a> site to see what kind of things people are doing in this area. In their <a href="http://makingthings.com/projects" onclick="javascript:pageTracker._trackPageview('b/http://makingthings.com/projects');" target="_blank">Projects</a> page they list many exciting examples. One of the most attractive projects to me is the <a href="http://makingthings.com/projects/CandyFab-4000" onclick="javascript:pageTracker._trackPageview('b/http://makingthings.com/projects/CandyFab-4000');" target="_blank">CandyFab 4000</a>, &#8211; large &#8211; low cost &#8211; low resolution &#8211; 3D printer that uses sugar as the printing material.</p>
<p>They list many other innovative projects that could provide great ideas on how to use the computer to interact with the physical world. They have software interfaces for other programming languages besides Actionscript, but those are outside of my area of interest.</p>
<p>It seems I have to save some green to start playing around with these controllers and sensors. Probably my 11-year old Daniel would enjoy the journey even more than I.</p>
<h1 class="documentFirstHeading"></h1>
<p><a class="tt-img" href="http://twitter.com/home/?status=Physical+Computing+--+Some+great+uses+http://eknsp.th8.us" onclick="javascript:pageTracker._trackPageview('b/http://twitter.com/home/?status=Physical+Computing+--+Some+great+uses+http://eknsp.th8.us');" title="Post to Twitter (http://eknsp.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-big1.png" alt="[Post to Twitter]" border="0" /></a> &nbsp; <a class="tt-img" href="http://plurk.com/?status=Physical+Computing+--+Some+great+uses+http://eknsp.th8.us" onclick="javascript:pageTracker._trackPageview('b/http://plurk.com/?status=Physical+Computing+--+Some+great+uses+http://eknsp.th8.us');" title="Post to Plurk (http://eknsp.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-plurk-big1.png" alt="[Post to Plurk]" border="0" /></a> &nbsp; <a class="tt-img" href="http://digg.com/submit?url=http://mylinerider.com/2008/01/31/physical-computing-some-great-uses/&title=Physical+Computing+--+Some+great+uses" onclick="javascript:pageTracker._trackPageview('b/http://digg.com/submit?url=http://mylinerider.com/2008/01/31/physical-computing-some-great-uses/&title=Physical+Computing+--+Some+great+uses');" title="Post to Digg (http://eknsp.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-digg-big1.png" alt="[Post to Digg]" border="0" /></a> &nbsp; <a class="tt-img" href="http://ping.fm/ref/?method=microblog&title=Physical+Computing+--+Some+great+uses&link=http://mylinerider.com/2008/01/31/physical-computing-some-great-uses/" onclick="javascript:pageTracker._trackPageview('b/http://ping.fm/ref/?method=microblog&title=Physical+Computing+--+Some+great+uses&link=http://mylinerider.com/2008/01/31/physical-computing-some-great-uses/');" title="Post to Ping.fm (http://eknsp.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-ping-big1.png" alt="[Post to ping.fm]" border="0" /></a>]]></content:encoded>
			<wfw:commentRss>http://mylinerider.com/2008/01/31/physical-computing-some-great-uses/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ryan Stuart&#8217;s &#8211; 10 Rich Internet Application Predictions for 2008</title>
		<link>http://mylinerider.com/2008/01/10/ryan-stuart-10-rich-internet-application-predictions-for-2008/</link>
		<comments>http://mylinerider.com/2008/01/10/ryan-stuart-10-rich-internet-application-predictions-for-2008/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 04:27:47 +0000</pubDate>
		<dc:creator>Gilbert Mizrahi</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[New technologies]]></category>
		<category><![CDATA[Rich interactive Applications]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[colaboration]]></category>
		<category><![CDATA[Flash player 9]]></category>
		<category><![CDATA[Gapminder]]></category>
		<category><![CDATA[Gilbert Mizrahi]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[mobile devices]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Rich internet Applications]]></category>
		<category><![CDATA[Ryan Stuart]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://mylinerider.com/2008/01/10/ryan-stuart-10-rich-internet-application-predictions-for-2008/</guid>
		<description><![CDATA[Ryan Stuart, an Adobe Evangelist, has came up with his 10 RIA predictions for the year. Besides been an interesting read, I think he has some good points in there. RIA capabilities are improving rapidly because of the strong competition between Adobe and Microsoft. Adobe is very well positioned with the Flash platform and all [...]]]></description>
			<content:encoded><![CDATA[<p>Ryan Stuart, an Adobe Evangelist, has came up with his <a href="http://blogs.zdnet.com/Stewart/?p=699" onclick="javascript:pageTracker._trackPageview('b/http://blogs.zdnet.com/Stewart/?p=699');" target="_blank">10 RIA predictions for the year</a>. Besides been an interesting read, I think he has some good points in there. RIA capabilities are improving rapidly because of the strong competition between Adobe and Microsoft. Adobe is very well positioned with the Flash platform and all the products in its portfolio, but Microsoft is a giant with a lot of followers in the development community.</p>
<p>At the end, the competition is good for the development community and for the end users. For the development community because we will have more tools &#8211; a better arsenal to produce great solutions, both for the web and for the desktop. For the end-users because, hopefully, there will be better and more efficient and effective web-based applications with improved UI design and navigation.</p>
<p>I believe in 2008 there will be a boom in visualization-collaboration applications. Ryan touches on those tow points in his predictions. I should add, that the integration &#8220;collaborative visualization&#8221; will be exploding as well. Currently there a few interesting web-based visualization applications like <a href="http://services.alphaworks.ibm.com/manyeyes/home" onclick="javascript:pageTracker._trackPageview('b/http://services.alphaworks.ibm.com/manyeyes/home');" target="_blank">IBM Many Eyes</a> created in Java and <a href="http://www.gapminder.org/" onclick="javascript:pageTracker._trackPageview('b/http://www.gapminder.org/');" target="_blank">Gapminder</a>, a Google product (acquired) made with Open Source Flash tools, and a few others. However, there collaborative capabilities are very basic, and they display visualizations from static data sources only.</p>
<p>Ryan did not mention any predictions about RIAs in mobile devices. I don&#8217;t know much about mobile devices, cell phones and PDAs, but I think there computational power, memory and storage capacity are reaching a point were they will be as powerful as basic computers and will be able to run Flash Player 9 and maybe Silverlight. Currently, only a handful of them support Flash Player 9, but I think this will change in 2008.</p>
<p>One thing is for sure, we have an exciting year a head of us&#8230;</p>
<p><a class="tt-img" href="http://twitter.com/home/?status=Ryan+Stuart%27s+--+10+Rich+Internet+Application+Predictions+for+2008+http://39qqn.th8.us" onclick="javascript:pageTracker._trackPageview('b/http://twitter.com/home/?status=Ryan+Stuart%27s+--+10+Rich+Internet+Application+Predictions+for+2008+http://39qqn.th8.us');" title="Post to Twitter (http://39qqn.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-big1.png" alt="[Post to Twitter]" border="0" /></a> &nbsp; <a class="tt-img" href="http://plurk.com/?status=Ryan+Stuart%27s+--+10+Rich+Internet+Application+Predictions+for+2008+http://39qqn.th8.us" onclick="javascript:pageTracker._trackPageview('b/http://plurk.com/?status=Ryan+Stuart%27s+--+10+Rich+Internet+Application+Predictions+for+2008+http://39qqn.th8.us');" title="Post to Plurk (http://39qqn.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-plurk-big1.png" alt="[Post to Plurk]" border="0" /></a> &nbsp; <a class="tt-img" href="http://digg.com/submit?url=http://mylinerider.com/2008/01/10/ryan-stuart-10-rich-internet-application-predictions-for-2008/&title=Ryan+Stuart%27s+--+10+Rich+Internet+Application+Predictions+for+2008" onclick="javascript:pageTracker._trackPageview('b/http://digg.com/submit?url=http://mylinerider.com/2008/01/10/ryan-stuart-10-rich-internet-application-predictions-for-2008/&title=Ryan+Stuart%27s+--+10+Rich+Internet+Application+Predictions+for+2008');" title="Post to Digg (http://39qqn.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-digg-big1.png" alt="[Post to Digg]" border="0" /></a> &nbsp; <a class="tt-img" href="http://ping.fm/ref/?method=microblog&title=Ryan+Stuart%27s+--+10+Rich+Internet+Application+Predictions+for+2008&link=http://mylinerider.com/2008/01/10/ryan-stuart-10-rich-internet-application-predictions-for-2008/" onclick="javascript:pageTracker._trackPageview('b/http://ping.fm/ref/?method=microblog&title=Ryan+Stuart%27s+--+10+Rich+Internet+Application+Predictions+for+2008&link=http://mylinerider.com/2008/01/10/ryan-stuart-10-rich-internet-application-predictions-for-2008/');" title="Post to Ping.fm (http://39qqn.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-ping-big1.png" alt="[Post to ping.fm]" border="0" /></a>]]></content:encoded>
			<wfw:commentRss>http://mylinerider.com/2008/01/10/ryan-stuart-10-rich-internet-application-predictions-for-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The new LineRider, the end of an era?</title>
		<link>http://mylinerider.com/2007/12/27/the-new-linerider-the-end-of-an-era/</link>
		<comments>http://mylinerider.com/2007/12/27/the-new-linerider-the-end-of-an-era/#comments</comments>
		<pubDate>Thu, 27 Dec 2007 21:54:27 +0000</pubDate>
		<dc:creator>Gilbert Mizrahi</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Great ideas]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[digital toys]]></category>
		<category><![CDATA[linerider]]></category>

		<guid isPermaLink="false">http://mylinerider.com/2007/12/27/the-new-linerider-the-end-of-an-era/</guid>
		<description><![CDATA[I was reading this post at bit-101.com and I must agree with Keith. I mean, I was inspired by LineRider (check the domain name here and the Why the Name link), and I feel disappointed to see how complex they are making the game.
I think the reason it became some popular and viral in the [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading <a href="http://www.bit-101.com/blog/?p=1114" onclick="javascript:pageTracker._trackPageview('b/http://www.bit-101.com/blog/?p=1114');" title="this post" target="_blank">this post</a> at bit-101.com and I must agree with Keith. I mean, I was inspired by LineRider (check the domain name here and the <a href="http://mylinerider.com/about/"  title="Why the Name" target="_blank">Why the Name</a> link), and I feel disappointed to see how complex they are making the game.</p>
<p>I think the reason it became some popular and viral in the first place, was because of its simplicity. With a minimalistic user interface and practically no learning curve it was really contagious. Although the learning curve was zero, the experience curve was huge. People could play for hours experimenting new ways to draw there paths.</p>
<p>I haven&#8217;t tried the latest version, but from what I have seen, it is now just like any commercial game. For me the enchantment is over.</p>
<p><a class="tt-img" href="http://twitter.com/home/?status=The+new+LineRider%2C+the+end+of+an+era%3F+http://3aqqf.th8.us" onclick="javascript:pageTracker._trackPageview('b/http://twitter.com/home/?status=The+new+LineRider%2C+the+end+of+an+era%3F+http://3aqqf.th8.us');" title="Post to Twitter (http://3aqqf.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-big1.png" alt="[Post to Twitter]" border="0" /></a> &nbsp; <a class="tt-img" href="http://plurk.com/?status=The+new+LineRider%2C+the+end+of+an+era%3F+http://3aqqf.th8.us" onclick="javascript:pageTracker._trackPageview('b/http://plurk.com/?status=The+new+LineRider%2C+the+end+of+an+era%3F+http://3aqqf.th8.us');" title="Post to Plurk (http://3aqqf.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-plurk-big1.png" alt="[Post to Plurk]" border="0" /></a> &nbsp; <a class="tt-img" href="http://digg.com/submit?url=http://mylinerider.com/2007/12/27/the-new-linerider-the-end-of-an-era/&title=The+new+LineRider%2C+the+end+of+an+era%3F" onclick="javascript:pageTracker._trackPageview('b/http://digg.com/submit?url=http://mylinerider.com/2007/12/27/the-new-linerider-the-end-of-an-era/&title=The+new+LineRider%2C+the+end+of+an+era%3F');" title="Post to Digg (http://3aqqf.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-digg-big1.png" alt="[Post to Digg]" border="0" /></a> &nbsp; <a class="tt-img" href="http://ping.fm/ref/?method=microblog&title=The+new+LineRider%2C+the+end+of+an+era%3F&link=http://mylinerider.com/2007/12/27/the-new-linerider-the-end-of-an-era/" onclick="javascript:pageTracker._trackPageview('b/http://ping.fm/ref/?method=microblog&title=The+new+LineRider%2C+the+end+of+an+era%3F&link=http://mylinerider.com/2007/12/27/the-new-linerider-the-end-of-an-era/');" title="Post to Ping.fm (http://3aqqf.th8.us)"><img class="nothumb" src="http://mylinerider.com/wp-content/plugins/tweet-this/icons/tt-ping-big1.png" alt="[Post to ping.fm]" border="0" /></a>]]></content:encoded>
			<wfw:commentRss>http://mylinerider.com/2007/12/27/the-new-linerider-the-end-of-an-era/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
