<?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>takoblog von takomat :: Neue Lebensformen für Medien &#187; AS3</title>
	<atom:link href="http://blog.takomat.com/category/flashbuilder/as3/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.takomat.com</link>
	<description></description>
	<lastBuildDate>Mon, 26 Jul 2010 14:55:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>AS3: Alpha-Transparenz bei dynamischem Textfeld</title>
		<link>http://blog.takomat.com/flashbuilder/as3-alpha-transparenz-bei-dynamischem-textfeld.html</link>
		<comments>http://blog.takomat.com/flashbuilder/as3-alpha-transparenz-bei-dynamischem-textfeld.html#comments</comments>
		<pubDate>Mon, 28 Sep 2009 08:57:11 +0000</pubDate>
		<dc:creator>Sebastian Felix Schwarz</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash / Flex]]></category>

		<guid isPermaLink="false">http://blog.takomat.com/?p=493</guid>
		<description><![CDATA[Wer über Actionscript Textfelder ein oder ausblenden möchte, hat oft das Problem, dass dies trotz [EMBED] nicht funktioniert. Abhilfe schafft hier ein kleiner Workaround Trick auf den Adobe Live Docs von Haiducii7. Der &#8220;BlendMode&#8221; des Textfedes muss einfach nur einen anderen Wert als .NORMAL haben. CODE: import flash.dispay.*; //... myTXTField.blendMode = BlendMode.LAYER; weitere Blogeinträge: rabidGadfly]]></description>
			<content:encoded><![CDATA[<p>Wer über Actionscript Textfelder ein oder ausblenden möchte, hat oft das Problem, dass dies trotz [EMBED] nicht funktioniert.<br />
Abhilfe schafft hier ein kleiner Workaround Trick auf den <a href="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/text/TextField.html">Adobe Live Docs von Haiducii7</a>.</p>
<p>Der &#8220;<a href="http://livedocs.adobe.com/flash/9.0_de/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts_bak&amp;file=00001898.html">BlendMode</a>&#8221; des Textfedes muss einfach nur einen anderen Wert als .NORMAL haben.<br />
<strong>CODE:</strong><br />
<code>import flash.dispay.*;<br />
//...<br />
myTXTField.blendMode = BlendMode.LAYER;</code></p>
<p>weitere Blogeinträge:</p>
<ul>
<li><a href="http://www.rabidgadfly.com/index.php/2008/10/14/making-alpha-work-on-as3-dynamic-text-fields/">rabidGadfly</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.takomat.com/flashbuilder/as3-alpha-transparenz-bei-dynamischem-textfeld.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
