從 Flash 外部讀入文字資料,放入 TextArea 組件裡呈現時
往往都會覺得文字的編排不美觀
這時候就要靠 html 標籤來為文字資料指定樣式
但網頁設計師可別高興得太早...Flash 支援的 html 標籤可是很有限阿
不過做些簡單編排的話是還算夠用的
以下把 Flash 支援的 html 標籤做個整理 (又在做沒營養的事情....)
<a>
可用屬性:target、href
<font>
可用屬性:color、size、face (用法與 font-family 同)
<img> 可以塞 SWF (表示它其實是個 Loader 來著)
可用屬性:src、id (可藉 id 以 AS 進行控制)、width、height、align ( left 或 right)、hspace (預設為 8 )、vspace (預設為 8 )、checkPolicyFile
<p>
可用屬性:align (有效值為 left、right、justify 和 center)、class (由 flash.text.StyleSheet 物件定義的 CSS 樣式類別 )
<span>
可用屬性:class (由 flash.text.StyleSheet 物件定義的 CSS 樣式類別 )
<textformat>
可用屬性:blockindent (區塊縮排)、indent (首行縮排)、leading (行距)、leftmargin、rightmargin、tabstops
以下這些就不用多做介紹了:
<li>項目符號(不排序)
<b>
<i>
<u>
<br>
沒有留言:
張貼留言