<?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/"
		>
<channel>
	<title>Comments on: Changing the filenames in Flex Builder html templates</title>
	<atom:link href="http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/</link>
	<description>Mike Morearty, a developer on the Flex Builder team.</description>
	<lastBuildDate>Wed, 10 Mar 2010 14:28:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Flex tip : About html-template folder in Flex Builder &#171; Sri on Flex</title>
		<link>http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/comment-page-1/#comment-61275</link>
		<dc:creator>Flex tip : About html-template folder in Flex Builder &#171; Sri on Flex</dc:creator>
		<pubDate>Wed, 14 Oct 2009 03:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/#comment-61275</guid>
		<description>[...] http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/" rel="nofollow">http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/comment-page-1/#comment-61074</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 07 Sep 2009 18:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/#comment-61074</guid>
		<description>jurito,

&gt; choose a custom name (and path, let’s say &quot;/swf/&quot;) for the exported swf

You can set the directory into which all generated files are written, by going to Project &gt; Properties, Flex Build Path, and setting &quot;Output folder&quot;; put any directory name you want there.  But I don&#039;t think that&#039;s what you are asking for -- it sounds like you want a different directory hierarchy under bin-debug, e.g.

..bin-debug/
....swf/
......myapp.swf
....index.html

I don&#039;t think we provide a way to put the swf under a subdirectory of the output directory. If that&#039;s what you mean, please log an enhancement request at http://bugs.adobe.com/flex -- thanks!

&gt; avoiding that flex exports an *application*.html, as i’d need just an &quot;index.html&quot;, customized with the wildcards.

We don&#039;t provide a way to do that for &quot;index.html&quot;, but you can do it for any other filename, such as &quot;index.htm&quot;.  E.g. rename index.template.html to index.template.htm.  Again, please file an enhancement request if you&#039;d like this changed.</description>
		<content:encoded><![CDATA[<p>jurito,</p>
<p>&gt; choose a custom name (and path, let’s say &quot;/swf/&quot;) for the exported swf</p>
<p>You can set the directory into which all generated files are written, by going to Project &gt; Properties, Flex Build Path, and setting &quot;Output folder&quot;; put any directory name you want there.  But I don&#8217;t think that&#8217;s what you are asking for &#8212; it sounds like you want a different directory hierarchy under bin-debug, e.g.</p>
<p>..bin-debug/<br />
&#8230;.swf/<br />
&#8230;&#8230;myapp.swf<br />
&#8230;.index.html</p>
<p>I don&#8217;t think we provide a way to put the swf under a subdirectory of the output directory. If that&#8217;s what you mean, please log an enhancement request at <a href="http://bugs.adobe.com/flex" rel="nofollow">http://bugs.adobe.com/flex</a> &#8212; thanks!</p>
<p>&gt; avoiding that flex exports an *application*.html, as i’d need just an &quot;index.html&quot;, customized with the wildcards.</p>
<p>We don&#8217;t provide a way to do that for &quot;index.html&quot;, but you can do it for any other filename, such as &quot;index.htm&quot;.  E.g. rename index.template.html to index.template.htm.  Again, please file an enhancement request if you&#8217;d like this changed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jurito</title>
		<link>http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/comment-page-1/#comment-61059</link>
		<dc:creator>jurito</dc:creator>
		<pubDate>Mon, 07 Sep 2009 08:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/#comment-61059</guid>
		<description>hello there, I just moved from flashdevelop to flex builder and i&#039;m finding some things a little bit rigid actually.
Though I found this post (as others on your blog) really useful, i still couldn&#039;t manage to do what i need.
Specifically, i would need to create a custon html template with swfaddress, swfobject and swffit.
I did that, but i can&#039;t find a way to:

- choose a custom name (and path, let&#039;s say &quot;/swf/&quot;) for the exported swf
- avoiding that flex exports an *application*.html, as i&#039;d need just an &quot;index.html&quot;, customized with the wildcards.

I suppose these are quite simple tasks but i actually couldn&#039;t find any info on that.

anyone can help?</description>
		<content:encoded><![CDATA[<p>hello there, I just moved from flashdevelop to flex builder and i&#8217;m finding some things a little bit rigid actually.<br />
Though I found this post (as others on your blog) really useful, i still couldn&#8217;t manage to do what i need.<br />
Specifically, i would need to create a custon html template with swfaddress, swfobject and swffit.<br />
I did that, but i can&#8217;t find a way to:</p>
<p>- choose a custom name (and path, let&#8217;s say &quot;/swf/&quot;) for the exported swf<br />
- avoiding that flex exports an *application*.html, as i&#8217;d need just an &quot;index.html&quot;, customized with the wildcards.</p>
<p>I suppose these are quite simple tasks but i actually couldn&#8217;t find any info on that.</p>
<p>anyone can help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sajain Geevar</title>
		<link>http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/comment-page-1/#comment-59773</link>
		<dc:creator>Sajain Geevar</dc:creator>
		<pubDate>Fri, 15 May 2009 08:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/#comment-59773</guid>
		<description>Post as well as comments, very informative.</description>
		<content:encoded><![CDATA[<p>Post as well as comments, very informative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dabbo</title>
		<link>http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/comment-page-1/#comment-46350</link>
		<dc:creator>Dabbo</dc:creator>
		<pubDate>Thu, 12 Jun 2008 16:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/#comment-46350</guid>
		<description>What if you want your generated template to be named  index.html?</description>
		<content:encoded><![CDATA[<p>What if you want your generated template to be named  index.html?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/comment-page-1/#comment-46231</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 09 Jun 2008 05:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/#comment-46231</guid>
		<description>Nikhil, I&#039;m not sure, please try asking on the &quot;flexcoders&quot; mailing list on Yahoo Groups.</description>
		<content:encoded><![CDATA[<p>Nikhil, I&#8217;m not sure, please try asking on the &quot;flexcoders&quot; mailing list on Yahoo Groups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikhil Lanjewar</title>
		<link>http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/comment-page-1/#comment-46223</link>
		<dc:creator>Nikhil Lanjewar</dc:creator>
		<pubDate>Mon, 09 Jun 2008 01:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/#comment-46223</guid>
		<description>Hi mike..
really nice post about the index-html.template! :)
Lately, I&#039;ve been facing problems running my application in full screen mode in a web browser. It works like a charm in the Adobe Flash player 9 but I get an Error 2152: SecurityError: Full sreen mode not allowed when I try to change the .displayStageSet to FULL_SCREEN.I&#039;ve been trying to figure out a solution to my problem and finally I reached this blog of yours. But I still can&#039;t make out if is there any way of solving it. What exactly do I change in the index-html.template file to get rid of it?</description>
		<content:encoded><![CDATA[<p>Hi mike..<br />
really nice post about the index-html.template! :)<br />
Lately, I&#8217;ve been facing problems running my application in full screen mode in a web browser. It works like a charm in the Adobe Flash player 9 but I get an Error 2152: SecurityError: Full sreen mode not allowed when I try to change the .displayStageSet to FULL_SCREEN.I&#8217;ve been trying to figure out a solution to my problem and finally I reached this blog of yours. But I still can&#8217;t make out if is there any way of solving it. What exactly do I change in the index-html.template file to get rid of it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: index.template.html and its significance in Flex Project Development &#171; FLEXing My Muscle</title>
		<link>http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/comment-page-1/#comment-39755</link>
		<dc:creator>index.template.html and its significance in Flex Project Development &#171; FLEXing My Muscle</dc:creator>
		<pubDate>Wed, 05 Mar 2008 05:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/#comment-39755</guid>
		<description>[...] can also read this post by Mike Morearty on &#8220; Changing the filenames in Flex Builder html templates&#8221; which will provide some more insight into the [...]</description>
		<content:encoded><![CDATA[<p>[...] can also read this post by Mike Morearty on &#8220; Changing the filenames in Flex Builder html templates&#8221; which will provide some more insight into the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Changing the filenames in Flex Builder html templates &#124; Axelology</title>
		<link>http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/comment-page-1/#comment-38735</link>
		<dc:creator>Changing the filenames in Flex Builder html templates &#124; Axelology</dc:creator>
		<pubDate>Wed, 20 Feb 2008 20:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/#comment-38735</guid>
		<description>[...] morearty.com/blog &#8230; First Post [...]</description>
		<content:encoded><![CDATA[<p>[...] morearty.com/blog &#8230; First Post [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Continuous Build: Flex Builder 3 vs Visual Studio 2008 &#171; Tales from a Trading Desk</title>
		<link>http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/comment-page-1/#comment-33879</link>
		<dc:creator>Continuous Build: Flex Builder 3 vs Visual Studio 2008 &#171; Tales from a Trading Desk</dc:creator>
		<pubDate>Thu, 03 Jan 2008 21:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/#comment-33879</guid>
		<description>[...] is again poorly documented by Adobe, but Renaun Erickson&#8217;s posting together with Mike Morearty who nicely documents the marco&#8217;s. If you&#8217;ve got this far, you need to consider added [...]</description>
		<content:encoded><![CDATA[<p>[...] is again poorly documented by Adobe, but Renaun Erickson&#8217;s posting together with Mike Morearty who nicely documents the marco&#8217;s. If you&#8217;ve got this far, you need to consider added [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
