<?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>The Blog</title>
	<atom:link href="http://www.ovidiudiac.ro/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ovidiudiac.ro/blog</link>
	<description>Ovidiu Diac's Blog</description>
	<lastBuildDate>Mon, 09 Nov 2009 19:33:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Youtube releases AS3 api</title>
		<link>http://www.ovidiudiac.ro/blog/2009/11/youtube-releases-as3-api/</link>
		<comments>http://www.ovidiudiac.ro/blog/2009/11/youtube-releases-as3-api/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 19:33:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Youtube]]></category>
		<category><![CDATA[Youtube Wrapper]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[wrapper]]></category>

		<guid isPermaLink="false">http://www.ovidiudiac.ro/blog/?p=346</guid>
		<description><![CDATA[Since youtube has released the as3 api the wrapper will become obsolete.
In order to keep things compatible, a new as3 lib will be available for download soon that will be compatible with the wrapper but will make use of the new as3 api.
        ]]></description>
		<wfw:commentRss>http://www.ovidiudiac.ro/blog/2009/11/youtube-releases-as3-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Youtube AS3 Wrapper v0.8.0m</title>
		<link>http://www.ovidiudiac.ro/blog/2009/07/youtube-as3-wrapper-v080m/</link>
		<comments>http://www.ovidiudiac.ro/blog/2009/07/youtube-as3-wrapper-v080m/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 19:33:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Youtube]]></category>
		<category><![CDATA[Youtube Wrapper]]></category>
		<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[wrapper]]></category>

		<guid isPermaLink="false">http://www.ovidiudiac.ro/blog/?p=335</guid>
		<description><![CDATA[I would like to announce the availability of a new version of the Youtube AS3 Wrapper: v0.8.0m &#8211; m is from Multiple
This new version adds support for multiple players on the same stage. 
That is, you can now play multiple youtube clips in the same time, on the same stage!
The new version is available for [...]]]></description>
		<wfw:commentRss>http://www.ovidiudiac.ro/blog/2009/07/youtube-as3-wrapper-v080m/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Youtube AS3 Wrapper v0.7.2</title>
		<link>http://www.ovidiudiac.ro/blog/2009/06/youtube-as3-wrapper-v072/</link>
		<comments>http://www.ovidiudiac.ro/blog/2009/06/youtube-as3-wrapper-v072/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 16:10:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Youtube]]></category>
		<category><![CDATA[Youtube Wrapper]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[v0.7.2]]></category>
		<category><![CDATA[wrapper]]></category>

		<guid isPermaLink="false">http://www.ovidiudiac.ro/blog/?p=307</guid>
		<description><![CDATA[A new version of Youtube AS3 Wrapper is available: v0.7.2
This new version fixes a bug where adding and removing the player to and from stage repeatedly causes it to crash.
The new version is available for download Youtube AS3 Wrapper &#8211; Downloads
Enjoy!
        ]]></description>
		<wfw:commentRss>http://www.ovidiudiac.ro/blog/2009/06/youtube-as3-wrapper-v072/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>scale9Grid &#8211; When it works and when it does not</title>
		<link>http://www.ovidiudiac.ro/blog/2009/05/scale9grid-work-and-fail/</link>
		<comments>http://www.ovidiudiac.ro/blog/2009/05/scale9grid-work-and-fail/#comments</comments>
		<pubDate>Tue, 19 May 2009 08:28:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[scale9Grid]]></category>

		<guid isPermaLink="false">http://www.ovidiudiac.ro/blog/?p=301</guid>
		<description><![CDATA[I think everyone with some actionscript knowledge tried at some point to use this feature, however ended up dissappointed. Looking on Adobe help won&#8217;t help you, because there&#8217;s nothing there.
So you kept on receiving the infamous #2004 ArgumentError: &#8220;One of the parameters is invalid.&#8221;.
You double checked the parameters of the Rectangle object you passed in [...]]]></description>
		<wfw:commentRss>http://www.ovidiudiac.ro/blog/2009/05/scale9grid-work-and-fail/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>AS3 &#8211; Object Oriented Programming &#8211; Part2</title>
		<link>http://www.ovidiudiac.ro/blog/2009/05/as3-oop-part2/</link>
		<comments>http://www.ovidiudiac.ro/blog/2009/05/as3-oop-part2/#comments</comments>
		<pubDate>Mon, 04 May 2009 13:16:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[package]]></category>

		<guid isPermaLink="false">http://www.ovidiudiac.ro/blog/?p=271</guid>
		<description><![CDATA[Hi again,
It took me more time than I first thought to write this part down, since i&#8217;ve been very busy, but here it is.
As I said, I&#8217;ll talk about packages in this second part of the OOP tutorial.
So. What is a package?: Is a way of grouping things together and distinguish between things that look-a-like [...]]]></description>
		<wfw:commentRss>http://www.ovidiudiac.ro/blog/2009/05/as3-oop-part2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Youtube AS3 Wrapper &#8211; Changelog</title>
		<link>http://www.ovidiudiac.ro/blog/2009/04/youtube-as3-wrapper-changelog/</link>
		<comments>http://www.ovidiudiac.ro/blog/2009/04/youtube-as3-wrapper-changelog/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 09:11:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Youtube]]></category>
		<category><![CDATA[Youtube Wrapper]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[wrapper]]></category>

		<guid isPermaLink="false">http://www.ovidiudiac.ro/blog/?p=285</guid>
		<description><![CDATA[Youtube AS3 Wrapper v0.8.0m
This new version introduces support for multiple videos playback in the same time, on the same stage!
Some changes in the api: All the methods have been added a new parameter, &#8220;playerid&#8221;, which will represent the id of the player to which the function will apply.
Example:
function loadVideo&#40;id : String, startSeconds : Number = [...]]]></description>
		<wfw:commentRss>http://www.ovidiudiac.ro/blog/2009/04/youtube-as3-wrapper-changelog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Youtube AS3 Wrapper v0.7.1</title>
		<link>http://www.ovidiudiac.ro/blog/2009/04/youtube-as3-wrapper-v071/</link>
		<comments>http://www.ovidiudiac.ro/blog/2009/04/youtube-as3-wrapper-v071/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 20:30:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Youtube]]></category>
		<category><![CDATA[Youtube Wrapper]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[wrapper]]></category>

		<guid isPermaLink="false">http://www.ovidiudiac.ro/blog/?p=268</guid>
		<description><![CDATA[A new version of Youtube AS3 Wrapper is available: v0.7.1
This new version adds Adobe AIR support.
The new version is available for download Youtube AS3 Wrapper &#8211; Downloads
Also, a new test harness player sources have been added, which makes use of the new wrapper and it&#8217;s AIR capabillities.
You can download the sources for the new Test [...]]]></description>
		<wfw:commentRss>http://www.ovidiudiac.ro/blog/2009/04/youtube-as3-wrapper-v071/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>AS3 &#8211; Object Oriented Programming &#8211; Part1</title>
		<link>http://www.ovidiudiac.ro/blog/2009/04/as3-oop-part1/</link>
		<comments>http://www.ovidiudiac.ro/blog/2009/04/as3-oop-part1/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 20:55:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[instance]]></category>
		<category><![CDATA[member]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[oop]]></category>

		<guid isPermaLink="false">http://www.ovidiudiac.ro/blog/?p=245</guid>
		<description><![CDATA[We talked a lot about classes and objects in the introductory part, now let&#8217;s look how we can create a class.
In AS3, a class must be created in a separate .as file, with the name of the class being the name of the file.
Also, a class must be contained in a package. We&#8217;ll discuss in [...]]]></description>
		<wfw:commentRss>http://www.ovidiudiac.ro/blog/2009/04/as3-oop-part1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3 &#8211; Object Oriented Programming &#8211; Intro</title>
		<link>http://www.ovidiudiac.ro/blog/2009/04/as3-oop-intro/</link>
		<comments>http://www.ovidiudiac.ro/blog/2009/04/as3-oop-intro/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 20:53:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[functional]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[oop]]></category>

		<guid isPermaLink="false">http://www.ovidiudiac.ro/blog/?p=237</guid>
		<description><![CDATA[Programmers who are not-familiar with Object Oriented Programming, find it hard to understand and cope with the concepts of object oriented programming. And moving from function oriented programming to object oriented programming can be a real pain.
That&#8217;s because they don&#8217;t have the right thinking. They think, &#8220;hmm, so I have this instance of this class [...]]]></description>
		<wfw:commentRss>http://www.ovidiudiac.ro/blog/2009/04/as3-oop-intro/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Youtube AS3 Wrapper &#8211; How to use</title>
		<link>http://www.ovidiudiac.ro/blog/2009/03/youtube-as3-wrapper-how-to-use/</link>
		<comments>http://www.ovidiudiac.ro/blog/2009/03/youtube-as3-wrapper-how-to-use/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 12:41:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Youtube]]></category>
		<category><![CDATA[Youtube Wrapper]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wrapper]]></category>

		<guid isPermaLink="false">http://www.ovidiudiac.ro/blog/?p=169</guid>
		<description><![CDATA[This is a How to guideline on the Youtube AS3 Wrapper.
Before starting, this tutorial assumes you are at least familiar with AS3. 

Firstly, you should download the latest Youtube AS3 Wrapper from here (the lastest at the time of this writing is v0.7). Unzip the contents into your project folder (generally the 2 swf file [...]]]></description>
		<wfw:commentRss>http://www.ovidiudiac.ro/blog/2009/03/youtube-as3-wrapper-how-to-use/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->