<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="0.92">
<channel>
	<title>Flex Your AS: Flex 3, Adobe Air, Flash CS3, and Actionscript 3.0 Video Tutorials</title>
	<link>http://www.flexyouras.com</link>
	<description>Flex 3, Flash CS3, Adobe Air, and Actionscript 3.0 Tutorials for the Masses</description>
	<lastBuildDate>Tue, 04 Dec 2007 06:05:22 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Changing Domains</title>
		<description><![CDATA[Due to the popularity of the Papervision3d tutorials, I&#8217;m moving this site and all future tutorials to 
pv3d.org
Please update your bookmarks/rss feeds to get the latest content.
]]></description>
		<link>http://www.flexyouras.com/2007/12/03/changing-domains/</link>
			</item>
	<item>
		<title>5. Positioning Planes</title>
		<description><![CDATA[How to position a plane:

Optional: Create more planes 
Position the planes by setting the x, y, or z property of the plane 
Optional: Spin the plane 

[flv:http://flexyouras.com/tutorials/Papervision3D/05_Positioning_Planes/05_Positioning_Planes.flv 632 532]
]]></description>
		<link>http://www.flexyouras.com/2007/09/13/5-positioning-planes/</link>
			</item>
	<item>
		<title>4. Spinning the Camera</title>
		<description><![CDATA[How to spin a camera:

Change the Camera3D to a FreeCamera3D
Use the yaw(), pitch(), or roll() camera methods in your ENTER_FRAME handler
Render the scene

[flv:http://flexyouras.com/tutorials/Papervision3D/04_Spinning_The_Camera/04_Spinning_The_Camera.flv 632 532]
]]></description>
		<link>http://www.flexyouras.com/2007/09/13/4-spinning-the-camera/</link>
			</item>
	<item>
		<title>3. Rotating a Plane in Papervision3D</title>
		<description><![CDATA[How to rotate a plane in Papervision3D using the yaw() method
What to watch for:

Make the plane global
Add a listener for &#8216;Event.ENTER_FRAME&#8217; (previously known as onEnterFrame) with a callback to loop3D
Use the yaw() method of the plane to rotate 5 degrees each time &#8216;loop3D()&#8217; is called
Render the camera
optional: Make the color material &#8216;double sided&#8217; if you [...]]]></description>
		<link>http://www.flexyouras.com/2007/09/12/3-rotating-a-plane-in-papervision3d/</link>
			</item>
	<item>
		<title>2. Adding a Plane</title>
		<description><![CDATA[How to add a plane with a color material to a Papervision3D scene:
What to watch for:

Create a color material
Create a plane (and apply the color material)
Add the plane to the scene

[flv:http://flexyouras.com/tutorials/Papervision3D/02_Adding_A_Plane/02_Adding_A_Plane.flv 604 508]
]]></description>
		<link>http://www.flexyouras.com/2007/09/12/2-adding-a-plane/</link>
			</item>
	<item>
		<title>1. Creating Your First Papervision3D Scene</title>
		<description><![CDATA[This video tut is the first in a series of Papervision3D tutorials.
In this tutorial we will create an empty Papervision3D scene:
What to watch for

Create a container, a scene, and a camera
Center the container on the stage
Render the camera

(I&#8217;m using FlashDevelop so all classes will be automatically imported. As you can see towards the end, I [...]]]></description>
		<link>http://www.flexyouras.com/2007/09/12/creating-your-first-papervision3d-scene/</link>
			</item>
	<item>
		<title>Review: ActionScript 3.0 Programming: Overview, Getting Started, and Examples of New Concepts</title>
		<description><![CDATA[
The ActionScript 3.0 Programming Short Cut gives the simplest examples of the most common tasks in Actionscript: Display programming, loading images, creating buttons, controlling depth, formatting text, etc. Because this is a “shortcuts” pdf, the pdf doesn’t overload you with explanations or examples.  Instead it gives you enough to get started and then allowing [...]]]></description>
		<link>http://www.flexyouras.com/2007/06/24/httpwwworeillycomcatalogactionscript3qr/</link>
			</item>
	<item>
		<title>SQLite in Adobe Air/Flex 3 (Part 1- Creating a database)</title>
		<description><![CDATA[




&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;mx:WindowedApplication xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
    layout=&#34;absolute&#34;
    initialize=&#34;init()&#34;&#62;
    &#60;mx:Script&#62;
        &#60;![CDATA[
            import flash.filesystem.File;
            import flash.data.SQLStatement;
      [...]]]></description>
		<link>http://www.flexyouras.com/2007/06/18/23/</link>
			</item>
	<item>
		<title>Actionscript 3.0 Cookbook Review</title>
		<description><![CDATA[
There is so much information packed into this book, it’s hard to sum it all up. Basically, if you have an actionscript question from TextFields to XML or loading video to gradient fills it will be answered in this book.
Probably the best part about this cookbook is how well organized it is. You’ll have no [...]]]></description>
		<link>http://www.flexyouras.com/2007/06/17/actionscript-30-cookbook-review/</link>
			</item>
	<item>
		<title>Embedding Fonts in Flex</title>
		<description><![CDATA[What to watch for

When embedding the font, the source= line is the path to the font in relation to your project folder. In this case, the font is in the root of the project folder sitting alongside EmbeddingFonts.mxml. That&#8217;s why I only had to write &#8216;MICKEY.ttf&#8217;.

private var mickeyFont:Class; is only there so the compiler will [...]]]></description>
		<link>http://www.flexyouras.com/2007/06/13/embedding-fonts-in-flex/</link>
			</item>
</channel>
</rss>
