<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Getting Started with ActionScript 3.0</title>
	<atom:link href="http://bauhouse.wordpress.com/2008/07/06/getting-started-with-actionscript-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://bauhouse.wordpress.com/2008/07/06/getting-started-with-actionscript-30/</link>
	<description>Design to build community</description>
	<lastBuildDate>Sat, 07 Nov 2009 23:57:34 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bauhouse</title>
		<link>http://bauhouse.wordpress.com/2008/07/06/getting-started-with-actionscript-30/#comment-141</link>
		<dc:creator>bauhouse</dc:creator>
		<pubDate>Thu, 03 Sep 2009 17:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://bauhouse.wordpress.com/?p=14#comment-141</guid>
		<description>If you want a PHP-based application that handles and outputs XML and that can also save the states of your navigation and content to a MySQL database, you might want to consider using Symphony CMS (http://symphony-cms.com/). It is ideally suited to managing XML for both XHTML and Flash.</description>
		<content:encoded><![CDATA[<p>If you want a PHP-based application that handles and outputs XML and that can also save the states of your navigation and content to a MySQL database, you might want to consider using Symphony CMS (<a href="http://symphony-cms.com/)" rel="nofollow">http://symphony-cms.com/)</a>. It is ideally suited to managing XML for both XHTML and Flash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chand</title>
		<link>http://bauhouse.wordpress.com/2008/07/06/getting-started-with-actionscript-30/#comment-140</link>
		<dc:creator>chand</dc:creator>
		<pubDate>Tue, 01 Sep 2009 03:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://bauhouse.wordpress.com/?p=14#comment-140</guid>
		<description>Thanks bauhouse, however it doesn&#039;t do anything with my specific problem but though it is an indispensable resource to which I was unaware. Thanks for it. I must need your RSS feeds so I can&#039;t miss anything from you.</description>
		<content:encoded><![CDATA[<p>Thanks bauhouse, however it doesn&#8217;t do anything with my specific problem but though it is an indispensable resource to which I was unaware. Thanks for it. I must need your RSS feeds so I can&#8217;t miss anything from you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bauhouse</title>
		<link>http://bauhouse.wordpress.com/2008/07/06/getting-started-with-actionscript-30/#comment-139</link>
		<dc:creator>bauhouse</dc:creator>
		<pubDate>Mon, 31 Aug 2009 18:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://bauhouse.wordpress.com/?p=14#comment-139</guid>
		<description>You might want to take a look at SomaUI v2.0 at http://www.soundstep.com/blog/source/somaui/tutorials/getting-started/

This may give you a framework that will help you with dynamically building your XML based on how you configure the UI.</description>
		<content:encoded><![CDATA[<p>You might want to take a look at SomaUI v2.0 at <a href="http://www.soundstep.com/blog/source/somaui/tutorials/getting-started/" rel="nofollow">http://www.soundstep.com/blog/source/somaui/tutorials/getting-started/</a></p>
<p>This may give you a framework that will help you with dynamically building your XML based on how you configure the UI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chand</title>
		<link>http://bauhouse.wordpress.com/2008/07/06/getting-started-with-actionscript-30/#comment-138</link>
		<dc:creator>chand</dc:creator>
		<pubDate>Sat, 29 Aug 2009 13:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://bauhouse.wordpress.com/?p=14#comment-138</guid>
		<description>I need a resource in which I can learn about xml which is handled by flash. Of course for this purpose I had to write php which is going to create and delete nodes in xml. I want to create a flip book which have tabs on its one side and these tabs could be used to rearrange the pages order in the book and this all should be done dynamically like when I move the tab 1 which is attached with the page 1 of the book, to the location of tab 5 and after moving it this tab also change the page 1 position to page 5 in the book. What I think the logic for this when I do that some php script runs which deletes the previous nodes in the xml file and creates all the nodes again by looking at the order of the tabs so it makes the pages position also updated, so can user can get the illusion that by just moving the tabs I can change the pages&#039; position in the back. The simple example is also that I have a brochure website which shows the content in the flip book as Home, Services, About Us, Contact etc but when user wants to rearrange it in the order like About Us, Services, Contact, Home etc she can do easily just by moving the tabs order. Please help me and show me how I can do that and some learning resources for this kind of thing that I explain.   
I&#039;ll be very very very grateful to you.


Regards
chand</description>
		<content:encoded><![CDATA[<p>I need a resource in which I can learn about xml which is handled by flash. Of course for this purpose I had to write php which is going to create and delete nodes in xml. I want to create a flip book which have tabs on its one side and these tabs could be used to rearrange the pages order in the book and this all should be done dynamically like when I move the tab 1 which is attached with the page 1 of the book, to the location of tab 5 and after moving it this tab also change the page 1 position to page 5 in the book. What I think the logic for this when I do that some php script runs which deletes the previous nodes in the xml file and creates all the nodes again by looking at the order of the tabs so it makes the pages position also updated, so can user can get the illusion that by just moving the tabs I can change the pages&#8217; position in the back. The simple example is also that I have a brochure website which shows the content in the flip book as Home, Services, About Us, Contact etc but when user wants to rearrange it in the order like About Us, Services, Contact, Home etc she can do easily just by moving the tabs order. Please help me and show me how I can do that and some learning resources for this kind of thing that I explain.<br />
I&#8217;ll be very very very grateful to you.</p>
<p>Regards<br />
chand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bookmarks about Actionscript</title>
		<link>http://bauhouse.wordpress.com/2008/07/06/getting-started-with-actionscript-30/#comment-29</link>
		<dc:creator>Bookmarks about Actionscript</dc:creator>
		<pubDate>Tue, 05 Aug 2008 08:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://bauhouse.wordpress.com/?p=14#comment-29</guid>
		<description>[...] - bookmarked by 2 members originally found by simohome on 2008-07-19  Getting Started with ActionScript 3.0  http://bauhouse.wordpress.com/2008/07/06/getting-started-with-actionscript-30/ - bookmarked by 3 [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; bookmarked by 2 members originally found by simohome on 2008-07-19  Getting Started with ActionScript 3.0  <a href="http://bauhouse.wordpress.com/2008/07/06/getting-started-with-actionscript-30/" rel="nofollow">http://bauhouse.wordpress.com/2008/07/06/getting-started-with-actionscript-30/</a> &#8211; bookmarked by 3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: feaskefeavesy</title>
		<link>http://bauhouse.wordpress.com/2008/07/06/getting-started-with-actionscript-30/#comment-28</link>
		<dc:creator>feaskefeavesy</dc:creator>
		<pubDate>Sun, 03 Aug 2008 02:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://bauhouse.wordpress.com/?p=14#comment-28</guid>
		<description>Thanks !</description>
		<content:encoded><![CDATA[<p>Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ActionScript 3.0 Image Galleries &#171; Bauhouse</title>
		<link>http://bauhouse.wordpress.com/2008/07/06/getting-started-with-actionscript-30/#comment-4</link>
		<dc:creator>ActionScript 3.0 Image Galleries &#171; Bauhouse</dc:creator>
		<pubDate>Sun, 13 Jul 2008 05:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://bauhouse.wordpress.com/?p=14#comment-4</guid>
		<description>[...] Getting Started with ActionScript&#160;3.0  [...]</description>
		<content:encoded><![CDATA[<p>[...] Getting Started with ActionScript&nbsp;3.0  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
