2011年10月5日 星期三

在Blogger中加入倒數計時器 (Countdown)

將下面的程式碼貼到網頁的html就ok了!

<div align="center">
<embed flashvars="setMyDate=2012/01/01/0/0/0/0&myFlashVar=新年倒數" height="180" src="http://blog.roodo.com/watchtreedog/d2f83fab.swf" width="150" wmode="opaque">
</embed>
</div>


實際效果:






要注意不要犯以下的錯誤: (在flashvars內, &後面若沒加 amp; 是會錯誤的唷!)

錯誤示範:            flashvars='setMyDate=2012/01/01/0/0/0/0&myFlashVar=新年倒數'
正確示範:            flashvars='setMyDate=2012/01/01/0/0/0/0&myFlashVar=新年倒數'

沒有留言 :