<?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 flash.tarotaro.org.blog</title>
	<atom:link href="http://flash.tarotaro.org/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://flash.tarotaro.org/blog</link>
	<description>Demos for ActionScript 3.0</description>
	<lastBuildDate>Wed, 17 Mar 2010 03:37:40 +0900</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Marker&#8221;s&#8221; Generator Online Released! by Daniel</title>
		<link>http://flash.tarotaro.org/blog/2009/07/12/mgo2/comment-page-1/#comment-737</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 17 Mar 2010 03:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tarotaro.org/blog/?p=23#comment-737</guid>
		<description>Hi Tarotaro, I know this not the place for that, but I need help!
Can you help to make my preloader? 

I try with each code in the internet, but only preload the AR swf, and not the dae, nor the texture jpg. What can I do? How you do that? embed the dae and the jpg in one as3 project? or load external file? 

my preload code right now is this:

stop();
var mcRequ:URLRequest = new URLRequest(&quot;arxample.swf&quot;);
      var mcLoad:Loader = new Loader();
      mcLoad.load(mcRequ);
      mcLoad.contentLoaderInfo.addEventListener(Event.OPEN, onOpen);
      mcLoad.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgress);
      mcLoad.contentLoaderInfo.addEventListener(Event.COMPLETE, onComplete);
      function onOpen(event:Event):void {
          porcentaje.text = &quot;0%&quot;;
      }

      function onProgress(event:ProgressEvent):void {
          var bLoaded = event.bytesLoaded;
          var bTotal = event.bytesTotal;
          porcentaje.text = Math.round(100*bLoaded/bTotal)+&quot;%&quot;;
		  mc_cargando.gotoAndStop(Math.round(100*bLoaded/bTotal));
      }
      function onComplete(event:Event):void {
          porcentaje.text = &quot;&quot;;
          addChild(mcLoad);
          removeChild(mc_cargando);
      } 

arxample.swf is the AR application, run very well but :(( this not preload the dae or jpg.

Help me tarotaro, you&#039;re my only hope! :DD</description>
		<content:encoded><![CDATA[<p>Hi Tarotaro, I know this not the place for that, but I need help!<br />
Can you help to make my preloader? </p>
<p>I try with each code in the internet, but only preload the AR swf, and not the dae, nor the texture jpg. What can I do? How you do that? embed the dae and the jpg in one as3 project? or load external file? </p>
<p>my preload code right now is this:</p>
<p>stop();<br />
var mcRequ:URLRequest = new URLRequest(&#8221;arxample.swf&#8221;);<br />
      var mcLoad:Loader = new Loader();<br />
      mcLoad.load(mcRequ);<br />
      mcLoad.contentLoaderInfo.addEventListener(Event.OPEN, onOpen);<br />
      mcLoad.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgress);<br />
      mcLoad.contentLoaderInfo.addEventListener(Event.COMPLETE, onComplete);<br />
      function onOpen(event:Event):void {<br />
          porcentaje.text = &#8220;0%&#8221;;<br />
      }</p>
<p>      function onProgress(event:ProgressEvent):void {<br />
          var bLoaded = event.bytesLoaded;<br />
          var bTotal = event.bytesTotal;<br />
          porcentaje.text = Math.round(100*bLoaded/bTotal)+&#8221;%&#8221;;<br />
		  mc_cargando.gotoAndStop(Math.round(100*bLoaded/bTotal));<br />
      }<br />
      function onComplete(event:Event):void {<br />
          porcentaje.text = &#8220;&#8221;;<br />
          addChild(mcLoad);<br />
          removeChild(mc_cargando);<br />
      } </p>
<p>arxample.swf is the AR application, run very well but :(( this not preload the dae or jpg.</p>
<p>Help me tarotaro, you&#8217;re my only hope! :DD</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ARToolKit Marker Generator Online released! by tarotarorg</title>
		<link>http://flash.tarotaro.org/blog/2008/12/14/artoolkit-marker-generator-online-released/comment-page-1/#comment-734</link>
		<dc:creator>tarotarorg</dc:creator>
		<pubDate>Tue, 16 Mar 2010 23:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tarotaro.org/blog/?p=3#comment-734</guid>
		<description>Hi,anna

I do not have Flash CS4.
Flex is easy to layout UI.

Thank you</description>
		<content:encoded><![CDATA[<p>Hi,anna</p>
<p>I do not have Flash CS4.<br />
Flex is easy to layout UI.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ARToolKit Marker Generator Online released! by anna</title>
		<link>http://flash.tarotaro.org/blog/2008/12/14/artoolkit-marker-generator-online-released/comment-page-1/#comment-731</link>
		<dc:creator>anna</dc:creator>
		<pubDate>Tue, 16 Mar 2010 19:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tarotaro.org/blog/?p=3#comment-731</guid>
		<description>Why flex?? and not Flash?</description>
		<content:encoded><![CDATA[<p>Why flex?? and not Flash?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Marker&#8221;s&#8221; Generator Online Released! by knutl</title>
		<link>http://flash.tarotaro.org/blog/2009/07/12/mgo2/comment-page-1/#comment-715</link>
		<dc:creator>knutl</dc:creator>
		<pubDate>Sat, 06 Mar 2010 13:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tarotaro.org/blog/?p=23#comment-715</guid>
		<description>I also need a marker without borders. I tried it with your proposal, which I hopefully understood:
Made a white square on a black paper, printed Hiro into the white square.
Is not detected by the generator.

In your previous version I could use the &quot;Marker Size&quot; slider to capture only parts of the camera image and that worked perfectly for my purpose. This does not work any more.
Can you do something for me ?
Thnx for your great tool.</description>
		<content:encoded><![CDATA[<p>I also need a marker without borders. I tried it with your proposal, which I hopefully understood:<br />
Made a white square on a black paper, printed Hiro into the white square.<br />
Is not detected by the generator.</p>
<p>In your previous version I could use the &#8220;Marker Size&#8221; slider to capture only parts of the camera image and that worked perfectly for my purpose. This does not work any more.<br />
Can you do something for me ?<br />
Thnx for your great tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fireball Clock by tarotarorg</title>
		<link>http://flash.tarotaro.org/blog/2008/12/14/fireball-clock/comment-page-1/#comment-714</link>
		<dc:creator>tarotarorg</dc:creator>
		<pubDate>Sat, 06 Mar 2010 08:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tarotaro.org/blog/?p=7#comment-714</guid>
		<description>Hi, Flash Clocks.

I installed Flash CS4 trial to my Mac and create fla file for this.
Please download from:
http://flash.tarotaro.org/sample/FireballClock.zip

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi, Flash Clocks.</p>
<p>I installed Flash CS4 trial to my Mac and create fla file for this.<br />
Please download from:<br />
<a href="http://flash.tarotaro.org/sample/FireballClock.zip" rel="nofollow">http://flash.tarotaro.org/sample/FireballClock.zip</a></p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FLAR + MMD = dancing AR. by tarotarorg</title>
		<link>http://flash.tarotaro.org/blog/2010/02/02/flar-mmd-dancing-ar/comment-page-1/#comment-703</link>
		<dc:creator>tarotarorg</dc:creator>
		<pubDate>Wed, 24 Feb 2010 17:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tarotaro.org/blog/?p=42#comment-703</guid>
		<description>Hi, One.

&gt; Will you be able to provide the pattern file for this? I am trying to compile it but then the detection is not happening for the marker.
Please use this pattern file.
http://www.libspark.org/browser/as3/FLARToolKit/trunk/examples/tarotarorg/org/tarotaro/flash/ar/assets/patt.hiro?format=raw

This is ARToolkit&#039;s basic pattern &quot;patt.hiro&quot;.

&gt; hanks for a method of using PMD and VMD.
PMDViewer is made by &quot;Project vocaloplus&quot; members.
http://sourceforge.jp/projects/vocaloplus/

They are very great. I use their works.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi, One.</p>
<p>&gt; Will you be able to provide the pattern file for this? I am trying to compile it but then the detection is not happening for the marker.<br />
Please use this pattern file.<br />
<a href="http://www.libspark.org/browser/as3/FLARToolKit/trunk/examples/tarotarorg/org/tarotaro/flash/ar/assets/patt.hiro?format=raw" rel="nofollow">http://www.libspark.org/browser/as3/FLARToolKit/trunk/examples/tarotarorg/org/tarotaro/flash/ar/assets/patt.hiro?format=raw</a></p>
<p>This is ARToolkit&#8217;s basic pattern &#8220;patt.hiro&#8221;.</p>
<p>&gt; hanks for a method of using PMD and VMD.<br />
PMDViewer is made by &#8220;Project vocaloplus&#8221; members.<br />
<a href="http://sourceforge.jp/projects/vocaloplus/" rel="nofollow">http://sourceforge.jp/projects/vocaloplus/</a></p>
<p>They are very great. I use their works.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Marker&#8221;s&#8221; Generator Online Released! by tarotarorg</title>
		<link>http://flash.tarotaro.org/blog/2009/07/12/mgo2/comment-page-1/#comment-702</link>
		<dc:creator>tarotarorg</dc:creator>
		<pubDate>Wed, 24 Feb 2010 17:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tarotaro.org/blog/?p=23#comment-702</guid>
		<description>Hi, miles.

You can create marker without borders by making the background color of the marker a black.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi, miles.</p>
<p>You can create marker without borders by making the background color of the marker a black.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Marker&#8221;s&#8221; Generator Online Released! by miles</title>
		<link>http://flash.tarotaro.org/blog/2009/07/12/mgo2/comment-page-1/#comment-699</link>
		<dc:creator>miles</dc:creator>
		<pubDate>Tue, 23 Feb 2010 11:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tarotaro.org/blog/?p=23#comment-699</guid>
		<description>can i create marker without borders?</description>
		<content:encoded><![CDATA[<p>can i create marker without borders?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Marker&#8221;s&#8221; Generator Online Released! by tarotarorg</title>
		<link>http://flash.tarotaro.org/blog/2009/07/12/mgo2/comment-page-1/#comment-695</link>
		<dc:creator>tarotarorg</dc:creator>
		<pubDate>Fri, 19 Feb 2010 12:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tarotaro.org/blog/?p=23#comment-695</guid>
		<description>Hi, Javier.

Button will be activated when marker was detected.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi, Javier.</p>
<p>Button will be activated when marker was detected.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Marker&#8221;s&#8221; Generator Online Released! by Gerador automático de marcadores para realidade aumentada &#171; EZFlar</title>
		<link>http://flash.tarotaro.org/blog/2009/07/12/mgo2/comment-page-1/#comment-694</link>
		<dc:creator>Gerador automático de marcadores para realidade aumentada &#171; EZFlar</dc:creator>
		<pubDate>Wed, 17 Feb 2010 04:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tarotaro.org/blog/?p=23#comment-694</guid>
		<description>[...] Gerador automático de marcadores para realidade&#160;aumentada Muita gente tem nos perguntado como gerar seus próprios marcadores que fazem as realidade aumentadas funcionarem. Dessa forma, segue o link da ferramenta online que utilizamos para esse fim: http://flash.tarotaro.org/blog/2009/07/12/mgo2/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Gerador automático de marcadores para realidade&nbsp;aumentada Muita gente tem nos perguntado como gerar seus próprios marcadores que fazem as realidade aumentadas funcionarem. Dessa forma, segue o link da ferramenta online que utilizamos para esse fim: http://flash.tarotaro.org/blog/2009/07/12/mgo2/ [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
