holder.txtF.htmlText = txt;
// holder.txtF.htmlText = txt;
import SleepyDesign.string.Thai; // อิมพอร์ต Class var resultString:Thai = new Thai(txt, {fontFamily:"psl_sp"}); // กำหนดตัวแปรใหม่ โดยมีค่าเป็นข้อความที่แก้สระลอยแล้ว holder.txtF.htmlText = resultString; // ข้อความที่เป็น html ของ txtF ที่อยู่ใน MC Holder คือตัวแปรใหม่ที่กำหนดบรรทัดบน
if(typeof sIFR == "function" && !sIFR.UA.bIsIEMac){ // replacement statements };
if(typeof sIFR == "function" && !sIFR.UA.bIsIEMac && !sIFR.UA.bFlashVersion<7 ){ // เครื่องที่มี Flash ต่ำกว่าเวอร์ชั่น 7 จะไม่เห็น // replacement statements }; if(typeof sIFR == "function" && !sIFR.UA.bIsIEMac && !sIFR.UA.bFlashVersion>=7 ){ // เครื่องที่มี Flash เวอร์ชั่น 7 ขึ้นไปจะไม่เห็น // replacement statements unfixed vowel };