<?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"
	>
<channel>
	<title>Comments on: Manifests, Namespaces and Flex Builder 2</title>
	<atom:link href="http://blog.flashgen.com/2007/07/04/manifests-namespaces-and-flex-builder-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flashgen.com/2007/07/04/manifests-namespaces-and-flex-builder-2/</link>
	<description>An infrequent look at developments in the world of the Flash Platform</description>
	<pubDate>Sun, 06 Jul 2008 21:07:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: td</title>
		<link>http://blog.flashgen.com/2007/07/04/manifests-namespaces-and-flex-builder-2/#comment-84087</link>
		<dc:creator>td</dc:creator>
		<pubDate>Wed, 15 Aug 2007 00:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashgen.com/2007/07/04/manifests-namespaces-and-flex-builder-2/#comment-84087</guid>
		<description>This is a great overview.  I tried applying this but I was not able to complete the final step, namely to replace default application-config.xml with my new config files.

What I'm trying to do is to customize the layout of the RichTextEditor control, but just for one section of my site.  I copied the RichTextEditor.mxml file in my SDK directory and named the copy RichTextEditorLite.mxml.  I then added the following to my flex-config.xml file:

         
            http://www.adobe.com/2006/mxml
            mxml-manifest.xml
         
         
            http://www.mydomain.com/2007/mxml
            mxml-manifest_mydomain.xml
         

inside of mxml-manifest_mydomain.xml i entered:



and finally, inside of my MXML application I added:

xmlns:mx="http://www.mydomain.com/2007/mxml"

and 

</description>
		<content:encoded><![CDATA[<p>This is a great overview.  I tried applying this but I was not able to complete the final step, namely to replace default application-config.xml with my new config files.</p>
<p>What I&#8217;m trying to do is to customize the layout of the RichTextEditor control, but just for one section of my site.  I copied the RichTextEditor.mxml file in my SDK directory and named the copy RichTextEditorLite.mxml.  I then added the following to my flex-config.xml file:</p>
<p>            <a href="http://www.adobe.com/2006/mxml" rel="nofollow">http://www.adobe.com/2006/mxml</a><br />
            mxml-manifest.xml</p>
<p>            <a href="http://www.mydomain.com/2007/mxml" rel="nofollow">http://www.mydomain.com/2007/mxml</a><br />
            mxml-manifest_mydomain.xml</p>
<p>inside of mxml-manifest_mydomain.xml i entered:</p>
<p>and finally, inside of my MXML application I added:</p>
<p>xmlns:mx=&#8221;http://www.mydomain.com/2007/mxml&#8221;</p>
<p>and</p>
]]></content:encoded>
	</item>
</channel>
</rss>
