flash as2 組件 TextArea 內嵌字體注意事項

Categories: flash
Comments: No Comments
Published on: 2012/03/27
  1. open type 字體不建議
  2. 文鼎字體推薦
  3. fontSize 大寫的 S 才對
  4. embedFonts 的 true 不要加” “

sample:

_global.styles.TextArea.setStyle(“fontFamily”, “文鼎中黑”);

_global.styles.TextArea.setStyle(“embedFonts”, true);

Flash CS4 輸出 PNG 檔時如果透明不漂亮時該怎辦?

Categories: firework, flash, software
Comments: No Comments
Published on: 2009/02/27

這個問題會發生在flash 檔案設定用 Action Script 3.0 時,就是輸出 24bit with alpha channel 時透明的部分會失效,我的解決之道就是開一個新的Action Script 2.0的 FLA , 再把圖形 COPY 過去,從新的 Action Script 2.0 的檔案輸出 PNG 就 OK了 : )

flash 傳出資料直接寫入資料庫

Categories: dreamweaver, flash, 資料庫
Comments: No Comments
Published on: 2008/03/18

從 flash 傳出資料時, 用 loadvars 比較好, 因為可以限定要傳哪些變數, 但是要先用變數定義好例如:

var my_lv:LoadVars = new LoadVars();
my_lv.A = this._parent.A;
my_lv.send(“abc.php”,_self,”POST”);

這樣就只會傳出 my_lv 裡面的A

在 dw 這端要省略掉還要按下送出按鈕的方法, 是在 <body> 裡插入一個 js

document.form1.submit();

這樣表格就會自動送出.

page 1 of 1


Welcome , today is 星期日, 2024/05/19