<?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: Inside FLARManager: 2D Marker Tracking</title>
	<atom:link href="http://words.transmote.com/wp/flarmanager/inside-flarmanager/2d-marker-tracking/feed/" rel="self" type="application/rss+xml" />
	<link>http://words.transmote.com/wp</link>
	<description>design + art + code</description>
	<lastBuildDate>Tue, 09 Mar 2010 18:21:30 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: thrillofit</title>
		<link>http://words.transmote.com/wp/flarmanager/inside-flarmanager/2d-marker-tracking/comment-page-1/#comment-8252</link>
		<dc:creator>thrillofit</dc:creator>
		<pubDate>Mon, 22 Feb 2010 18:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=180#comment-8252</guid>
		<description>Thanks to Eric and to weasley who reported the solution he found. 
I spent an entire day in trying to understand why everything was working nicely on my PC but not with my web site and I finally understood.</description>
		<content:encoded><![CDATA[<p>Thanks to Eric and to weasley who reported the solution he found.<br />
I spent an entire day in trying to understand why everything was working nicely on my PC but not with my web site and I finally understood.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vier</title>
		<link>http://words.transmote.com/wp/flarmanager/inside-flarmanager/2d-marker-tracking/comment-page-1/#comment-7538</link>
		<dc:creator>Vier</dc:creator>
		<pubDate>Wed, 20 Jan 2010 16:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=180#comment-7538</guid>
		<description>What am I supposed to do with the source code you provide? I removed everything that had to do with squareContainer and squareShape and instead copied the lines in this page. My webcam is working and the marker is detected, but no circle appears. Could you help me? Thanks!</description>
		<content:encoded><![CDATA[<p>What am I supposed to do with the source code you provide? I removed everything that had to do with squareContainer and squareShape and instead copied the lines in this page. My webcam is working and the marker is detected, but no circle appears. Could you help me? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: weasley</title>
		<link>http://words.transmote.com/wp/flarmanager/inside-flarmanager/2d-marker-tracking/comment-page-1/#comment-6267</link>
		<dc:creator>weasley</dc:creator>
		<pubDate>Fri, 30 Oct 2009 03:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=180#comment-6267</guid>
		<description>@Eric:  Thank you much!  I found the problem and have fixed it.  My old IISA server would not deal with the .pat, .dat or .dae files because the MIME type was unknown.  Here&#039;s a Microsoft link with more info in case anyone else is running into similar problems:
http://support.microsoft.com/kb/326965

Couldn&#039;t have solved it without your recommendation for using LiveHTTPHeaders.</description>
		<content:encoded><![CDATA[<p>@Eric:  Thank you much!  I found the problem and have fixed it.  My old IISA server would not deal with the .pat, .dat or .dae files because the MIME type was unknown.  Here&#8217;s a Microsoft link with more info in case anyone else is running into similar problems:<br />
<a href="http://support.microsoft.com/kb/326965" rel="nofollow">http://support.microsoft.com/kb/326965</a></p>
<p>Couldn&#8217;t have solved it without your recommendation for using LiveHTTPHeaders.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: weasley</title>
		<link>http://words.transmote.com/wp/flarmanager/inside-flarmanager/2d-marker-tracking/comment-page-1/#comment-6260</link>
		<dc:creator>weasley</dc:creator>
		<pubDate>Thu, 29 Oct 2009 22:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=180#comment-6260</guid>
		<description>Eric, Thank you for the suggestion.  Before I got your response, I discovered that video works when I uncomment the source video line &quot;this.addChild(this.video);&quot; in the camera source file.  I get a mirror image of the video, better than no video at all when the line is commented out.  The markers aren&#039;t found, but it&#039;s progress.

With LiveHTTPHeaders running, it&#039;s reporting 404 Not Found errors on the cameral parameters and pattern files, files that I can see in the directory structure on the site where the URL says they should be?!  I copied the entire blasted project folder to the server in my mad attempt to make sure nothing was missing, yet still am having trouble.

Thanks again for your help and suggestions.</description>
		<content:encoded><![CDATA[<p>Eric, Thank you for the suggestion.  Before I got your response, I discovered that video works when I uncomment the source video line &#8220;this.addChild(this.video);&#8221; in the camera source file.  I get a mirror image of the video, better than no video at all when the line is commented out.  The markers aren&#8217;t found, but it&#8217;s progress.</p>
<p>With LiveHTTPHeaders running, it&#8217;s reporting 404 Not Found errors on the cameral parameters and pattern files, files that I can see in the directory structure on the site where the URL says they should be?!  I copied the entire blasted project folder to the server in my mad attempt to make sure nothing was missing, yet still am having trouble.</p>
<p>Thanks again for your help and suggestions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ericsoco</title>
		<link>http://words.transmote.com/wp/flarmanager/inside-flarmanager/2d-marker-tracking/comment-page-1/#comment-6257</link>
		<dc:creator>ericsoco</dc:creator>
		<pubDate>Thu, 29 Oct 2009 20:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=180#comment-6257</guid>
		<description>@weasley: most likely you didn&#039;t upload all of the resources files that FLARManager/Toolkit needs to load at runtime.  try running in Safari with your Activity window open, or in Firefox with LiveHTTPHeaders running, to see what&#039;s not getting loaded.</description>
		<content:encoded><![CDATA[<p>@weasley: most likely you didn&#8217;t upload all of the resources files that FLARManager/Toolkit needs to load at runtime.  try running in Safari with your Activity window open, or in Firefox with LiveHTTPHeaders running, to see what&#8217;s not getting loaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: weasley</title>
		<link>http://words.transmote.com/wp/flarmanager/inside-flarmanager/2d-marker-tracking/comment-page-1/#comment-6256</link>
		<dc:creator>weasley</dc:creator>
		<pubDate>Thu, 29 Oct 2009 20:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=180#comment-6256</guid>
		<description>Thanks for the great tutorials and well commented code.  Unfortunately, I&#039;m having trouble figuring out why the FLARManager examples work great locally but the video fails to display when I run them from my website and no markers appear to be detected.  If anyone has any suggestions, I&#039;d appreciate them.   I&#039;m relearning programming after working with p-system pascal in a former life and so I may be missing something obvious.</description>
		<content:encoded><![CDATA[<p>Thanks for the great tutorials and well commented code.  Unfortunately, I&#8217;m having trouble figuring out why the FLARManager examples work great locally but the video fails to display when I run them from my website and no markers appear to be detected.  If anyone has any suggestions, I&#8217;d appreciate them.   I&#8217;m relearning programming after working with p-system pascal in a former life and so I may be missing something obvious.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ericsoco</title>
		<link>http://words.transmote.com/wp/flarmanager/inside-flarmanager/2d-marker-tracking/comment-page-1/#comment-5972</link>
		<dc:creator>ericsoco</dc:creator>
		<pubDate>Wed, 21 Oct 2009 07:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=180#comment-5972</guid>
		<description>@boochy -- yeah, i just noticed that a day or two ago.  the latest in SVN has this fixed.  thanks for catching that.</description>
		<content:encoded><![CDATA[<p>@boochy &#8212; yeah, i just noticed that a day or two ago.  the latest in SVN has this fixed.  thanks for catching that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boochy</title>
		<link>http://words.transmote.com/wp/flarmanager/inside-flarmanager/2d-marker-tracking/comment-page-1/#comment-5971</link>
		<dc:creator>Boochy</dc:creator>
		<pubDate>Wed, 21 Oct 2009 07:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=180#comment-5971</guid>
		<description>I just noticed that (at least in my svn downloaded src) for the FLARManagerTutorial_3D that the FLARPVGeomUtils were not found as the import was missing the .geom part of the path. 

The src I had said: import com.transmote.flar.utils.FLARPVGeomUtils;   
But needs to be: import com.transmote.flar.utils.geom.FLARPVGeomUtils;

Just a little thing. :)

Thanks for the tutorials and examples.</description>
		<content:encoded><![CDATA[<p>I just noticed that (at least in my svn downloaded src) for the FLARManagerTutorial_3D that the FLARPVGeomUtils were not found as the import was missing the .geom part of the path. </p>
<p>The src I had said: import com.transmote.flar.utils.FLARPVGeomUtils;<br />
But needs to be: import com.transmote.flar.utils.geom.FLARPVGeomUtils;</p>
<p>Just a little thing. <img src='http://words.transmote.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for the tutorials and examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://words.transmote.com/wp/flarmanager/inside-flarmanager/2d-marker-tracking/comment-page-1/#comment-5326</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 17 Sep 2009 13:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=180#comment-5326</guid>
		<description>@stuart:  I was trying the very same thing, and now have it working.  E-mail me for the source.  It will be on my blog soon, fingerpuk.tumblr.com . The reason you are getting your errors could be because FLARManager is seeing markers but your switch doesn&#039;t reference them.</description>
		<content:encoded><![CDATA[<p>@stuart:  I was trying the very same thing, and now have it working.  E-mail me for the source.  It will be on my blog soon, fingerpuk.tumblr.com . The reason you are getting your errors could be because FLARManager is seeing markers but your switch doesn&#8217;t reference them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stuart</title>
		<link>http://words.transmote.com/wp/flarmanager/inside-flarmanager/2d-marker-tracking/comment-page-1/#comment-5269</link>
		<dc:creator>stuart</dc:creator>
		<pubDate>Tue, 15 Sep 2009 18:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=180#comment-5269</guid>
		<description>Hello.  I didn&#039;t know that, but do now :)  However, is there a way to pass these values to TweenMax simply?  I&#039;m not great at AS3 at all, still learning a lot.  I think I&#039;m almost there, I can use the switch to get my marker id, convert that o the string value of my movieclip, but then I get odd errors when trying to pass that to TweenMax.  I think maybe it&#039;s a display object issue as it&#039;s buggering up on rotationZ.</description>
		<content:encoded><![CDATA[<p>Hello.  I didn&#8217;t know that, but do now <img src='http://words.transmote.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   However, is there a way to pass these values to TweenMax simply?  I&#8217;m not great at AS3 at all, still learning a lot.  I think I&#8217;m almost there, I can use the switch to get my marker id, convert that o the string value of my movieclip, but then I get odd errors when trying to pass that to TweenMax.  I think maybe it&#8217;s a display object issue as it&#8217;s buggering up on rotationZ.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
