เอาละ พอดีมีคนถามนะครับที TFD ผมเลยเอามาไว้ที่นี้มั่ง โดยมีสคริปอย่างนี้
ไว้ที่เฟรม 1


_root.onLoad=function(){

days = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "thursday", "Friday", "Saturday", "Sunday");
months = new Array("January", "February", "march", "April", "May", "June", "July", "August", "September", "October", "November", "December");
timedate = new Date();

}



_root.onEnterFrame=function(){

hour = timedate.getHours();
minutes = timedate.getMinutes();
seconds = timedate.getSeconds();
todaydate = timedate.getDate();
day = timedate.getDay();
dayname = days[day];
month = timedate.getMonth() + 1;
monthname = months[month - 1];
year = timedate.getFullYear();
if (length(minutes) == 1)
{
minutes = "0" + minutes;
} // end if
if (length(seconds) == 1)
{
seconds = "0" + seconds;
} // end if
currenttime = "" + hour + ":" + minutes + ":" + seconds;
currentdate = todaydate + ":" + month + ":" + year;
fulldate = dayname + " " + todaydate + " " + monthname + " " + year;
delete("timedate");
timedate = new Date();

}

จากนั้นสร้าง ไดนามิกเทกมา 3 อัน ใส่ var ว่า currenttime currentdate และ fulldate นะครับ ลองเทสดูจะได้ผลยังไงบอกด้วยละ หุหุ

ป.ล. admin หาวิธีโพส swf หั้ยด้วยจ้า