<?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: Flash/Air Laser Graffiti</title>
	<atom:link href="http://www.neuroproductions.be/experiments/flash-laser-graffiti/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neuroproductions.be/experiments/flash-laser-graffiti/</link>
	<description>Freelance Creative Developer - IOS -WebGL - Flash</description>
	<lastBuildDate>Fri, 03 Feb 2012 19:42:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: LASERS! and other things &#171; Media Project</title>
		<link>http://www.neuroproductions.be/experiments/flash-laser-graffiti/comment-page-1/#comment-13</link>
		<dc:creator>LASERS! and other things &#171; Media Project</dc:creator>
		<pubDate>Wed, 03 Feb 2010 16:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuroproductions.be/WPnieuwTest/?p=11#comment-13</guid>
		<description>[...] LASERS! and other&#160;things  Flash and Lasers!  [...]</description>
		<content:encoded><![CDATA[<p>[...] LASERS! and other&nbsp;things  Flash and Lasers!  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulfilas</title>
		<link>http://www.neuroproductions.be/experiments/flash-laser-graffiti/comment-page-1/#comment-12</link>
		<dc:creator>Ulfilas</dc:creator>
		<pubDate>Tue, 03 Nov 2009 11:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuroproductions.be/WPnieuwTest/?p=11#comment-12</guid>
		<description>I&#039;m interested in digital graffiti and recently came across a few interesting ideas. Using a wiimote and an infrared source you can make an interactive whiteboard, or graffiti wall - look at the youtube videos of jonny lee chung http://www.youtube.com/watch?v=5s5EvhHy7eQ this is cool and I&#039;ve seen some things like yrwall.com and friispray.co.uk that use flash based tools to draw on screen with it. I am looking to find someone that might be interested in making a flash app that works with this system - there is a library of actionscript 3 graffit things here http://www.nocircleno.com/graffiti/ - maybe this could be adapted - let me know !!</description>
		<content:encoded><![CDATA[<p>I&#8217;m interested in digital graffiti and recently came across a few interesting ideas. Using a wiimote and an infrared source you can make an interactive whiteboard, or graffiti wall &#8211; look at the youtube videos of jonny lee chung <a href="http://www.youtube.com/watch?v=5s5EvhHy7eQ" rel="nofollow">http://www.youtube.com/watch?v=5s5EvhHy7eQ</a> this is cool and I&#8217;ve seen some things like yrwall.com and friispray.co.uk that use flash based tools to draw on screen with it. I am looking to find someone that might be interested in making a flash app that works with this system &#8211; there is a library of actionscript 3 graffit things here <a href="http://www.nocircleno.com/graffiti/" rel="nofollow">http://www.nocircleno.com/graffiti/</a> &#8211; maybe this could be adapted &#8211; let me know !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.neuroproductions.be/experiments/flash-laser-graffiti/comment-page-1/#comment-11</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 28 Apr 2009 04:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuroproductions.be/WPnieuwTest/?p=11#comment-11</guid>
		<description>Hello again!
I have been working to figure this out and every time i try to tet my file i get an error : 2005

package{
	import flash.display.Sprite;
	import flash.media.Camera;
	import flash.media.Video;
	import flash.display.Bitmap;
	import flash.display.BitmapData;
	import flash.geom.Rectangle;
	import flash.geom.Point;
	import flash.filters.ColorMatrixFilter;


	public class test extends Sprite {
 			private var cam:Camera;
			private var video:Video;


 		public function test() {


		var bmd:BitmapData = new BitmapData(640, 480);
		bmd.draw(video)

		var matrix:Array = new Array();
		matrix = matrix.concat([1.5,0 , 0, 0, 0]);
		matrix = matrix.concat([0,0, 0, 0, 0]);
		matrix = matrix.concat([0, 0, 0, 0, 0]);
		matrix = matrix.concat([0, 0, 0, 0, 0]);

		var redFilter = new ColorMatrixFilter(matrix);
		bmd.applyFilter(bmd,bmd.rect,new Point(0,0),redFilter)
		var maskColor:uint = 0xFF0000;
		var color:uint = 0xFF0000;
		var redBounds:Rectangle = bmd.getColorBoundsRect(maskColor, color, true);

		trace (redBounds.x)
		trace (redBounds.y)

		}
	}
}


please helpppp!
thank you!

-Mike</description>
		<content:encoded><![CDATA[<p>Hello again!<br />
I have been working to figure this out and every time i try to tet my file i get an error : 2005</p>
<p>package{<br />
	import flash.display.Sprite;<br />
	import flash.media.Camera;<br />
	import flash.media.Video;<br />
	import flash.display.Bitmap;<br />
	import flash.display.BitmapData;<br />
	import flash.geom.Rectangle;<br />
	import flash.geom.Point;<br />
	import flash.filters.ColorMatrixFilter;</p>
<p>	public class test extends Sprite {<br />
 			private var cam:Camera;<br />
			private var video:Video;</p>
<p> 		public function test() {</p>
<p>		var bmd:BitmapData = new BitmapData(640, 480);<br />
		bmd.draw(video)</p>
<p>		var matrix:Array = new Array();<br />
		matrix = matrix.concat([1.5,0 , 0, 0, 0]);<br />
		matrix = matrix.concat([0,0, 0, 0, 0]);<br />
		matrix = matrix.concat([0, 0, 0, 0, 0]);<br />
		matrix = matrix.concat([0, 0, 0, 0, 0]);</p>
<p>		var redFilter = new ColorMatrixFilter(matrix);<br />
		bmd.applyFilter(bmd,bmd.rect,new Point(0,0),redFilter)<br />
		var maskColor:uint = 0xFF0000;<br />
		var color:uint = 0xFF0000;<br />
		var redBounds:Rectangle = bmd.getColorBoundsRect(maskColor, color, true);</p>
<p>		trace (redBounds.x)<br />
		trace (redBounds.y)</p>
<p>		}<br />
	}<br />
}</p>
<p>please helpppp!<br />
thank you!</p>
<p>-Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.neuroproductions.be/experiments/flash-laser-graffiti/comment-page-1/#comment-10</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 22 Apr 2009 00:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuroproductions.be/WPnieuwTest/?p=11#comment-10</guid>
		<description>Hello!
I am tring to do this same thing for a current school project, only difference is im trying to figure it out in AS3... I cant seem to find anything out there on it. any help?
Thank you!
-Mike</description>
		<content:encoded><![CDATA[<p>Hello!<br />
I am tring to do this same thing for a current school project, only difference is im trying to figure it out in AS3&#8230; I cant seem to find anything out there on it. any help?<br />
Thank you!<br />
-Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webreake</title>
		<link>http://www.neuroproductions.be/experiments/flash-laser-graffiti/comment-page-1/#comment-9</link>
		<dc:creator>webreake</dc:creator>
		<pubDate>Fri, 20 Mar 2009 06:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuroproductions.be/WPnieuwTest/?p=11#comment-9</guid>
		<description>i was thinking how to do it until i remember that blur is a way to average color zones so now i just have to loop for 4 different colors to detect red under different light sources.
thanks Kris.</description>
		<content:encoded><![CDATA[<p>i was thinking how to do it until i remember that blur is a way to average color zones so now i just have to loop for 4 different colors to detect red under different light sources.<br />
thanks Kris.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.neuroproductions.be/experiments/flash-laser-graffiti/comment-page-1/#comment-8</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Thu, 19 Mar 2009 11:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuroproductions.be/WPnieuwTest/?p=11#comment-8</guid>
		<description>Hallo webreake,
You can try it. But I think it only works in a controlled environment (code for the exact sircumstance in which you want to do it)</description>
		<content:encoded><![CDATA[<p>Hallo webreake,<br />
You can try it. But I think it only works in a controlled environment (code for the exact sircumstance in which you want to do it)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webreake</title>
		<link>http://www.neuroproductions.be/experiments/flash-laser-graffiti/comment-page-1/#comment-7</link>
		<dc:creator>webreake</dc:creator>
		<pubDate>Wed, 18 Mar 2009 23:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuroproductions.be/WPnieuwTest/?p=11#comment-7</guid>
		<description>I dont think its neccesary to release source code or .fla since you are already showing the important part of the code  :)
i did the same but using threshold to isolate the red color, but im still trying to get a gama of colors (darker red, brigther red,  etc..)

You think using your color matrix would be posible ?</description>
		<content:encoded><![CDATA[<p>I dont think its neccesary to release source code or .fla since you are already showing the important part of the code  <img src='http://www.neuroproductions.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
i did the same but using threshold to isolate the red color, but im still trying to get a gama of colors (darker red, brigther red,  etc..)</p>
<p>You think using your color matrix would be posible ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rogério Miranda</title>
		<link>http://www.neuroproductions.be/experiments/flash-laser-graffiti/comment-page-1/#comment-6</link>
		<dc:creator>Rogério Miranda</dc:creator>
		<pubDate>Sat, 13 Dec 2008 15:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuroproductions.be/WPnieuwTest/?p=11#comment-6</guid>
		<description>Please post de .fla arquive for studenty.

;)</description>
		<content:encoded><![CDATA[<p>Please post de .fla arquive for studenty.<br />
 <img src='http://www.neuroproductions.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

