<?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>Schneider Webanwendungen Blog</title>
	<atom:link href="http://blog.schneider-webanwendungen.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.schneider-webanwendungen.de</link>
	<description>Freelancer - ActionScript Programmer - Flex Developer - PHP &#38; MySQL</description>
	<lastBuildDate>Tue, 09 Nov 2010 23:12:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Flex 4 SDK und Flash Builder 4</title>
		<link>http://blog.schneider-webanwendungen.de/2010/03/22/flex-4-sdk-und-flash-builder-4/</link>
		<comments>http://blog.schneider-webanwendungen.de/2010/03/22/flex-4-sdk-und-flash-builder-4/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 10:54:24 +0000</pubDate>
		<dc:creator>Rico Schneider</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[flash builder]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://blog.schneider-webanwendungen.de/?p=206</guid>
		<description><![CDATA[Adobe hat heute eine neue Version vom quelloffenen Flex 4 SDK online gestellt. Gleichzeitig wurde eine neue Version vom Flash Builder 4 (ehemals Flex Builder 3) zur Verfügung gestellt. Adobe Flex Versionsvergleich Funktionsübersicht Adobe Flash Builder 4 Hilfe]]></description>
			<content:encoded><![CDATA[<p>Adobe hat heute eine neue Version vom quelloffenen <a href="http://www.adobe.com/go/flex4_sdk">Flex 4 SDK</a> online gestellt. Gleichzeitig wurde eine neue Version vom <a href="http://www.adobe.com/products/flashbuilder">Flash Builder 4</a> (ehemals Flex Builder 3) zur Verfügung gestellt.</p>
<ul>
<li><a title="Adobe Flex Versionsvergleich" href="http://www.adobe.com/products/flex/upgrade/" target="_blank">Adobe Flex Versionsvergleich</a></li>
<li><a title="Flash Builder 4 Funktionsvergleich" href="http://www.adobe.com/products/flashbuilder/" target="_blank">Funktionsübersicht</a></li>
<li><a title="Adobe Flash Builder 4 Hilfe" href="http://help.adobe.com/de_DE/flashbuilder/using/index.html" target="_blank">Adobe Flash Builder 4 Hilfe</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.schneider-webanwendungen.de/2010/03/22/flex-4-sdk-und-flash-builder-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SwfObject and Flex Builder 3</title>
		<link>http://blog.schneider-webanwendungen.de/2010/02/02/swfobject-and-flex-builder-3/</link>
		<comments>http://blog.schneider-webanwendungen.de/2010/02/02/swfobject-and-flex-builder-3/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 21:13:55 +0000</pubDate>
		<dc:creator>Rico Schneider</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[swfobject]]></category>

		<guid isPermaLink="false">http://blog.schneider-webanwendungen.de/?p=73</guid>
		<description><![CDATA[Hello, today I&#8217;m writing a short tutorial, how you can integrate and deploy your swf files with the swfobject javascript library. In the first step we download the current swfobject library. Please open the url http://code.google.com/p/swfobject/downloads/list and download the swfobject &#8230; <a href="http://blog.schneider-webanwendungen.de/2010/02/02/swfobject-and-flex-builder-3/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>today I&#8217;m writing a short tutorial, how you can integrate and deploy your swf files with the swfobject javascript library. In the first step we download the current swfobject library. Please open the url <a href="http://code.google.com/p/swfobject/downloads/list" target="_blank">http://code.google.com/p/swfobject/downloads/list</a> and download the swfobject zip archive &#8220;swfobject_2_2.zip&#8221;. Store the zip file on your C:/ drive. In the next step, we open the zip file and extract the content on the C:/ drive, too. Now you will see a new folder swfobject in your C:/ drive. Open your Flex project in the Flex Builder 3. You should see something like this:</p>
<p><img src="/wp-content/uploads/2010/02/swfobject_html_template_folder_1.jpg" alt="" width="218" height="329" /></p>
<p>Open the html-template folder. Delete the history folder. Delete the two files AC_OETags.js and playerProductInstall.swf. Copy the two files expressInstall.swf and swfobject.js from the C:/swfobject folder into the html-template folder.</p>
<p>Now you should see something like this:</p>
<p><img src="/wp-content/uploads/2010/02/swfobject_html_template_folder_2.jpg" alt="" width="218" height="291" /></p>
<p>Please replace the file index.template.html in the html-template folder with the new swfobject template file from <a href="/wp-content/uploads/2010/02/index.template.html" target="_blank">here</a> or insert the following HTML-Code.</p>
<pre class="brush: xml; title: ; notranslate">
&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;${title}&lt;/title&gt;
    &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot; /&gt;
    &lt;style type=&quot;text/css&quot;&gt;
      html, body { height:100%; }
      body { margin:0; padding:0; overflow:hidden; }
    &lt;/style&gt;
    &lt;script type=&quot;text/javascript&quot; src=&quot;swfobject.js&quot;&gt;&lt;/script&gt;
    &lt;script type=&quot;text/javascript&quot;&gt;
    swfobject.embedSWF(&quot;${swf}.swf&quot;, &quot;${application}&quot;, &quot;${width}&quot;, &quot;${height}&quot;, &quot;${version_major}.${version_minor}.${version_revision}&quot;, &quot;expressInstall.swf&quot;);
    &lt;/script&gt;
  &lt;/head&gt;
  &lt;body&gt;
  &lt;div id=&quot;${application}&quot;&gt;
    &lt;h1&gt;Alternative content&lt;/h1&gt;
    &lt;a href=&quot;http://www.adobe.com/go/getflashplayer&quot;&gt;&lt;img src=&quot;http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif&quot; alt=&quot;Get Adobe Flash player&quot; /&gt;&lt;/a&gt;
  &lt;/div&gt;
  &lt;/body&gt;
&lt;/html&gt;
</pre>
<p>Please select &#8220;Project&#8221; and &#8220;Clean&#8230;&#8221; from the menu bar. In the next dialog select &#8220;Clean projects selected below&#8221; and check only the Flex project where you&#8217;ve installed the swfobject files before.</p>
<p>Now, Flex Builder 3 updates the bin-debug folder with the content based on the new index.template.html content and the new swfobject library files.</p>
<p>You&#8217;ll find more information about the Flex Builder 3 template tokens <a title="Adobe Flex 3 Help" href="http://livedocs.adobe.com/flex/3/html/help.html?content=wrapper_04.html#178239" target="_blank">here</a>.</p>
<p>You can get the sample project files HelloSwfObject from <a title="Flex project HelloSwfObject" href="/wp-content/uploads/2010/02/HelloSwfObject.zip" target="_blank">here</a>.</p>
<p>You&#8217;ll find some more examples in the <a title="SwfObject 2.2 Test Suite" href="http://www.bobbyvandersluis.com/swfobject/testsuite_2_2" target="_blank">SwfObject 2.2 Test Suite</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schneider-webanwendungen.de/2010/02/02/swfobject-and-flex-builder-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDT 3.5 released</title>
		<link>http://blog.schneider-webanwendungen.de/2010/01/26/fdt-3-5-released/</link>
		<comments>http://blog.schneider-webanwendungen.de/2010/01/26/fdt-3-5-released/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 20:13:29 +0000</pubDate>
		<dc:creator>Rico Schneider</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[fdt]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[mxml]]></category>

		<guid isPermaLink="false">http://blog.schneider-webanwendungen.de/?p=78</guid>
		<description><![CDATA[Hallo, endlich ist es soweit. Nach zwei Beta Phasen steht seit heute die neue FDT Version 3.5 zum Download bereit. Einige neue Funktionen sind u.a.: Auto-Vervollständigung innerhalb vom Script-Block Auto-Vervollständigung für Event-Typen und Event-Handler Code-Templates zur Erstellung von Event Meta &#8230; <a href="http://blog.schneider-webanwendungen.de/2010/01/26/fdt-3-5-released/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hallo,</p>
<p>endlich ist es soweit. Nach zwei Beta Phasen steht seit heute die neue FDT Version 3.5 zum Download bereit.</p>
<p>Einige neue Funktionen sind u.a.:</p>
<ul>
<li>Auto-Vervollständigung innerhalb vom Script-Block</li>
<li>Auto-Vervollständigung für Event-Typen und Event-Handler</li>
<li>Code-Templates zur Erstellung von Event Meta Data Tags</li>
<li>Gruppierte Variablenauflistung in der Debug-Ansicht</li>
</ul>
<p>Zur Download-Seite von FDT gelangt Ihr <a href="http://www.fdt.powerflasher.com/developer-tools/fdt-3/download/" target="_blank">hier</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schneider-webanwendungen.de/2010/01/26/fdt-3-5-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Communication between Flex and PHP</title>
		<link>http://blog.schneider-webanwendungen.de/2010/01/26/communication-between-flex-and-php/</link>
		<comments>http://blog.schneider-webanwendungen.de/2010/01/26/communication-between-flex-and-php/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 00:35:30 +0000</pubDate>
		<dc:creator>Rico Schneider</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[amfphp]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.schneider-webanwendungen.de/?p=55</guid>
		<description><![CDATA[Hello, I have written a tutorial &#8220;Flex and PHP&#8221;. The communication between Flex and PHP is done with the amfphp library. You can download the pdf document here. Source Files Part 1 Source Files Part 2 Source Files Part 3 &#8230; <a href="http://blog.schneider-webanwendungen.de/2010/01/26/communication-between-flex-and-php/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>I have written a tutorial &#8220;Flex and PHP&#8221;. The communication between Flex and PHP is done with the amfphp library. You can download the pdf document <a title="here" href="http://www.schneider-webanwendungen.de/assets/pdf/flex_and_php.pdf" target="_blank">here</a>.</p>
<ul>
<li><a title="Source Files Part 1" href="wp-content/uploads/2010/01/tutorial_flexandphp_part_1.zip" target="_blank">Source Files Part 1</a></li>
<li><a title="Source Files Part 2" href="wp-content/uploads/2010/01/tutorial_flexandphp_part_2.zip" target="_blank">Source Files Part 2</a></li>
<li><a title="Source Files Part 3" href="wp-content/uploads/2010/01/tutorial_flexandphp_part_3.zip" target="_blank">Source Files Part 3</a></li>
<li><a title="Source Files Part 3" href="wp-content/uploads/2010/02/tutorial_flexandphp_part_4.zip" target="_blank">Source Files Part 4</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.schneider-webanwendungen.de/2010/01/26/communication-between-flex-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FFK10</title>
		<link>http://blog.schneider-webanwendungen.de/2010/01/21/ffk10/</link>
		<comments>http://blog.schneider-webanwendungen.de/2010/01/21/ffk10/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 21:32:55 +0000</pubDate>
		<dc:creator>Rico Schneider</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[konferenz]]></category>

		<guid isPermaLink="false">http://blog.schneider-webanwendungen.de/?p=30</guid>
		<description><![CDATA[Hallo, dieses Jahr feiert die Flashforum Konferenz Ihren 10. Geburtstag. Die Konferenz findet am 14. und 15. April 2010 in Köln im MediaPark statt. Eingerahmt werden beide Konferenztage jeweils von einem zusätzlichen Workshop-Tag am 13. und am 16. April. Da &#8230; <a href="http://blog.schneider-webanwendungen.de/2010/01/21/ffk10/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hallo,</p>
<p>dieses Jahr feiert die Flashforum Konferenz Ihren 10. Geburtstag. Die Konferenz findet am 14. und 15. April 2010 in Köln im MediaPark statt. Eingerahmt werden beide Konferenztage jeweils von einem zusätzlichen Workshop-Tag am 13. und am 16. April. Da meine letzte FFK vor drei Jahren war, werde ich dieses Jahr wieder vor Ort sein.</p>
<p><a href="http://ffk10.flashforum.de/" target="_blank"><img src="/wp-content/uploads/2010/02/ffk10_160x200.jpg" border="0" alt="FFK10" width="160" height="200" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schneider-webanwendungen.de/2010/01/21/ffk10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PureMVC Console und FDT</title>
		<link>http://blog.schneider-webanwendungen.de/2010/01/21/puremvc-console-und-fdt/</link>
		<comments>http://blog.schneider-webanwendungen.de/2010/01/21/puremvc-console-und-fdt/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 20:41:35 +0000</pubDate>
		<dc:creator>Rico Schneider</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[fdt]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[puremvc console]]></category>

		<guid isPermaLink="false">http://blog.schneider-webanwendungen.de/?p=22</guid>
		<description><![CDATA[Hallo, hier ist gleich mal ein nützlicher Link zu einem Tutorial zum Thema PureMVC Console and FDT. Das Team von Kap IT hat das Tutorial ebenfalls auf deren Internetseite veröffentlicht. Eine PDF-Version findet Ihr hier.]]></description>
			<content:encoded><![CDATA[<p>Hallo,</p>
<p>hier ist gleich mal ein nützlicher Link zu einem Tutorial zum Thema <a title="PureMVC Console and FDT" href="http://lab.kapit.fr/display/puremvcconsole/PureMVC+Console+and+FDT" target="_blank">PureMVC Console and FDT</a>. Das Team von Kap IT hat das Tutorial ebenfalls auf deren Internetseite veröffentlicht. Eine PDF-Version findet Ihr <a title="hier" href="http://www.schneider-webanwendungen.de/assets/pdf/puremvc_console_installation_guide.pdf" target="_blank">hier</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schneider-webanwendungen.de/2010/01/21/puremvc-console-und-fdt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

