<?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: TextField.html default in F8 different than F7</title>
	<atom:link href="http://blog.madebyderek.com/archives/2006/02/21/textfieldhtml-default-in-f8-different-than-f7/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.madebyderek.com/archives/2006/02/21/textfieldhtml-default-in-f8-different-than-f7/</link>
	<description>Flash, SWF Studio, and the world around me</description>
	<pubDate>Thu, 29 Jul 2010 15:39:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: mleonard</title>
		<link>http://blog.madebyderek.com/archives/2006/02/21/textfieldhtml-default-in-f8-different-than-f7/#comment-119</link>
		<dc:creator>mleonard</dc:creator>
		<pubDate>Mon, 13 Mar 2006 19:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://tracethis.com/?p=43#comment-119</guid>
		<description>I have just upgraded from Flash 7 to Flash 8 and have come across both this difference and the tabIndex bug in the View class. I also have a large component library which extends the Flash V2 components so I guess thats why we have both found the same issues. If I find any more issues I'll let you know.</description>
		<content:encoded><![CDATA[<p>I have just upgraded from Flash 7 to Flash 8 and have come across both this difference and the tabIndex bug in the View class. I also have a large component library which extends the Flash V2 components so I guess thats why we have both found the same issues. If I find any more issues I&#8217;ll let you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joeflash</title>
		<link>http://blog.madebyderek.com/archives/2006/02/21/textfieldhtml-default-in-f8-different-than-f7/#comment-117</link>
		<dc:creator>joeflash</dc:creator>
		<pubDate>Thu, 23 Feb 2006 22:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://tracethis.com/?p=43#comment-117</guid>
		<description>I guess the point I was trying to make is that the html property is not the only property set by the property inspector that that gets negated when exporting to Flash 8; I've observed it happening with Bold and Italic settings as well. Which means that implementation of authortime textfields in Flash 8 is buggy (unless it's a feature they never told us about? ;)</description>
		<content:encoded><![CDATA[<p>I guess the point I was trying to make is that the html property is not the only property set by the property inspector that that gets negated when exporting to Flash 8; I&#8217;ve observed it happening with Bold and Italic settings as well. Which means that implementation of authortime textfields in Flash 8 is buggy (unless it&#8217;s a feature they never told us about? <img src='http://blog.madebyderek.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Vadneau</title>
		<link>http://blog.madebyderek.com/archives/2006/02/21/textfieldhtml-default-in-f8-different-than-f7/#comment-116</link>
		<dc:creator>Derek Vadneau</dc:creator>
		<pubDate>Wed, 22 Feb 2006 12:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://tracethis.com/?p=43#comment-116</guid>
		<description>Bobby666,
Sorry if I sounded like an ass.  I had blinders on and missed the connection.  Thanks for helping out.</description>
		<content:encoded><![CDATA[<p>Bobby666,<br />
Sorry if I sounded like an ass.  I had blinders on and missed the connection.  Thanks for helping out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby666</title>
		<link>http://blog.madebyderek.com/archives/2006/02/21/textfieldhtml-default-in-f8-different-than-f7/#comment-115</link>
		<dc:creator>Bobby666</dc:creator>
		<pubDate>Wed, 22 Feb 2006 09:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://tracethis.com/?p=43#comment-115</guid>
		<description>"If you create an instance of a dynamic textfield on the stage and give it a bold formatting in the property inspector, when published to flash 8 it will ignore the bold property and show the text as normal; published to flash 7 it shows up bold as it should. Which is making me a little hesitant to publish in flash 8, to be sure."

sorry I was bit OT, I just tried to help the fella with his problem. (JoeFlash)

I'd agree that it's a bit confusing with the change, especially when you regularly export to different FP's.</description>
		<content:encoded><![CDATA[<p>&#8220;If you create an instance of a dynamic textfield on the stage and give it a bold formatting in the property inspector, when published to flash 8 it will ignore the bold property and show the text as normal; published to flash 7 it shows up bold as it should. Which is making me a little hesitant to publish in flash 8, to be sure.&#8221;</p>
<p>sorry I was bit OT, I just tried to help the fella with his problem. (JoeFlash)</p>
<p>I&#8217;d agree that it&#8217;s a bit confusing with the change, especially when you regularly export to different FP&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Vadneau</title>
		<link>http://blog.madebyderek.com/archives/2006/02/21/textfieldhtml-default-in-f8-different-than-f7/#comment-112</link>
		<dc:creator>Derek Vadneau</dc:creator>
		<pubDate>Tue, 21 Feb 2006 12:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://tracethis.com/?p=43#comment-112</guid>
		<description>"use setTextFormat on the specific textField, and all will be fine."

No, that wouldn't work.  setTextFormat will not change the html property nor will it fix the publising to Flash Player 8 so that the DEFAULT setting is the same as Flash Player 7 and 6.  You would need to set the html property to false, but that's not the point at all.

I know how to get around the bug, but it's still a bug.</description>
		<content:encoded><![CDATA[<p>&#8220;use setTextFormat on the specific textField, and all will be fine.&#8221;</p>
<p>No, that wouldn&#8217;t work.  setTextFormat will not change the html property nor will it fix the publising to Flash Player 8 so that the DEFAULT setting is the same as Flash Player 7 and 6.  You would need to set the html property to false, but that&#8217;s not the point at all.</p>
<p>I know how to get around the bug, but it&#8217;s still a bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby666</title>
		<link>http://blog.madebyderek.com/archives/2006/02/21/textfieldhtml-default-in-f8-different-than-f7/#comment-111</link>
		<dc:creator>Bobby666</dc:creator>
		<pubDate>Tue, 21 Feb 2006 12:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://tracethis.com/?p=43#comment-111</guid>
		<description>use setTextFormat on the specific textField, and all will be fine.</description>
		<content:encoded><![CDATA[<p>use setTextFormat on the specific textField, and all will be fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joeflash</title>
		<link>http://blog.madebyderek.com/archives/2006/02/21/textfieldhtml-default-in-f8-different-than-f7/#comment-110</link>
		<dc:creator>joeflash</dc:creator>
		<pubDate>Tue, 21 Feb 2006 06:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://tracethis.com/?p=43#comment-110</guid>
		<description>I've encountered another interesting bug related to flash 7/8 publishing of textfields. If you create an instance of a dynamic textfield on the stage and give it a bold formatting in the property inspector, when published to flash 8 it will ignore the bold property and show the text as normal; published to flash 7 it shows up bold as it should. Which is making me a little hesitant to publish in flash 8, to be sure.

Makes me wonder how many other bugs around the TextField object there are in Flash 8?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve encountered another interesting bug related to flash 7/8 publishing of textfields. If you create an instance of a dynamic textfield on the stage and give it a bold formatting in the property inspector, when published to flash 8 it will ignore the bold property and show the text as normal; published to flash 7 it shows up bold as it should. Which is making me a little hesitant to publish in flash 8, to be sure.</p>
<p>Makes me wonder how many other bugs around the TextField object there are in Flash 8?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
