<?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>aron / philipp development blog &#187; Flash</title>
	<atom:link href="http://apdevblog.com/category/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://apdevblog.com</link>
	<description>flash and actioscript development</description>
	<lastBuildDate>Mon, 02 May 2011 13:59:56 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Facebook Connect ActionScript 3 ImageViewer Example</title>
		<link>http://apdevblog.com/facebook-connect-actionscript/</link>
		<comments>http://apdevblog.com/facebook-connect-actionscript/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 12:57:36 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook connect]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://apdevblog.com/?p=895</guid>
		<description><![CDATA[I finally had the time to write something about the facebook-actionscript-api we used in one of our last projects. It&#8217;s a very interesting API when you want to add Facebook support (user management) to your site/project. There are different things you can do with this API: i.e. access user information, post on the user&#8217;s wall, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://apdevblog.com/examples/fbconnect/" target="_blank"><img class="alignnone size-full wp-image-897" title="apdev_imageviewer" src="http://apdevblog.com/wp-content/uploads/2010/06/apdev_imageviewer.jpg" alt="" width="500" height="439" /></a></p>
<p>I finally had the time to write something about the <a href="http://code.google.com/p/facebook-actionscript-api/" target="_blank">facebook-actionscript-api</a> we used in one of our last projects. It&#8217;s a very interesting API when you want to add Facebook support (user management) to your site/project. There are different things you can do with this API: i.e. access user information, post on the user&#8217;s wall, get user&#8217;s photos and much much more.</p>
<p><a href="http://apdevblog.com/facebook-connect-actionscript/">Read more...</a></p>
<hr />
<p><small>© Phil for <a href="http://apdevblog.com">aron / philipp development blog</a>, 2010. |
<a href="http://apdevblog.com/facebook-connect-actionscript/">Permalink</a>
<br/>
Post tags: <a href="http://apdevblog.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://apdevblog.com/tag/as3/" rel="tag">AS3</a>, <a href="http://apdevblog.com/tag/facebook/" rel="tag">facebook</a>, <a href="http://apdevblog.com/tag/facebook-connect/" rel="tag">facebook connect</a>, <a href="http://apdevblog.com/tag/flash/" rel="tag">Flash</a>, <a href="http://apdevblog.com/tag/javascript/" rel="tag">JavaScript</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://apdevblog.com/facebook-connect-actionscript/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>AsWing &#8211; ActionScript UI component framework</title>
		<link>http://apdevblog.com/aswing-actionscript-ui-components/</link>
		<comments>http://apdevblog.com/aswing-actionscript-ui-components/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 13:26:34 +0000</pubDate>
		<dc:creator>Aron</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[AsWing]]></category>
		<category><![CDATA[UI components]]></category>

		<guid isPermaLink="false">http://apdevblog.com/?p=779</guid>
		<description><![CDATA[Keith Peters was right, when he said, that Flash has a lack of UI component frameworks. The Flex components has a quasi monopoly on that. Besides his minimal components there is another alternative: AsWing. Last year Neue Digitale / Razorfish gave me the chance to dive into AsWing. The task was to build a form [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.apdevblog.com/examples/aswing/login-demo.html" target="_blank"><img src="http://apdevblog.com/img/login-demo.jpg" alt="AsWing example simple login" /></a></p>
<p>Keith Peters was right, when he said, that Flash has a <a href="http://www.bit-101.com/blog/?p=2323">lack of UI component frameworks</a>. The Flex components has a quasi monopoly on that. Besides his <a href="http://www.minimalcomps.com/">minimal components</a> there is another alternative: AsWing.</p>
<p>Last year <a href="http://www.neue-digitale.de/">Neue Digitale / Razorfish</a> gave me the chance to dive into <a href="http://www.aswing.org/">AsWing</a>. The task was to build a form manager that can not only run in Flex projects but also in straight AS3 projects where no flex runtime is available.</p>
<p><a href="http://apdevblog.com/aswing-actionscript-ui-components/">Read more...</a></p>
<hr />
<p><small>© aron for <a href="http://apdevblog.com">aron / philipp development blog</a>, 2010. |
<a href="http://apdevblog.com/aswing-actionscript-ui-components/">Permalink</a>
<br/>
Post tags: <a href="http://apdevblog.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://apdevblog.com/tag/as3/" rel="tag">AS3</a>, <a href="http://apdevblog.com/tag/aswing/" rel="tag">AsWing</a>, <a href="http://apdevblog.com/tag/flash/" rel="tag">Flash</a>, <a href="http://apdevblog.com/tag/flex/" rel="tag">Flex</a>, <a href="http://apdevblog.com/tag/ui-components/" rel="tag">UI components</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://apdevblog.com/aswing-actionscript-ui-components/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Version 1.0.3 of the Apdev VideoPlayer released</title>
		<link>http://apdevblog.com/version-1-0-3-of-the-apdev-videoplayer-released/</link>
		<comments>http://apdevblog.com/version-1-0-3-of-the-apdev-videoplayer-released/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 12:06:38 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Apdev Videoplayer]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[VideoPlayer]]></category>

		<guid isPermaLink="false">http://apdevblog.com/?p=755</guid>
		<description><![CDATA[Just before christmas &#8211; as a little gift under the tree &#8211; we released the new version of our AS3 open-source VideoPlayer. Read more... © Phil for aron / philipp development blog, 2009. &#124; Permalink Post tags: ActionScript, Apdev Videoplayer, Flash, Open Source, Video, VideoPlayer]]></description>
			<content:encoded><![CDATA[<p>Just before christmas &#8211; as a little gift under the tree &#8211; we released the new version of our AS3 open-source <a href="http://code.google.com/p/apdev-videoplayer/">VideoPlayer</a>.</p>
<p><a href="http://apdevblog.com/examples/apdev_videoplayer/htmlvideo_skinned.html"><img src="http://apdevblog.com/wp-content/uploads/2009/12/apdevplayer.jpg" alt="apdev videoplayer" title="apdev videoplayer" width="380" height="240" class="alignnone size-full wp-image-756" /></a></p>
<p><a href="http://apdevblog.com/version-1-0-3-of-the-apdev-videoplayer-released/">Read more...</a></p>
<hr />
<p><small>© Phil for <a href="http://apdevblog.com">aron / philipp development blog</a>, 2009. |
<a href="http://apdevblog.com/version-1-0-3-of-the-apdev-videoplayer-released/">Permalink</a>
<br/>
Post tags: <a href="http://apdevblog.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://apdevblog.com/tag/apdev-videoplayer/" rel="tag">Apdev Videoplayer</a>, <a href="http://apdevblog.com/tag/flash/" rel="tag">Flash</a>, <a href="http://apdevblog.com/tag/open-source/" rel="tag">Open Source</a>, <a href="http://apdevblog.com/tag/video/" rel="tag">Video</a>, <a href="http://apdevblog.com/tag/videoplayer/" rel="tag">VideoPlayer</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://apdevblog.com/version-1-0-3-of-the-apdev-videoplayer-released/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>First real life Flash/Indexhibit website</title>
		<link>http://apdevblog.com/first-real-life-flash-indexhibit-website/</link>
		<comments>http://apdevblog.com/first-real-life-flash-indexhibit-website/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 16:24:49 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[indexhibit]]></category>

		<guid isPermaLink="false">http://apdevblog.com/?p=742</guid>
		<description><![CDATA[Hi there &#8230; it&#8217;s been a bit quiet here over the last month, but only because we had loads of work to do before christmas. I just wanted to let you know, that we built our first real life Flash/Indexhibit website a few weeks ago &#8211; for a good friend who&#8217;s a photographer. Read more... [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there &#8230; it&#8217;s been a bit quiet here over the last month, but only because we had loads of work to do before christmas.<br />
I just wanted to let you know, that we built our first real life Flash/Indexhibit website a few weeks ago &#8211; for a good friend who&#8217;s a photographer.</p>
<p><a href="http://www.lisahoerterer.de" target="_blank"><img class="alignnone size-full wp-image-745" title="lisa hörterer" src="http://apdevblog.com/wp-content/uploads/2009/12/lisa-screenshot.jpg" alt="lisa hörterer" width="510" height="340" /></a></p>
<p><a href="http://apdevblog.com/first-real-life-flash-indexhibit-website/">Read more...</a></p>
<hr />
<p><small>© Phil for <a href="http://apdevblog.com">aron / philipp development blog</a>, 2009. |
<a href="http://apdevblog.com/first-real-life-flash-indexhibit-website/">Permalink</a>
<br/>
Post tags: <a href="http://apdevblog.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://apdevblog.com/tag/flash/" rel="tag">Flash</a>, <a href="http://apdevblog.com/tag/indexhibit/" rel="tag">indexhibit</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://apdevblog.com/first-real-life-flash-indexhibit-website/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Super simple Flash example of the Indexhibit frontend</title>
		<link>http://apdevblog.com/super-simple-flash-example-of-the-indexhibit-frontend/</link>
		<comments>http://apdevblog.com/super-simple-flash-example-of-the-indexhibit-frontend/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 19:03:05 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AMF]]></category>
		<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[Flash Remoting]]></category>
		<category><![CDATA[frontend]]></category>
		<category><![CDATA[indexhibit]]></category>
		<category><![CDATA[swfobject]]></category>

		<guid isPermaLink="false">http://apdevblog.com/?p=707</guid>
		<description><![CDATA[Finally we finished the &#8220;super simple&#8221; Flash example of our frontend for Indexhibit. You can read more about the whole Flash / Indexhibit story here, here and here or just grab the new files and try for yourself &#8230; Read more... © Phil for aron / philipp development blog, 2009. &#124; Permalink Post tags: ActionScript, [...]]]></description>
			<content:encoded><![CDATA[<p>Finally we finished the &#8220;super simple&#8221; Flash example of our frontend for <a href="http://indexhibit.org" target="_blank">Indexhibit</a>.<br />
You can read more about the whole Flash / Indexhibit story <a href="http://apdevblog.com/flash-frontend-for-indexhibit-cms/" target="_blank">here</a>, <a href="http://apdevblog.com/sources-for-flash-frontend-for-indexhibit-cms/" target="_blank">here</a> and <a href="http://apdevblog.com/installation-guide-for-flash-indexhibit-frontend/" target="_blank">here</a> or just grab the <a href="http://apdevblog.com/examples/indexhibit_simple/src/apdev_ndxz_simple.zip">new files</a> and try for yourself &#8230;</p>
<p><a href="http://apdevblog.com/examples/indexhibit_simple/" target="_blank"><img src="http://apdevblog.com/wp-content/uploads/2009/10/simple_indexhibit_example.jpg" alt="simple indexhibit example" title="simple indexhibit example" width="500" height="313" class="alignnone size-full wp-image-708" /></a></p>
<p><a href="http://apdevblog.com/super-simple-flash-example-of-the-indexhibit-frontend/">Read more...</a></p>
<hr />
<p><small>© Phil for <a href="http://apdevblog.com">aron / philipp development blog</a>, 2009. |
<a href="http://apdevblog.com/super-simple-flash-example-of-the-indexhibit-frontend/">Permalink</a>
<br/>
Post tags: <a href="http://apdevblog.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://apdevblog.com/tag/amf/" rel="tag">AMF</a>, <a href="http://apdevblog.com/tag/amfphp/" rel="tag">AMFPHP</a>, <a href="http://apdevblog.com/tag/cms/" rel="tag">cms</a>, <a href="http://apdevblog.com/tag/flash/" rel="tag">Flash</a>, <a href="http://apdevblog.com/tag/flash-remoting/" rel="tag">Flash Remoting</a>, <a href="http://apdevblog.com/tag/frontend/" rel="tag">frontend</a>, <a href="http://apdevblog.com/tag/indexhibit/" rel="tag">indexhibit</a>, <a href="http://apdevblog.com/tag/swfobject/" rel="tag">swfobject</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://apdevblog.com/super-simple-flash-example-of-the-indexhibit-frontend/feed/</wfw:commentRss>
		<slash:comments>62</slash:comments>
		</item>
		<item>
		<title>ActionScript Spellchecker for Flash Textfields (with source code and example)</title>
		<link>http://apdevblog.com/actionscript-spellchecker-for-flash-textfields-with-source-code-and-example/</link>
		<comments>http://apdevblog.com/actionscript-spellchecker-for-flash-textfields-with-source-code-and-example/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 12:05:31 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[error-highlighting]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[spell]]></category>
		<category><![CDATA[spell-checking]]></category>
		<category><![CDATA[spelling]]></category>
		<category><![CDATA[Squiggly]]></category>
		<category><![CDATA[Text]]></category>
		<category><![CDATA[textfield]]></category>

		<guid isPermaLink="false">http://apdevblog.com/?p=689</guid>
		<description><![CDATA[Finally I had the time to add the missing features to our Spellchecker class v01. You can now right-click the misspelled words and get suggestions from the loaded dictionary in the context-menu. Read more... © Phil for aron / philipp development blog, 2009. &#124; Permalink Post tags: ActionScript, error-highlighting, Flash, Open Source, spell, spell-checking, spelling, [...]]]></description>
			<content:encoded><![CDATA[<p>Finally I had the time to add the missing features to our <a href="http://apdevblog.com/actionscript-spell-checking-with-squiggly-as3-only-and-flash-9-compatible/" target="_blank">Spellchecker class v01</a>.<br />
You can now right-click the misspelled words and get suggestions from the loaded dictionary in the context-menu.</p>
<p><a href="http://apdevblog.com/examples/apdev_spellchecker/" target="_blank"><img src="http://apdevblog.com/wp-content/uploads/2009/10/apdev_spellchecker.gif" alt="apdev spellchecker" title="apdev spellchecker" width="500" height="270" class="alignnone size-full wp-image-691" /></a></p>
<p><a href="http://apdevblog.com/actionscript-spellchecker-for-flash-textfields-with-source-code-and-example/">Read more...</a></p>
<hr />
<p><small>© Phil for <a href="http://apdevblog.com">aron / philipp development blog</a>, 2009. |
<a href="http://apdevblog.com/actionscript-spellchecker-for-flash-textfields-with-source-code-and-example/">Permalink</a>
<br/>
Post tags: <a href="http://apdevblog.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://apdevblog.com/tag/error-highlighting/" rel="tag">error-highlighting</a>, <a href="http://apdevblog.com/tag/flash/" rel="tag">Flash</a>, <a href="http://apdevblog.com/tag/open-source/" rel="tag">Open Source</a>, <a href="http://apdevblog.com/tag/spell/" rel="tag">spell</a>, <a href="http://apdevblog.com/tag/spell-checking/" rel="tag">spell-checking</a>, <a href="http://apdevblog.com/tag/spelling/" rel="tag">spelling</a>, <a href="http://apdevblog.com/tag/squiggly/" rel="tag">Squiggly</a>, <a href="http://apdevblog.com/tag/text/" rel="tag">Text</a>, <a href="http://apdevblog.com/tag/textfield/" rel="tag">textfield</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://apdevblog.com/actionscript-spellchecker-for-flash-textfields-with-source-code-and-example/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>New version of our AS3 open-source VideoPlayer</title>
		<link>http://apdevblog.com/new-version-of-our-as3-open-source-videoplayer/</link>
		<comments>http://apdevblog.com/new-version-of-our-as3-open-source-videoplayer/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 13:00:11 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Apdev Videoplayer]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[swfobject]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[VideoPlayer]]></category>

		<guid isPermaLink="false">http://apdevblog.com/?p=655</guid>
		<description><![CDATA[Hi there. After some inquiries we finally added the possibility to customize the Apdev VideoPlayer &#8211; only changing colors at this time but it&#8217;s a first step in the right direction &#8230; You can now change any color of any object/control that is used within the videoplayer &#8211; but check the ApdevVideoPlayerDefaultStyle.as for all the [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there.<br />
After some inquiries we finally added the possibility to customize the <a href="http://code.google.com/p/apdev-videoplayer/" target="_blank">Apdev VideoPlayer</a> &#8211; only changing colors at this time but it&#8217;s a first step in the right direction &#8230;</p>
<p><a href="http://apdevblog.com/examples/apdev_videoplayer/html_skinned.html" target="_blank"><img alt="skinned Apdev VideoPlayer" src="http://apdevblog.com/examples/apdev_videoplayer/screenshot_skinned.jpg" title="apdev videoplayer skinned" class="alignnone" width="349" height="290" /></a></p>
<p>You can now change any color of any object/control that is used within the videoplayer &#8211; but check the <a href="http://apdevblog.com/examples/apdev_videoplayer/docs/com/apdevblog/ui/video/style/ApdevVideoPlayerDefaultStyle.html" target="_blank">ApdevVideoPlayerDefaultStyle.as</a> for all the attributes that can be manipulated. And it&#8217;s up to you whether you change the attributes using pure ActionScript (1) or our html-version of the videoplayer and pass the values in via flashvars (2). With approach 2 you don&#8217;t even have to know ActionScript or open a flash-file &#8211; just embed the videoplayer-swf into your website and customize it via flashvars.<br />
For further information, see the upcoming examples.</p>
<p><a href="http://apdevblog.com/new-version-of-our-as3-open-source-videoplayer/">Read more...</a></p>
<hr />
<p><small>© Phil for <a href="http://apdevblog.com">aron / philipp development blog</a>, 2009. |
<a href="http://apdevblog.com/new-version-of-our-as3-open-source-videoplayer/">Permalink</a>
<br/>
Post tags: <a href="http://apdevblog.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://apdevblog.com/tag/apdev-videoplayer/" rel="tag">Apdev Videoplayer</a>, <a href="http://apdevblog.com/tag/customize/" rel="tag">customize</a>, <a href="http://apdevblog.com/tag/flash/" rel="tag">Flash</a>, <a href="http://apdevblog.com/tag/open-source/" rel="tag">Open Source</a>, <a href="http://apdevblog.com/tag/swfobject/" rel="tag">swfobject</a>, <a href="http://apdevblog.com/tag/video/" rel="tag">Video</a>, <a href="http://apdevblog.com/tag/videoplayer/" rel="tag">VideoPlayer</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://apdevblog.com/new-version-of-our-as3-open-source-videoplayer/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Small Flash / Indexhibit update</title>
		<link>http://apdevblog.com/small-flash-indexhibit-update/</link>
		<comments>http://apdevblog.com/small-flash-indexhibit-update/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 19:10:22 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AMF]]></category>
		<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[frontend]]></category>
		<category><![CDATA[indexhibit]]></category>
		<category><![CDATA[swfaddress]]></category>
		<category><![CDATA[swffit]]></category>
		<category><![CDATA[swfobject]]></category>

		<guid isPermaLink="false">http://apdevblog.com/?p=649</guid>
		<description><![CDATA[This is just a small update to the sources of our Flash / Indexhibit example we posted earlier. I added a FLA file for all of you that never used the Flex-compiler before :) Just download the sources and open the ndxz.fla in (at least) Flash CS3. Hit cmd-return and enjoy. When I have the [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a small update to the sources of our <a href="http://apdevblog.com/flash-frontend-for-indexhibit-cms/" target="_blank">Flash / Indexhibit example</a> we posted earlier.<br />
I added a FLA file for all of you that never used the Flex-compiler before :)</p>
<p>Just <a href="http://apdevblog.com/sources-for-flash-frontend-for-indexhibit-cms/" target="_blank">download the sources</a> and open the ndxz.fla in (at least) Flash CS3. Hit cmd-return and enjoy.</p>
<p><img src="http://apdevblog.com/wp-content/uploads/2009/10/ndxz_sub.jpg" alt="ndxz_sub" title="ndxz_sub" width="500" height="344" class="alignnone size-full wp-image-652" /></p>
<p>When I have the time, I still want to build another very simple example that only uses assets from the library so that you can just change colors and forms on the timeline and re-compile the whole project with some great new looks.</p>
<p>Have fun. Cheers
<div class="tweetmeme_button" style="float: left; margin-right: 10px; margin-bottom: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fapdevblog.com%2Fsmall-flash-indexhibit-update%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fapdevblog.com%2Fsmall-flash-indexhibit-update%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<hr />
<p><small>© Phil for <a href="http://apdevblog.com">aron / philipp development blog</a>, 2009. |
<a href="http://apdevblog.com/small-flash-indexhibit-update/">Permalink</a>
<br/>
Post tags: <a href="http://apdevblog.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://apdevblog.com/tag/amf/" rel="tag">AMF</a>, <a href="http://apdevblog.com/tag/amfphp/" rel="tag">AMFPHP</a>, <a href="http://apdevblog.com/tag/cms/" rel="tag">cms</a>, <a href="http://apdevblog.com/tag/flash/" rel="tag">Flash</a>, <a href="http://apdevblog.com/tag/frontend/" rel="tag">frontend</a>, <a href="http://apdevblog.com/tag/indexhibit/" rel="tag">indexhibit</a>, <a href="http://apdevblog.com/tag/swfaddress/" rel="tag">swfaddress</a>, <a href="http://apdevblog.com/tag/swffit/" rel="tag">swffit</a>, <a href="http://apdevblog.com/tag/swfobject/" rel="tag">swfobject</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://apdevblog.com/small-flash-indexhibit-update/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Installation guide for Flash Indexhibit frontend</title>
		<link>http://apdevblog.com/installation-guide-for-flash-indexhibit-frontend/</link>
		<comments>http://apdevblog.com/installation-guide-for-flash-indexhibit-frontend/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 13:06:43 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AMF]]></category>
		<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[Flash Remoting]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[indexhibit]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[swfaddress]]></category>
		<category><![CDATA[swffit]]></category>
		<category><![CDATA[swfobject]]></category>

		<guid isPermaLink="false">http://apdevblog.com/?p=620</guid>
		<description><![CDATA[Because some of you asked for an installation guide for the example I posted earlier &#8211; here comes a small how-to so that you can get the demo up and running on your own computer/webserver. There is more than one way to get this done &#8230; Read more... © Phil for aron / philipp development [...]]]></description>
			<content:encoded><![CDATA[<p>Because some of you asked for an installation guide for the <a href="http://apdevblog.com/flash-frontend-for-indexhibit-cms/" target="_blank">example</a> I posted earlier &#8211; here comes a small how-to so that you can get the demo up and running on your own computer/webserver.</p>
<p>There is more than one way to get this done &#8230;</p>
<p><a href="http://apdevblog.com/installation-guide-for-flash-indexhibit-frontend/">Read more...</a></p>
<hr />
<p><small>© Phil for <a href="http://apdevblog.com">aron / philipp development blog</a>, 2009. |
<a href="http://apdevblog.com/installation-guide-for-flash-indexhibit-frontend/">Permalink</a>
<br/>
Post tags: <a href="http://apdevblog.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://apdevblog.com/tag/amf/" rel="tag">AMF</a>, <a href="http://apdevblog.com/tag/amfphp/" rel="tag">AMFPHP</a>, <a href="http://apdevblog.com/tag/flash/" rel="tag">Flash</a>, <a href="http://apdevblog.com/tag/flash-remoting/" rel="tag">Flash Remoting</a>, <a href="http://apdevblog.com/tag/guide/" rel="tag">guide</a>, <a href="http://apdevblog.com/tag/indexhibit/" rel="tag">indexhibit</a>, <a href="http://apdevblog.com/tag/install/" rel="tag">install</a>, <a href="http://apdevblog.com/tag/swfaddress/" rel="tag">swfaddress</a>, <a href="http://apdevblog.com/tag/swffit/" rel="tag">swffit</a>, <a href="http://apdevblog.com/tag/swfobject/" rel="tag">swfobject</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://apdevblog.com/installation-guide-for-flash-indexhibit-frontend/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>XML to VO &#8211; as easy as apple pie!? (demo included)</title>
		<link>http://apdevblog.com/xml-to-vo-with-demo-example/</link>
		<comments>http://apdevblog.com/xml-to-vo-with-demo-example/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 13:00:20 +0000</pubDate>
		<dc:creator>Aron</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[value object]]></category>
		<category><![CDATA[vo]]></category>
		<category><![CDATA[wsdl]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XMLDecoder]]></category>
		<category><![CDATA[XMLSchema]]></category>

		<guid isPermaLink="false">http://apdevblog.com/?p=547</guid>
		<description><![CDATA[I&#8217;m currently working with SOAP web services. While making adjustments to the classes of the wsdl Flex Builder class generator I discovered, that there is an easy way to decode / parse XML to VOs (value objects). The XMLDecoder inside the rpc package does the trick. I&#8217;m still confused why there are not more resources [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://apdevblog.com/img/xml-to-vo-debug.gif" alt="xml to vo debug dialog" /></p>
<p>I&#8217;m currently working with SOAP web services. While making adjustments to the classes of the <a href="http://www.flexlive.net/?p=79">wsdl Flex Builder class generator</a> I discovered, that there is an easy way to decode / parse XML to VOs (<a href="http://en.wikipedia.org/wiki/Data_transfer_object">value objects</a>). The XMLDecoder inside the <a href="http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/projects/rpc/src/mx/">rpc package</a> does the trick. I&#8217;m still confused why there are not more resources on the web regarding this topic but If you want to digg deeper, I strongly recommend reading these blog posts by <a href="http://blog.misprintt.net/">Dominic De Lorenzo</a>:</p>
<p><a href="http://blog.misprintt.net/?p=181">Flex 3, XML Schemas &#038; automatic mapping of AS classes to XSD element definitions (Part 1)</a><br />
<a href="http://blog.misprintt.net/?p=192">Flex 3, XML Schemas &#038; automatic mapping of AS classes to XSD element definitions (Part 2)</a></p>
<p>I&#8217;m not an XML pro and some things in his example I&#8217;m still not getting (namespaces in XML, yes well&#8230;). Also, his example is in Flex and I just wanted to have a basic example on how this could be useful for my work.</p>
<p><a href="http://apdevblog.com/xml-to-vo-with-demo-example/">Read more...</a></p>
<hr />
<p><small>© aron for <a href="http://apdevblog.com">aron / philipp development blog</a>, 2009. |
<a href="http://apdevblog.com/xml-to-vo-with-demo-example/">Permalink</a>
<br/>
Post tags: <a href="http://apdevblog.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://apdevblog.com/tag/flex/" rel="tag">Flex</a>, <a href="http://apdevblog.com/tag/soap/" rel="tag">soap</a>, <a href="http://apdevblog.com/tag/value-object/" rel="tag">value object</a>, <a href="http://apdevblog.com/tag/vo/" rel="tag">vo</a>, <a href="http://apdevblog.com/tag/wsdl/" rel="tag">wsdl</a>, <a href="http://apdevblog.com/tag/xml/" rel="tag">XML</a>, <a href="http://apdevblog.com/tag/xmldecoder/" rel="tag">XMLDecoder</a>, <a href="http://apdevblog.com/tag/xmlschema/" rel="tag">XMLSchema</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://apdevblog.com/xml-to-vo-with-demo-example/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

