<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
  <channel>
    <title><![CDATA[淘沙网]]></title> 
    <link>http://www.taoshaw.com/taoshaw/</link> 
    <description><![CDATA[FLASH研究|色彩搭配]]></description> 
    <language>en</language> 
    <copyright><![CDATA[Copyright 2008, 淘沙网]]></copyright> 
    <webMaster><![CDATA[taoshaw@126.com (沙子)]]></webMaster> 
    <generator>LBS v2.0.304</generator> 
    <pubDate>Sat, 17 May 2008 12:21:42 +0800</pubDate> 
    <ttl>60</ttl>
  
    <item>
      <title><![CDATA[在FLASH中使用CSS层级式样式表格式化文本]]></title> 
      <link><![CDATA[http://www.taoshaw.com/taoshaw/article.asp?id=1366]]></link> 
      <category><![CDATA[FLASH学习]]></category> 
      <author><![CDATA[taoshaw <null@null.com>]]></author> 
      <pubDate>Fri, 16 May 2008 14:57:00 +0800</pubDate> 
      <description><![CDATA[层级式样式表（Sascading Style Sheet,简称：CSS样式表）是<b>用于控制网页内容外观的格式规则集合</b>。即可以分段式格式化文本内容。借此重新定义HTML的标记属性。或者选择性的对某部分内容进行美化。<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.taoshaw.com/taoshaw/feed.asp?q=comment&id=1366]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[FLASH所支持的HTML标记]]></title> 
      <link><![CDATA[http://www.taoshaw.com/taoshaw/article.asp?id=1365]]></link> 
      <category><![CDATA[FLASH学习]]></category> 
      <author><![CDATA[taoshaw <null@null.com>]]></author> 
      <pubDate>Fri, 16 May 2008 10:27:07 +0800</pubDate> 
      <description><![CDATA[FLASH只支持部分HTML标记，请参考下面的说明：<br /><b>超级链接标记&lt;a&gt;&lt;/a&gt;</b><br />超级链接标记可以让我们在一段文本或图像上设置超级链接。FLASH支持两个属性：1、href:指定超级链接]]></description>
      <wfw:commentRss><![CDATA[http://www.taoshaw.com/taoshaw/feed.asp?q=comment&id=1365]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[让FLASH支持HTML（动态文本支持HTML标签教程）]]></title> 
      <link><![CDATA[http://www.taoshaw.com/taoshaw/article.asp?id=1364]]></link> 
      <category><![CDATA[FLASH学习]]></category> 
      <author><![CDATA[taoshaw <null@null.com>]]></author> 
      <pubDate>Fri, 16 May 2008 10:10:56 +0800</pubDate> 
      <description><![CDATA[在FLASH中，也可以使用部分HTML标签。比如文本加粗、链接、设置字体颜色等。<br />可以通过HTML来格式化文本字段的内容。把包含HTML标记的文本设置给动态或文本导入字段实例的时候，请先注意以下几个小问题：<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.taoshaw.com/taoshaw/feed.asp?q=comment&id=1364]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[修改FLASH中组件样式（五）全局修改]]></title> 
      <link><![CDATA[http://www.taoshaw.com/taoshaw/article.asp?id=1363]]></link> 
      <category><![CDATA[FLASH学习]]></category> 
      <author><![CDATA[taoshaw <null@null.com>]]></author> 
      <pubDate>Thu, 15 May 2008 15:41:00 +0800</pubDate> 
      <description><![CDATA[全局修改，这个还算简单。以前搞那个List组件的美化的时候，就有提到的。<br />全局修改是修改所有组件的样式。语法如下：<br />_global.style.setStyle(&quot;样式&quot;,参数)；<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.taoshaw.com/taoshaw/feed.asp?q=comment&id=1363]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[修改FLASH中组件样式（四）从容器组件（Container）继承]]></title> 
      <link><![CDATA[http://www.taoshaw.com/taoshaw/article.asp?id=1362]]></link> 
      <category><![CDATA[FLASH学习]]></category> 
      <author><![CDATA[taoshaw <null@null.com>]]></author> 
      <pubDate>Thu, 15 May 2008 14:40:27 +0800</pubDate> 
      <description><![CDATA[容器组件就是可指可以“承载”其他Movie Clip、组件的组件。包括Accordion、Window、ScrollPane组件。假设容器组件设置了样式。所有放在它们里面的组件都会继承它们的样式。支持的属性包括：fontFamily、fontSize、 ]]></description>
      <wfw:commentRss><![CDATA[http://www.taoshaw.com/taoshaw/feed.asp?q=comment&id=1362]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[修改FLASH中组件样式（三）组件类修改]]></title> 
      <link><![CDATA[http://www.taoshaw.com/taoshaw/article.asp?id=1361]]></link> 
      <category><![CDATA[FLASH学习]]></category> 
      <author><![CDATA[taoshaw <null@null.com>]]></author> 
      <pubDate>Thu, 15 May 2008 13:32:12 +0800</pubDate> 
      <description><![CDATA[“组件类修改”方法为：<br />_global.styles.组件.setStyle(&quot;样式&quot;,参数);<br />例如：要修改场景上的Button与ComboBox、List组件的文字颜色为绿色。代码如下：<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.taoshaw.com/taoshaw/feed.asp?q=comment&id=1361]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[是男人，就得学会舔嗜孤独]]></title> 
      <link><![CDATA[http://www.taoshaw.com/taoshaw/article.asp?id=1360]]></link> 
      <category><![CDATA[生活情感]]></category> 
      <author><![CDATA[taoshaw <null@null.com>]]></author> 
      <pubDate>Thu, 15 May 2008 00:23:02 +0800</pubDate> 
      <description><![CDATA[是男人，就得学会舔嗜孤独。<br />这句话，恐怕说出来。有些闪言呓语之嫌。也或有意淫之语之意。但在此，就&quot;意淫&quot;一番吧。大家大可当做一股微风吹过。不必理会。<br />每个人都有一份很难忘的感情。或是初恋。或是其他。总]]></description>
      <wfw:commentRss><![CDATA[http://www.taoshaw.com/taoshaw/feed.asp?q=comment&id=1360]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[修改FLASH中组件样式（二）自定义样式修改]]></title> 
      <link><![CDATA[http://www.taoshaw.com/taoshaw/article.asp?id=1359]]></link> 
      <category><![CDATA[FLASH学习]]></category> 
      <author><![CDATA[taoshaw <null@null.com>]]></author> 
      <pubDate>Wed, 14 May 2008 14:52:17 +0800</pubDate> 
      <description><![CDATA[何时使用“自定义样式修改”？<br />修改多个组件实例为相同样式。（比如，同时修改List、ComboBox、Button、Tree组件实例）。或者修改某部分组件内的某几个例外（假如场景中有10个Button组件。想修改其中5个）。都可以使用“自定义样式修改”方法。<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.taoshaw.com/taoshaw/feed.asp?q=comment&id=1359]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[修改FLASH中组件样式（一）实例修改]]></title> 
      <link><![CDATA[http://www.taoshaw.com/taoshaw/article.asp?id=1358]]></link> 
      <category><![CDATA[FLASH学习]]></category> 
      <author><![CDATA[taoshaw <null@null.com>]]></author> 
      <pubDate>Wed, 14 May 2008 14:24:26 +0800</pubDate> 
      <description><![CDATA[修改组件的样式，在运用FLASH进行RIA项目开发的过程中。显得十分重要。特别是为了迎合客户的需要。功能上达成了客户的需求了。但外观上呢？而且程序员的时间也不是那么充足，不可能每个组件都自己开发吧？<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.taoshaw.com/taoshaw/feed.asp?q=comment&id=1358]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[08年5月11去青阳镇参观陈万宝庄园PP]]></title> 
      <link><![CDATA[http://www.taoshaw.com/taoshaw/article.asp?id=1357]]></link> 
      <category><![CDATA[生活情感]]></category> 
      <author><![CDATA[taoshaw <null@null.com>]]></author> 
      <pubDate>Mon, 12 May 2008 12:04:49 +0800</pubDate> 
      <description><![CDATA[由于最近时间比较紧迫，在此就不再添加文字描述。仅把图片发于此。请大家见谅。<br /><div style="width: 100%;overflow-x : auto;"><a href="http://www.taoshaw.com/taoshaw/images/08.5.11/18.jpg" rel="lightbox" target="_blank"><img src="http://www.taoshaw.com/taoshaw/images/08.5.11/18.jpg" alt="http://www.taoshaw.com/taoshaw/images/08.5.11/18.jpg" /></a></div><br />]]></description>
      <wfw:commentRss><![CDATA[http://www.taoshaw.com/taoshaw/feed.asp?q=comment&id=1357]]></wfw:commentRss>
    </item>
      
  </channel>
</rss>
