<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Flash Player roundup</title>
	
	<link>http://roundup.flepstudio.org</link>
	<description>Flash Flex Air FMS</description>
	<lastBuildDate>Thu, 10 Dec 2009 09:04:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/FlashPlayerRoundup" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="flashplayerroundup" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Flash Player Compiler Errors and How to Fix Them</title>
		<link>http://roundup.flepstudio.org/adobe-flash-player/flash-player-compiler-errors-and-how-to-fix-them/</link>
		<comments>http://roundup.flepstudio.org/adobe-flash-player/flash-player-compiler-errors-and-how-to-fix-them/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 09:04:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe Flash Player]]></category>
		<category><![CDATA[Flash Player]]></category>

		<guid isPermaLink="false">http://roundup.flepstudio.org/?p=817</guid>
		<description><![CDATA[
By Senocular:
The following lists common compiler errors found with Flash Player and what you can do to fix them. Also available, Runtime Errors.
Compiler Error #1061
1119: Access of possibly undefined method [method] through a reference with static type [Type].
This error is a compiler error &#8211; an error that occurs when publishing or testing a SWF, not running [...]]]></description>
		<wfw:commentRss>http://roundup.flepstudio.org/adobe-flash-player/flash-player-compiler-errors-and-how-to-fix-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Player Runtime Errors and How to Fix Them</title>
		<link>http://roundup.flepstudio.org/adobe-flash-player/flash-player-runtime-errors-and-how-to-fix-them/</link>
		<comments>http://roundup.flepstudio.org/adobe-flash-player/flash-player-runtime-errors-and-how-to-fix-them/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 09:02:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe Flash Player]]></category>
		<category><![CDATA[Flash Player]]></category>

		<guid isPermaLink="false">http://roundup.flepstudio.org/?p=815</guid>
		<description><![CDATA[
By Senocular:
The following lists common runtime errors found with Flash Player and what you can do to fix them. Also available, Compiler Errors.
TypeError: Error #1009
TypeError: Error #1009: Cannot access a property or method of a null object reference.
This error occurs when you attempt to access a property or call a method (function) from an object variable [...]]]></description>
		<wfw:commentRss>http://roundup.flepstudio.org/adobe-flash-player/flash-player-runtime-errors-and-how-to-fix-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multi-table INSERT using one SQL statement in AIR SQLite</title>
		<link>http://roundup.flepstudio.org/adobe-air/multi-table-insert-using-one-sql-statement-in-air-sqlite/</link>
		<comments>http://roundup.flepstudio.org/adobe-air/multi-table-insert-using-one-sql-statement-in-air-sqlite/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 09:00:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe Air]]></category>
		<category><![CDATA[Air]]></category>

		<guid isPermaLink="false">http://roundup.flepstudio.org/?p=813</guid>
		<description><![CDATA[
By Paul Robertson:

This article describes a way that you can use a single INSERT statement to add data to multiple tables in the SQL dialect supported by the SQLite engine in Adobe AIR.
Normally in SQL, including in AIR’s built-in SQLite database engine, you can only add data to one table at a time using an [...]]]></description>
		<wfw:commentRss>http://roundup.flepstudio.org/adobe-air/multi-table-insert-using-one-sql-statement-in-air-sqlite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Flex application that connects to a BlazeDS Remoting destination using Flash Builder 4 beta</title>
		<link>http://roundup.flepstudio.org/adobe-flex/building-a-flex-application-that-connects-to-a-blazeds-remoting-destination-using-flash-builder-4-beta/</link>
		<comments>http://roundup.flepstudio.org/adobe-flex/building-a-flex-application-that-connects-to-a-blazeds-remoting-destination-using-flash-builder-4-beta/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 08:56:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://roundup.flepstudio.org/?p=810</guid>
		<description><![CDATA[
By Sujit Reddy G:
This article explains how to create a Flex application in Flash Builder 4 beta 2 that invokes a method in a Java class on the server using BlazeDS Remoting service. After you set up the server environment required for the sample application, you’ll use Flash Builder 4 to generate ActionScript service classes [...]]]></description>
		<wfw:commentRss>http://roundup.flepstudio.org/adobe-flex/building-a-flex-application-that-connects-to-a-blazeds-remoting-destination-using-flash-builder-4-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overview of the Flash Player 10.0.42 Security Update</title>
		<link>http://roundup.flepstudio.org/adobe-flash-player/overview-of-the-flash-player-10-0-42-security-update/</link>
		<comments>http://roundup.flepstudio.org/adobe-flash-player/overview-of-the-flash-player-10-0-42-security-update/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 08:54:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe Flash Player]]></category>
		<category><![CDATA[Flash Player]]></category>

		<guid isPermaLink="false">http://roundup.flepstudio.org/?p=808</guid>
		<description><![CDATA[
By Adobe:

Note: The following article is for developers only. Customers who are experiencing Adobe Flash Player installation issues should begin troubleshooting in the Flash Player Support Center.
The Adobe Flash Player 10.0.42 Security Update addresses the issues described in Security Bulletin APSB09-19. The latest Flash Player update is available from the Flash Player Download Center. Adobe recommends installing all [...]]]></description>
		<wfw:commentRss>http://roundup.flepstudio.org/adobe-flash-player/overview-of-the-flash-player-10-0-42-security-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Swipe/Slide Effect With Flex</title>
		<link>http://roundup.flepstudio.org/adobe-flex/creating-a-swipeslide-effect-with-flex/</link>
		<comments>http://roundup.flepstudio.org/adobe-flex/creating-a-swipeslide-effect-with-flex/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 08:52:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://roundup.flepstudio.org/?p=806</guid>
		<description><![CDATA[
By Andrew Trice:

In this example, we will walk through the creation of a swipe/slide effect inspired by the transitions that you often see in touch-capable devices when you use a finger to swipe from one screen to the next. One piece of content slides off to one side, and another piece of content seamlessly slides [...]]]></description>
		<wfw:commentRss>http://roundup.flepstudio.org/adobe-flex/creating-a-swipeslide-effect-with-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D moving stars in Flash using ActionScript 3</title>
		<link>http://roundup.flepstudio.org/adobe-flash/3d-moving-stars-in-flash-using-actionscript-3/</link>
		<comments>http://roundup.flepstudio.org/adobe-flash/3d-moving-stars-in-flash-using-actionscript-3/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 16:17:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://roundup.flepstudio.org/?p=804</guid>
		<description><![CDATA[
By Rodney Smith:

This tutorial shows how to use 3D features of Adobe Flash Player 10 and Adobe Flash CS4 Professional using ActionScript 3, and how to apply them to make a user-controlled 3D animation.
The new 3D support in Flash Player 10 does a lot of the 3D work for you, and is integrated to work [...]]]></description>
		<wfw:commentRss>http://roundup.flepstudio.org/adobe-flash/3d-moving-stars-in-flash-using-actionscript-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash TDD Project Template</title>
		<link>http://roundup.flepstudio.org/adobe-flash/flash-tdd-project-template/</link>
		<comments>http://roundup.flepstudio.org/adobe-flash/flash-tdd-project-template/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 16:56:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://roundup.flepstudio.org/?p=802</guid>
		<description><![CDATA[
By Jesse Freeman:
Advanced Flash Tactics or AFTs are techniques that come from deep within the Flash Art Of War, the oldest Flash military treatise in the world. In this AFT I will go over - Flash TDD Project Template. Those of you who know me or follow me on twitter may have a good idea of how much [...]]]></description>
		<wfw:commentRss>http://roundup.flepstudio.org/adobe-flash/flash-tdd-project-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrating Amazon Flexible Payment Service with Flex and Adobe AIR</title>
		<link>http://roundup.flepstudio.org/adobe-flex/integrating-amazon-flexible-payment-service-with-flex-and-adobe-air/</link>
		<comments>http://roundup.flepstudio.org/adobe-flex/integrating-amazon-flexible-payment-service-with-flex-and-adobe-air/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 16:53:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://roundup.flepstudio.org/?p=799</guid>
		<description><![CDATA[
By Miti Pricope:

This article describes a technique for integrating Amazon Flexible Payment Service (Amazon FPS) with a Flex application running in Flash Player and in Adobe AIR. I will cover security and UI considerations and the architectural approach, and then show you how you can implement the whole thing. You can also download working samples [...]]]></description>
		<wfw:commentRss>http://roundup.flepstudio.org/adobe-flex/integrating-amazon-flexible-payment-service-with-flex-and-adobe-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Augmented reality with animated avatars using the 3D drawing API</title>
		<link>http://roundup.flepstudio.org/adobe-flash/augmented-reality-with-animated-avatars-using-the-3d-drawing-api/</link>
		<comments>http://roundup.flepstudio.org/adobe-flash/augmented-reality-with-animated-avatars-using-the-3d-drawing-api/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 16:49:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://roundup.flepstudio.org/?p=797</guid>
		<description><![CDATA[
By Keiichi Yoshikawa:

I developed the idea for animated business cards when I read about a new concept that utilizes AR (augmented reality) technology to display 3D animations on a screen based on 2D block patterns. The finished product allows you to create business cards with unique color codes printed on the back. When you hold the [...]]]></description>
		<wfw:commentRss>http://roundup.flepstudio.org/adobe-flash/augmented-reality-with-animated-avatars-using-the-3d-drawing-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
