<?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"?><!-- generator="WordPress/2.7.1" --><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="0.92">
<channel>
	<title>Sönke Rohde</title>
	<link>http://soenkerohde.com</link>
	<description>Flash Platform (Flash, Flex, AIR) examples, thoughts and generell IT news</description>
	<lastBuildDate>Sun, 08 Nov 2009 13:10:46 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/soenkerohde" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>FGATracker for Google Analytics tracking</title>
		<description>FGATracker is an AS3 library which wraps gaforflash for Google Analytics and can be easily used in combination with the Swiz framework.

Source and Download

Source on GitHub
Download SWC
API docs


Usage
Add FGATracker to your BeanLoader:


Dispatch TrackPageEvent or TrackActionEvent:

From a view class (set bubbles=true):
dispatchEvent( new TrackPageEvent( TrackPageEvent.PAGE, "/pagename", true ) );
dispatchEvent( new TrackActionEvent( TrackActionEvent.ACTION ...
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/AgXnYCgah-najwiBvAXDu_sk8bY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/AgXnYCgah-najwiBvAXDu_sk8bY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/AgXnYCgah-najwiBvAXDu_sk8bY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/AgXnYCgah-najwiBvAXDu_sk8bY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/soenkerohde/~4/BfvK28y4WKk" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/soenkerohde/~3/BfvK28y4WKk/</link>
			<feedburner:origLink>http://soenkerohde.com/2009/11/fgatracker-for-google-analytics-tracking/</feedburner:origLink></item>
	<item>
		<title>FlairLoc Public Beta</title>
		<description>FlairLoc is an Adobe® AIR™ application to localize Adobe® Flex® applications.

Today I am happy to announce that the public beta of FlairLoc is available.

Features

	Change resources in a user interface with search capability
	Extract resource keys from source code and synchronizes it with all locale sets
	Automatic translation into 42 languages with the ...
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/p54C3-nN-8ngIaqrfDU345wb4x8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/p54C3-nN-8ngIaqrfDU345wb4x8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/p54C3-nN-8ngIaqrfDU345wb4x8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/p54C3-nN-8ngIaqrfDU345wb4x8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/soenkerohde/~4/clYm1XSiSqs" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/soenkerohde/~3/clYm1XSiSqs/</link>
			<feedburner:origLink>http://soenkerohde.com/2009/11/flairloc-public-beta/</feedburner:origLink></item>
	<item>
		<title>GIT Tips and Tools</title>
		<description>If you don't know GIT yet it is a software version control system like Subversion, CVS or Perforce. It was primary developed by Linus Torvalds for Linux kernel development.  I have started using GIT in the beginning of 2009 and I must say that after a not so small learning ...
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/59GybRsB8CmYAJPIPfpLAIdk5aM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/59GybRsB8CmYAJPIPfpLAIdk5aM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/59GybRsB8CmYAJPIPfpLAIdk5aM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/59GybRsB8CmYAJPIPfpLAIdk5aM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/soenkerohde/~4/8u50Wxap7MQ" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/soenkerohde/~3/8u50Wxap7MQ/</link>
			<feedburner:origLink>http://soenkerohde.com/2009/11/git-tips-and-tools/</feedburner:origLink></item>
	<item>
		<title>YouTube AS3 example</title>
		<description>Today YouTube finally released an ActionScript 3 API. Maybe this was accelerated by the move of Vimeo because they came up with an AS3 API last week.

I have build a little AIR client as an example application. Check my YouTubeAS3 project on github for the source code. The example of ...
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/qQAo25odJCJRyQZOzbTf8iUWmV4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qQAo25odJCJRyQZOzbTf8iUWmV4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/qQAo25odJCJRyQZOzbTf8iUWmV4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qQAo25odJCJRyQZOzbTf8iUWmV4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/soenkerohde/~4/CCB_Cau6h5E" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/soenkerohde/~3/CCB_Cau6h5E/</link>
			<feedburner:origLink>http://soenkerohde.com/2009/10/youtube-as3-example/</feedburner:origLink></item>
	<item>
		<title>Presentation Model Interface with Swiz</title>
		<description>Lately I have started to use the presentation model approach and I like it a lot. Swiz fellow Ben Clinkinbeard has a wonderful example posted on his blog.

However I disliked that I have to dispatch custom events to make getters bindable. This would normally look like this in an interface:

[Bindable(event="customDataChanged")]
function ...
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/MTpq6vsbmef4adCklnRUGAU9OxA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MTpq6vsbmef4adCklnRUGAU9OxA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/MTpq6vsbmef4adCklnRUGAU9OxA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MTpq6vsbmef4adCklnRUGAU9OxA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/soenkerohde/~4/RIYDRpE5YNU" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/soenkerohde/~3/RIYDRpE5YNU/</link>
			<feedburner:origLink>http://soenkerohde.com/2009/08/presentation-model-interface-with-swiz/</feedburner:origLink></item>
	<item>
		<title>High level AS3/Flex library for OAuth with Twitter from AIR</title>
		<description>Recently I have played again with the Twitter API and finally have OAuth working. When I have first played with the Twitter API I have used the example from Tour de Flex. The example loads up the friends list and uses the Twitter AS3 API. The API is not really ...
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/fcNu13rhe0VZ2BFF_gKzMxNnfwc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fcNu13rhe0VZ2BFF_gKzMxNnfwc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/fcNu13rhe0VZ2BFF_gKzMxNnfwc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fcNu13rhe0VZ2BFF_gKzMxNnfwc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/soenkerohde/~4/dNRnGUtzZiM" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/soenkerohde/~3/dNRnGUtzZiM/</link>
			<feedburner:origLink>http://soenkerohde.com/2009/07/high-level-as3flex-library-for-oauth-with-twitter-from-air/</feedburner:origLink></item>
	<item>
		<title>Width Problem with Firefox</title>
		<description>Recently I ran into a problem that I had to build a Flash movie which should fit the browser window meaning the Flash movie is embedded with 100%x100%.
The problem I had is that even if I resized the browser window to something like 400x400 the stage.width property still showed 662. ...
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/7Ig6zfIBhFdSsxRq2pSaDMHFk0U/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7Ig6zfIBhFdSsxRq2pSaDMHFk0U/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/7Ig6zfIBhFdSsxRq2pSaDMHFk0U/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7Ig6zfIBhFdSsxRq2pSaDMHFk0U/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/soenkerohde/~4/f6je4hZQnos" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/soenkerohde/~3/f6je4hZQnos/</link>
			<feedburner:origLink>http://soenkerohde.com/2009/06/width-problem-with-firefox/</feedburner:origLink></item>
	<item>
		<title>Swiz 0.6.2 with Flex 4 support</title>
		<description>We just released a new Swiz update:

Flex 4 support (beta)
TwoWay autowire
Mediate priorities
Pass event to mediating method


Flex 4 support
Today Adobe has released Flex Flash Builder 4 and Flash Catalyst betas on Adobe Labs. One more reason for Swiz to support Flex 4.
We have now posted two SWCs for Flex 2/3 and ...
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/COf1eN8Oz84qW02tAXYBFrZfeMo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/COf1eN8Oz84qW02tAXYBFrZfeMo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/COf1eN8Oz84qW02tAXYBFrZfeMo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/COf1eN8Oz84qW02tAXYBFrZfeMo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/soenkerohde/~4/yuYslzJE66o" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/soenkerohde/~3/yuYslzJE66o/</link>
			<feedburner:origLink>http://soenkerohde.com/2009/06/swiz-062-with-flex-4-support/</feedburner:origLink></item>
	<item>
		<title>Swiz Unit Tests with FlexUnit 4</title>
		<description>Recently FlexUnit 4 beta 1 was released. To get started I recommend FlexUnit 4 in 360 seconds and the feature overview. If you are using the Swiz framework and want to apply some changes to provide a patch file you could run the unit tests to be sure to break ...
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/f9FymMyWCMLSyK5edooYGAYY5Yg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/f9FymMyWCMLSyK5edooYGAYY5Yg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/f9FymMyWCMLSyK5edooYGAYY5Yg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/f9FymMyWCMLSyK5edooYGAYY5Yg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/soenkerohde/~4/NpCNdpVj30M" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/soenkerohde/~3/NpCNdpVj30M/</link>
			<feedburner:origLink>http://soenkerohde.com/2009/05/swiz-unit-tests-with-flexunit-4/</feedburner:origLink></item>
	<item>
		<title>Swiz Autowire View</title>
		<description>Swiz got a new feature which allows you to autowire views into any class which has been loaded in a BeanLoader. A target could be a controller class which wants to interact with a view. Normally you would say that the view dispatches events which are then handled by a ...
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/GI9UpiX0-Ierm95OzxoVexKmyzc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GI9UpiX0-Ierm95OzxoVexKmyzc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/GI9UpiX0-Ierm95OzxoVexKmyzc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GI9UpiX0-Ierm95OzxoVexKmyzc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/soenkerohde/~4/jjk26iOYQRg" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/soenkerohde/~3/jjk26iOYQRg/</link>
			<feedburner:origLink>http://soenkerohde.com/2009/05/swiz-autowire-view/</feedburner:origLink></item>
</channel>
</rss>
