<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Temple open sourced.</title>
	<link>http://www.tyz.nl/2010/03/22/temple-open-sourced/</link>
	<description>Flash Developer</description>
	<pubDate>Mon, 06 Feb 2012 07:02:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Thijs</title>
		<link>http://www.tyz.nl/2010/03/22/temple-open-sourced/#comment-13503</link>
		<author>Thijs</author>
		<pubDate>Fri, 13 May 2011 08:21:22 +0000</pubDate>
		<guid>http://www.tyz.nl/2010/03/22/temple-open-sourced/#comment-13503</guid>
		<description>@Sine: I looked at the files you sent me, but you used the absolute path ('/Users/sine/Documents/afl5/Gaia/lib/Temple_2.8.6.swc') to the SWC. Probably you moved your files to a different folder and the path was broken. You should always use a relative path (in your case './Temple_2.8.6.swc') to the SWC file, so the files won't break if you move or copy them to an other folder.

Flash can't view or edit classes inside SWC files. That's why you see an empty class when you click 'edit'.</description>
		<content:encoded><![CDATA[<p>@Sine: I looked at the files you sent me, but you used the absolute path (&#8217;/Users/sine/Documents/afl5/Gaia/lib/Temple_2.8.6.swc&#8217;) to the SWC. Probably you moved your files to a different folder and the path was broken. You should always use a relative path (in your case &#8216;./Temple_2.8.6.swc&#8217;) to the SWC file, so the files won&#8217;t break if you move or copy them to an other folder.</p>
<p>Flash can&#8217;t view or edit classes inside SWC files. That&#8217;s why you see an empty class when you click &#8216;edit&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sine</title>
		<link>http://www.tyz.nl/2010/03/22/temple-open-sourced/#comment-13492</link>
		<author>Sine</author>
		<pubDate>Thu, 12 May 2011 17:13:35 +0000</pubDate>
		<guid>http://www.tyz.nl/2010/03/22/temple-open-sourced/#comment-13492</guid>
		<description>I  have put in temple.core.CoreMovieClip  as abase class in Flash and clicked edit to view the class (inside the .swc?) and all I get is a stub:

package temple.core {
	
	import flash.display.MovieClip;
	
	
	public class CoreMovieClip extends MovieClip {
		
		
		public function CoreMovieClip() {
			// constructor code
		}
	}
	
}

So no wonder I am being told that the app. can't find it - I don't know what can have happened to strip it out, but anyway...
I downloaded the 2.8.6 swc again - put it into Gaia and same thing.  Do yuo have any idea what is going wrong here? I can't believe you didn't put the class in the swc - surely someone else would have mentioned this by now...</description>
		<content:encoded><![CDATA[<p>I  have put in temple.core.CoreMovieClip  as abase class in Flash and clicked edit to view the class (inside the .swc?) and all I get is a stub:</p>
<p>package temple.core {</p>
<p>	import flash.display.MovieClip;</p>
<p>	public class CoreMovieClip extends MovieClip {</p>
<p>		public function CoreMovieClip() {<br />
			// constructor code<br />
		}<br />
	}</p>
<p>}</p>
<p>So no wonder I am being told that the app. can&#8217;t find it - I don&#8217;t know what can have happened to strip it out, but anyway&#8230;<br />
I downloaded the 2.8.6 swc again - put it into Gaia and same thing.  Do yuo have any idea what is going wrong here? I can&#8217;t believe you didn&#8217;t put the class in the swc - surely someone else would have mentioned this by now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sine</title>
		<link>http://www.tyz.nl/2010/03/22/temple-open-sourced/#comment-13487</link>
		<author>Sine</author>
		<pubDate>Thu, 12 May 2011 15:14:34 +0000</pubDate>
		<guid>http://www.tyz.nl/2010/03/22/temple-open-sourced/#comment-13487</guid>
		<description>To take advantage of the temple library- does the base class of all my movieclips need to be reassigned to CoreMovieClip?
( I don't understand why I keep getting an error message that  temple.core::CoreMovieClip can't be found, although other classes in the .swc are found ok. - and if I assign that class to a MovieClip, Flash finds it.)</description>
		<content:encoded><![CDATA[<p>To take advantage of the temple library- does the base class of all my movieclips need to be reassigned to CoreMovieClip?<br />
( I don&#8217;t understand why I keep getting an error message that  temple.core::CoreMovieClip can&#8217;t be found, although other classes in the .swc are found ok. - and if I assign that class to a MovieClip, Flash finds it.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thijs</title>
		<link>http://www.tyz.nl/2010/03/22/temple-open-sourced/#comment-9285</link>
		<author>Thijs</author>
		<pubDate>Fri, 29 Oct 2010 10:31:37 +0000</pubDate>
		<guid>http://www.tyz.nl/2010/03/22/temple-open-sourced/#comment-9285</guid>
		<description>@Hadro &gt; I am currently very busy, but I'll try to add a fullscreen video example to the Temple as soon as possible.</description>
		<content:encoded><![CDATA[<p>@Hadro > I am currently very busy, but I&#8217;ll try to add a fullscreen video example to the Temple as soon as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hadro</title>
		<link>http://www.tyz.nl/2010/03/22/temple-open-sourced/#comment-9269</link>
		<author>Hadro</author>
		<pubDate>Thu, 28 Oct 2010 22:00:43 +0000</pubDate>
		<guid>http://www.tyz.nl/2010/03/22/temple-open-sourced/#comment-9269</guid>
		<description>Hi Thijs! It's me again. I wonder is it possible that you send me any example via email of how to deal with switching fullScreen/normal mode with temple VideoPlayer. I've been struggling with it for some time with no luck unfortunately. Any help would be appreciated :)</description>
		<content:encoded><![CDATA[<p>Hi Thijs! It&#8217;s me again. I wonder is it possible that you send me any example via email of how to deal with switching fullScreen/normal mode with temple VideoPlayer. I&#8217;ve been struggling with it for some time with no luck unfortunately. Any help would be appreciated <img src='http://www.tyz.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thijs</title>
		<link>http://www.tyz.nl/2010/03/22/temple-open-sourced/#comment-9237</link>
		<author>Thijs</author>
		<pubDate>Wed, 27 Oct 2010 07:46:09 +0000</pubDate>
		<guid>http://www.tyz.nl/2010/03/22/temple-open-sourced/#comment-9237</guid>
		<description>@Hadro  &gt; Thanks! And yes, we are definitely going to add more examples to the Temple. The Temple is constantly under development so you can expect a lot more features to come in the future. We are also working on better documentation, how-to's, etc.

Follow us on Twitter (http://twitter.com/#!/templelibrary) to get the latest updates and info.</description>
		<content:encoded><![CDATA[<p>@Hadro  > Thanks! And yes, we are definitely going to add more examples to the Temple. The Temple is constantly under development so you can expect a lot more features to come in the future. We are also working on better documentation, how-to&#8217;s, etc.</p>
<p>Follow us on Twitter (http://twitter.com/#!/templelibrary) to get the latest updates and info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hadro</title>
		<link>http://www.tyz.nl/2010/03/22/temple-open-sourced/#comment-9236</link>
		<author>Hadro</author>
		<pubDate>Wed, 27 Oct 2010 07:14:15 +0000</pubDate>
		<guid>http://www.tyz.nl/2010/03/22/temple-open-sourced/#comment-9236</guid>
		<description>I would say great job, really! I' ve started using your lib couple of days ago. I really like new features of 2.7 version. Is there any chance to get more examples of two particular classes usage ? I mean video player and liquid layout for now.</description>
		<content:encoded><![CDATA[<p>I would say great job, really! I&#8217; ve started using your lib couple of days ago. I really like new features of 2.7 version. Is there any chance to get more examples of two particular classes usage ? I mean video player and liquid layout for now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan</title>
		<link>http://www.tyz.nl/2010/03/22/temple-open-sourced/#comment-6355</link>
		<author>Stephan</author>
		<pubDate>Tue, 23 Mar 2010 06:57:46 +0000</pubDate>
		<guid>http://www.tyz.nl/2010/03/22/temple-open-sourced/#comment-6355</guid>
		<description>Good job dudes!</description>
		<content:encoded><![CDATA[<p>Good job dudes!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

