<?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 for transmote speaks...</title>
	<atom:link href="http://words.transmote.com/wp/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://words.transmote.com/wp</link>
	<description>design + art + code</description>
	<lastBuildDate>Mon, 30 Jan 2012 05:09:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on FLARManager: Augmented Reality in Flash by Getting Started with Flash Augmented Reality &#8211; FLARManager &#124; Joanna Ong</title>
		<link>http://words.transmote.com/wp/flarmanager/comment-page-7/#comment-50188</link>
		<dc:creator>Getting Started with Flash Augmented Reality &#8211; FLARManager &#124; Joanna Ong</dc:creator>
		<pubDate>Mon, 30 Jan 2012 05:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=84#comment-50188</guid>
		<description>[...] flarManager &#8211; an API built on top of the flarToolKit to make it easier to use, made by Eric Socolofsky [...]</description>
		<content:encoded><![CDATA[<p>[...] flarManager &#8211; an API built on top of the flarToolKit to make it easier to use, made by Eric Socolofsky [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Inside FLARManager: Basic Augmented Reality by ericsoco</title>
		<link>http://words.transmote.com/wp/flarmanager/inside-flarmanager/basic-augmented-reality/comment-page-1/#comment-49834</link>
		<dc:creator>ericsoco</dc:creator>
		<pubDate>Wed, 25 Jan 2012 02:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=183#comment-49834</guid>
		<description>@joe -- you need to include a number of swcs.  but, they should all be included automatically when you import the project.  you can doublecheck this by going to Project Properties &gt; Build Path and ensure the /libs folder is in the Library Path.</description>
		<content:encoded><![CDATA[<p>@joe &#8212; you need to include a number of swcs.  but, they should all be included automatically when you import the project.  you can doublecheck this by going to Project Properties > Build Path and ensure the /libs folder is in the Library Path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FLARManager v1.1 – Augmented Reality in Flash by Joe</title>
		<link>http://words.transmote.com/wp/20110130/flarmanager-v1-1-%e2%80%93-augmented-reality-in-flash/comment-page-1/#comment-49810</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 24 Jan 2012 20:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?p=805#comment-49810</guid>
		<description>Does anyone know of a FLARManager 1.1 tutorial?  I&#039;ve tried Lee Brimelow&#039;s tutorial (based off of 0.6) and a tutorial on YouTube, but that&#039;s on FLARToolKit and I still cannot get this thing to work in FlashBuilder 4.

And when I say tutorial, I mean FLARManager for Dummies.</description>
		<content:encoded><![CDATA[<p>Does anyone know of a FLARManager 1.1 tutorial?  I&#8217;ve tried Lee Brimelow&#8217;s tutorial (based off of 0.6) and a tutorial on YouTube, but that&#8217;s on FLARToolKit and I still cannot get this thing to work in FlashBuilder 4.</p>
<p>And when I say tutorial, I mean FLARManager for Dummies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Inside FLARManager: Basic Augmented Reality by Joe</title>
		<link>http://words.transmote.com/wp/flarmanager/inside-flarmanager/basic-augmented-reality/comment-page-1/#comment-49801</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 24 Jan 2012 16:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=183#comment-49801</guid>
		<description>I am just trying to get the hang of the FLARManager at the present moment.

I am following your &quot;Getting Started&quot; Tutorial.  

I am using the copy of Flash Builder 4.0 that came with my copy of CS5 for this project.

I have imported the Flex Project FLARManager_v1_1_0 to my Package Explorer
And after the workspace is built, I get a super long list of errors in my Problems window:

1017: The definition of base class Camera3D was not found (Resource - Camera3D.as)
1017: The definition of base class Camera3D was not found (Resource - FLARCamera_Away3D.as) 
1017: The definition of base class Camera3D was not found (Resource - FLARCamera_Away3DLite.as)
1017: The definition of base class Camera3D was not found (Resource - FLARCamera_PV3D.as)
1017: The definition of base class Camera3D was not found (Resource - FLARCamera_Sandy.as)
1017: The definition of base class Camera3D was not found (Resource - Camera3D.as)
1017: The definition of base class DisplayObject3D was not found (Resource - FLARBaseNode.as)
1017: The definition of base class ObjectContainer3D was not found (Resource - FLARBaseNode.as
1017: The definition of base class TransformGroup was not found (Resource - FLARBaseNode.as

1020: Method marked override must override another method (Resource - Camera3D.as)

I could list them all, but I&#039;m pretty sure you get the idea...

Do I need to include another library outside the FLARManager library?
I&#039;m very new to Flash Builder so any technical terms will get lost in translation....</description>
		<content:encoded><![CDATA[<p>I am just trying to get the hang of the FLARManager at the present moment.</p>
<p>I am following your &#8220;Getting Started&#8221; Tutorial.  </p>
<p>I am using the copy of Flash Builder 4.0 that came with my copy of CS5 for this project.</p>
<p>I have imported the Flex Project FLARManager_v1_1_0 to my Package Explorer<br />
And after the workspace is built, I get a super long list of errors in my Problems window:</p>
<p>1017: The definition of base class Camera3D was not found (Resource &#8211; Camera3D.as)<br />
1017: The definition of base class Camera3D was not found (Resource &#8211; FLARCamera_Away3D.as)<br />
1017: The definition of base class Camera3D was not found (Resource &#8211; FLARCamera_Away3DLite.as)<br />
1017: The definition of base class Camera3D was not found (Resource &#8211; FLARCamera_PV3D.as)<br />
1017: The definition of base class Camera3D was not found (Resource &#8211; FLARCamera_Sandy.as)<br />
1017: The definition of base class Camera3D was not found (Resource &#8211; Camera3D.as)<br />
1017: The definition of base class DisplayObject3D was not found (Resource &#8211; FLARBaseNode.as)<br />
1017: The definition of base class ObjectContainer3D was not found (Resource &#8211; FLARBaseNode.as<br />
1017: The definition of base class TransformGroup was not found (Resource &#8211; FLARBaseNode.as</p>
<p>1020: Method marked override must override another method (Resource &#8211; Camera3D.as)</p>
<p>I could list them all, but I&#8217;m pretty sure you get the idea&#8230;</p>
<p>Do I need to include another library outside the FLARManager library?<br />
I&#8217;m very new to Flash Builder so any technical terms will get lost in translation&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FLARManager: Augmented Reality in Flash by NTIC by pierredelaville - Pearltrees</title>
		<link>http://words.transmote.com/wp/flarmanager/comment-page-7/#comment-47567</link>
		<dc:creator>NTIC by pierredelaville - Pearltrees</dc:creator>
		<pubDate>Tue, 03 Jan 2012 13:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=84#comment-47567</guid>
		<description>[...] Additionally, there are a couple of forums with some lovely, friendly folks on them who can help you get up and running. ARToolworks hosts a FLARManager-specific forum , which is better at archiving questions and answers than the comments on this blog. Take a look at the Quickstart on Inside FLARManager . The FLARManager distribution comes with a number of tutorials, accessible via the nav bar above (click on the FLARMANAGER (FOR FLARTOOLKIT) link), and also a number of more specific examples. You can also find full documentation here . FLARManager: Augmented Reality in Flash &#124; transmote speaks... [...]</description>
		<content:encoded><![CDATA[<p>[...] Additionally, there are a couple of forums with some lovely, friendly folks on them who can help you get up and running. ARToolworks hosts a FLARManager-specific forum , which is better at archiving questions and answers than the comments on this blog. Take a look at the Quickstart on Inside FLARManager . The FLARManager distribution comes with a number of tutorials, accessible via the nav bar above (click on the FLARMANAGER (FOR FLARTOOLKIT) link), and also a number of more specific examples. You can also find full documentation here . FLARManager: Augmented Reality in Flash | transmote speaks&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FLARManager: Augmented Reality in Flash by Design and Computers Nigma &#187; FLARManager: Getting Started</title>
		<link>http://words.transmote.com/wp/flarmanager/comment-page-7/#comment-47178</link>
		<dc:creator>Design and Computers Nigma &#187; FLARManager: Getting Started</dc:creator>
		<pubDate>Sat, 31 Dec 2011 13:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=84#comment-47178</guid>
		<description>[...] Download the FLARManager distro from here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Download the FLARManager distro from here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FLARManager: Augmented Reality in Flash by Design and Computers Nigma &#187; Getting Started: FLARManager</title>
		<link>http://words.transmote.com/wp/flarmanager/comment-page-7/#comment-47177</link>
		<dc:creator>Design and Computers Nigma &#187; Getting Started: FLARManager</dc:creator>
		<pubDate>Sat, 31 Dec 2011 13:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=84#comment-47177</guid>
		<description>[...] Download the FLARManager distro from here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Download the FLARManager distro from here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FLARManager: Augmented Reality in Flash by Kushal</title>
		<link>http://words.transmote.com/wp/flarmanager/comment-page-7/#comment-45548</link>
		<dc:creator>Kushal</dc:creator>
		<pubDate>Mon, 19 Dec 2011 13:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=84#comment-45548</guid>
		<description>Ya. i found it later. thanks anyways.</description>
		<content:encoded><![CDATA[<p>Ya. i found it later. thanks anyways.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FLARManager: Augmented Reality in Flash by ericsoco</title>
		<link>http://words.transmote.com/wp/flarmanager/comment-page-7/#comment-45452</link>
		<dc:creator>ericsoco</dc:creator>
		<pubDate>Mon, 19 Dec 2011 00:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=84#comment-45452</guid>
		<description>@kushal, the main/document class is FLARManagerExampleLauncher.as.</description>
		<content:encoded><![CDATA[<p>@kushal, the main/document class is FLARManagerExampleLauncher.as.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FLARManager: Augmented Reality in Flash by Kushal</title>
		<link>http://words.transmote.com/wp/flarmanager/comment-page-7/#comment-45365</link>
		<dc:creator>Kushal</dc:creator>
		<pubDate>Sun, 18 Dec 2011 10:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=84#comment-45365</guid>
		<description>Hi,
i was looking through your work. i really appreciate it. i wanted to try it myself so i downloaded the zip file FLARManager_v1_1_0. i use Flash CS5 for compiling. however i could not find the Main class in the3 src folder. in the above posts u have mentione that u have uploaded it, but i could not find it in my downloaded version. Kindly look in to the matter.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i was looking through your work. i really appreciate it. i wanted to try it myself so i downloaded the zip file FLARManager_v1_1_0. i use Flash CS5 for compiling. however i could not find the Main class in the3 src folder. in the above posts u have mentione that u have uploaded it, but i could not find it in my downloaded version. Kindly look in to the matter.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

