<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JacobFresco.nl &#187; new</title>
	<atom:link href="http://www.jacobfresco.nl/tag/new/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jacobfresco.nl</link>
	<description>If you know me, be amazed...</description>
	<lastBuildDate>Thu, 24 Dec 2009 09:49:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Something new to learn&#8230;</title>
		<link>http://www.jacobfresco.nl/2009/10/something-new-to-learn/</link>
		<comments>http://www.jacobfresco.nl/2009/10/something-new-to-learn/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 20:00:56 +0000</pubDate>
		<dc:creator>Jacob Fresco</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[new]]></category>

		<guid isPermaLink="false">http://www.jacobfresco.nl/?p=272</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been gettin&#8217; into something new the last few days. See below:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">//Toon de textvelden in het display</span>
  <span style="color: #0066CC;">this</span>.<span style="color: #006600;">addChild</span><span style="color: #66cc66;">&#40;</span>Nowplaying<span style="color: #66cc66;">&#41;</span>;
  <span style="color: #0066CC;">this</span>.<span style="color: #006600;">addChild</span><span style="color: #66cc66;">&#40;</span>Mededeling<span style="color: #66cc66;">&#41;</span>;
&nbsp;
<span style="color: #808080; font-style: italic;">//Laad de stream, inclusief foutafhandeling</span>
  <span style="color: #0066CC;">try</span> <span style="color: #66cc66;">&#123;</span>
	   snd.<span style="color: #0066CC;">load</span><span style="color: #66cc66;">&#40;</span>stream<span style="color: #66cc66;">&#41;</span>;
	   channel = snd.<span style="color: #0066CC;">play</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
      <span style="color: #66cc66;">&#125;</span>
  <span style="color: #0066CC;">catch</span> <span style="color: #66cc66;">&#40;</span>err:<span style="color: #0066CC;">Error</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
       <span style="color: #0066CC;">trace</span><span style="color: #66cc66;">&#40;</span>err.<span style="color: #0066CC;">message</span><span style="color: #66cc66;">&#41;</span>;
      <span style="color: #66cc66;">&#125;</span>
  snd.<span style="color: #006600;">addEventListener</span><span style="color: #66cc66;">&#40;</span>IOErrorEvent.<span style="color: #006600;">IO_ERROR</span>, errorHandler<span style="color: #66cc66;">&#41;</span>;
  <span style="color: #0066CC;">stage</span>.<span style="color: #006600;">addEventListener</span><span style="color: #66cc66;">&#40;</span>MouseEvent.<span style="color: #006600;">CLICK</span>, evthandler<span style="color: #66cc66;">&#41;</span>; 
&nbsp;
<span style="color: #808080; font-style: italic;">//Verander de text voor Nowplaying</span>
  Nowplaying.<span style="color: #0066CC;">text</span> = <span style="color: #ff0000;">&quot;Now playing: &quot;</span>;
&nbsp;
<span style="color: #808080; font-style: italic;">//Waar wordt er geklikt?</span>
  <span style="color: #000000; font-weight: bold;">function</span> evthandler<span style="color: #66cc66;">&#40;</span>evt:MouseEvent<span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span> <span style="color: #66cc66;">&#123;</span> 
&nbsp;
     <span style="color: #b1b100;">switch</span> <span style="color: #66cc66;">&#40;</span>evt.<span style="color: #0066CC;">target</span>.<span style="color: #0066CC;">name</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>         
&nbsp;
	   <span style="color: #b1b100;">case</span> <span style="color: #ff0000;">&quot;instance1&quot;</span> : <span style="color: #808080; font-style: italic;">// CityFM Logo </span>
         <span style="color: #000000; font-weight: bold;">var</span> <span style="color: #0066CC;">url</span> = <span style="color: #000000; font-weight: bold;">new</span> URLRequest<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;http://www.cityfm.nl/&quot;</span> <span style="color: #66cc66;">&#41;</span>;
         navigateToURL<span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">url</span>,<span style="color: #ff0000;">&quot;_blank&quot;</span> <span style="color: #66cc66;">&#41;</span>; 
         <span style="color: #0066CC;">url</span> = <span style="color: #000000; font-weight: bold;">null</span>;   
         <span style="color: #b1b100;">break</span>;          
&nbsp;
	   <span style="color: #b1b100;">case</span> <span style="color: #ff0000;">&quot;instance2&quot;</span> : <span style="color: #808080; font-style: italic;">// Play-button  </span>
	     channel.<span style="color: #006600;">soundTransform</span> = volAan;
	     <span style="color: #b1b100;">break</span>;
&nbsp;
	   <span style="color: #b1b100;">case</span> <span style="color: #ff0000;">&quot;instance3&quot;</span> : <span style="color: #808080; font-style: italic;">// Pause-button</span>
	     channel.<span style="color: #006600;">soundTransform</span> = volUit;
		 <span style="color: #b1b100;">break</span>;
&nbsp;
       <span style="color: #000000; font-weight: bold;">default</span> :
   <span style="color: #66cc66;">&#125;</span>
  <span style="color: #66cc66;">&#125;</span>
&nbsp;
  <span style="color: #000000; font-weight: bold;">function</span> errorHandler<span style="color: #66cc66;">&#40;</span>errorEvent:IOErrorEvent<span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span> <span style="color: #66cc66;">&#123;</span>
	        Nowplaying.<span style="color: #0066CC;">textColor</span> = 0xFF0000;
            Nowplaying.<span style="color: #0066CC;">text</span> = <span style="color: #ff0000;">&quot;Problemen met het laden van de stream...&quot;</span>;
        <span style="color: #66cc66;">&#125;</span></pre></div></div>

<p>For the record, I started working with Actionscript (that&#8217;s what that is) three days ago. I&#8217;ve never before worked with Flash or Actionscript, ever. Can you guess what it is I&#8217;m trying to create?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobfresco.nl/2009/10/something-new-to-learn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A fresh start&#8230; without a past&#8230;</title>
		<link>http://www.jacobfresco.nl/2009/06/hello-world/</link>
		<comments>http://www.jacobfresco.nl/2009/06/hello-world/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 10:43:25 +0000</pubDate>
		<dc:creator>Jacob Fresco</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[fresh]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.jacobfresco.nl/?p=1</guid>
		<description><![CDATA[If you have been here before, you&#8217;re probably wondering were all the posts have gone. Well, I deleted them, threw them out, send them to the big byte-bucket in the sky or whatever you prefer to call it. Anyway, this is my way to start clean and fresh. A new blog, a new theme and [...]]]></description>
			<content:encoded><![CDATA[<p>If you have been here before, you&#8217;re probably wondering were all the posts have gone. Well, I deleted them, threw them out, send them to the big byte-bucket in the sky or whatever you prefer to call it. Anyway, this is my way to start clean and fresh. A new blog, a new theme and a promise: I&#8217;ll blog way more regularly then in the past.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobfresco.nl/2009/06/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
