|
|
流星雨字移動
|
語法:
|
<applet codebase="http://home.educities.edu.tw/nkhs9323005/" code="SpaceScroller.class" width="背景寬度" height="背景高度" setTimeout("scrolling()",100)><param name="text"value="輸入你要寫的字"><param name="fontsize" value="20"><param name="textcolor" value="#色碼"><param name="textspeed" value="5"></applet></FONT>
|
|
範例:
|
<applet codebase="http://home.educities.edu.tw/nkhs9323005/" code="SpaceScroller.class" width="560" height="30" setTimeout("scrolling()",100)><param name="text"value="看到效果了吧"><param name="fontsize" value="20"><param name="textcolor" value="#ff00ff"><param name="textspeed" value="5"></applet></FONT>
|
|
結果:
|
|
|
文字效果移動
|
語法:
|
<applet codebase="http://home.educities.edu.tw/nkhs9323005/" code="pixelspray.class" align="baseline" width="寬度" height="高度"><param name="foreground" value="改變字的顏色"><param name="foreground2" value="FF00FF"><param name="background" value="底色"><param name="fontsize" value="字的大小"><param name="font" value="Arial"><param name="isbold" value="Yes"><param name="isitalic" value="no"><param name="methodlist" value="1,2,3,4,5,6,7,8,9,10,11,12"><param name="random" value="no"><param name="delay" value="字出現的速度"><param name="showtime" value="3000"><param name="emitx" value="100"><param name="emity" value="0"><param name="emitz" value="1000"><param name="textz" value="200"><param name="beamwidth" value="30"><param name="pixeldist" value="1"><param name="emitrate" value="40"><param name="usefog" value="yes"><param name="textdispx" value="0"><param name="textdispy" value="0"><param name="item0" value="輸入第一行出現的字"><param name="item1" value="第二行"><param name="item2" value="第三行"><param name="item3" value="第四行"></applet>
|
|
範例:
|
<applet codebase="http://home.educities.edu.tw/nkhs9323005/" code="pixelspray.class"
align="baseline" width="350" height="50"><param name="foreground"
value="FF00FF"><param name="foreground2" value="FF00FF"><param name="background"
value="000000"><param name="fontsize" value="20"><param name="font"
value="Arial"><param name="isbold" value="Yes"><param name="isitalic"
value="no"><param name="methodlist" value="1,2,3,4,5,6,7,8,9,10,11,12"><param
name="random" value="no"><param name="delay" value="80"><param name="showtime"
value="3000"><param name="emitx" value="100"><param name="emity" value="0"><param
name="emitz" value="1000"><param name="textz" value="200"><param name="beamwidth"
value="30"><param name="pixeldist" value="1"><param name="emitrate" value="40"><param
name="usefog" value="yes"><param name="textdispx" value="0"><param name="textdispy"
value="0"><param name="item0" value="Wellcom to Taipei !!"><param name="item1"
value="I Love You !!"><param name="item2" value="Wellcom to Taipei !!"><param name="item3"
value="I Love You !!"></applet>
|
|
結果:
|
|
|
彩虹看板
|
語法:
|
<applet codebase="http://home.educities.edu.tw/nkhs9323005/"
code="RainbowText.class" align="center" width="寬"
height="高"><param
name="text" value="輸入你要寫的字"></applet>
|
|
範例:
|
<applet codebase="http://home.educities.edu.tw/nkhs9323005/"
code="RainbowText.class" align="center" width="450"
height="40"><param
name="text" value="怎麼樣夠炫了吧"></applet>
|
|
結果:
|
|
|
波浪彩虹
|
語法:
|
<applet codebase="http://home.educities.edu.tw/nkhs9323005/"
code="colors.class" width="寬"
height="高"><param
name="test" value="輸入你要出現的字"><param
name="delay" value="60"></applet>
|
|
範例:
|
<applet codebase="http://home.educities.edu.tw/nkhs9323005/"
code="colors.class" width="450"
height="60"><param
name="test" value="我來灌水灌水灌灌水"><param
name="delay" value="60"></applet>
|
|
結果:
|
|
|
流瀉文字
|
語法:
|
<applet codebase="http://home.educities.edu.tw/nkhs9323005/"
code="rtjmc001.class" width="寬"
height="高"><param
name="text" value="輸入你要出現的字"><param
name="bgcolor" value="000000"><param name="fgcolor"
value="ffff00"><param name="seed1" value="6"><param name="bgeff"
value="d"><param name="bgeff2" value="b"><param name="tface"
value="o"></applet>
|
|
範例:
|
<applet codebase="http://home.educities.edu.tw/nkhs9323005/"
code="rtjmc001.class" width="450"
height="60"><param
name="text" value="I Love You !!"><param
name="bgcolor" value="000000"><param name="fgcolor"
value="ffff00"><param name="seed1" value="6"><param name="bgeff"
value="d"><param name="bgeff2" value="b"><param name="tface"
value="o"></applet>
|
|
結果:
|
|
|
流瀉文字二
|
語法:
|
<APPLET height=75 width=550
codebase="http://home.educities.edu.tw/nkhs9323005/"
code=rtjmc001.class><PARAM NAME="speed" VALUE="4"><PARAM
NAME="bgeff" VALUE="d"><PARAM NAME="bgeff2" VALUE="b"><PARAM
NAME="scrt" VALUE="s"><PARAM NAME="tface" VALUE="o"><PARAM
NAME="teff" VALUE="d"><PARAM NAME="text" VALUE="輸入你要出現的字"><PARAM
NAME="bgcolor" VALUE="改變背景色彩"><PARAM
NAME="fgcolor" VALUE="f0f0f0"><PARAM NAME="col1"
VALUE="ff0000"><PARAM NAME="col2" VALUE="000000"><PARAM
NAME="col3" VALUE="000000"><PARAM NAME="col4"
VALUE="0000ff"><PARAM NAME="ecol1" VALUE="008000"><PARAM
NAME="ecol2" VALUE="000000"><PARAM NAME="ecol3"
VALUE="000000"><PARAM NAME="ecol4" VALUE="000000"><PARAM
NAME="seed1" VALUE="-3"></APPLET>
|
|
範例:
|
<APPLET height=75 width=550
codebase="http://home.educities.edu.tw/nkhs9323005/"
code=rtjmc001.class><PARAM NAME="speed" VALUE="4"><PARAM
NAME="bgeff" VALUE="d"><PARAM NAME="bgeff2" VALUE="b"><PARAM
NAME="scrt" VALUE="s"><PARAM NAME="tface" VALUE="o"><PARAM
NAME="teff" VALUE="d"><PARAM NAME="text" VALUE="Wellcom to Taipei !!"><PARAM NAME="bgcolor" VALUE="000000"><PARAM
NAME="fgcolor" VALUE="f0f0f0"><PARAM NAME="col1"
VALUE="ff0000"><PARAM NAME="col2" VALUE="000000"><PARAM
NAME="col3" VALUE="000000"><PARAM NAME="col4"
VALUE="0000ff"><PARAM NAME="ecol1" VALUE="008000"><PARAM
NAME="ecol2" VALUE="000000"><PARAM NAME="ecol3"
VALUE="000000"><PARAM NAME="ecol4" VALUE="000000"><PARAM
NAME="seed1" VALUE="-3"></APPLET>
|
|
結果:
|
|
|
彩球文字
|
語法:
|
<applet codebase="http://home.educities.edu.tw/nkhs9323005/"
code="rtjmc001.class" width="寬"
height="高"><param name="speed" value="24"><param name="bgeff" value="s"><param name="bgeff2" value="b"><param name="scrt" value="s"><param name="tface" value="o"> <param name="teff" value="d"><param name="text" value="輸入妳要出現的字"><param name="bgcolor" value="000090"><param name="fgcolor"
value="字體顏色"><param name="col1" value="ff0000"><param name="col2"
value="000000"><param name="col3" value="000000"><param
name="col4" value="0000ff"><param name="ecol1" value="008000"><param name="ecol2" value="000000"><param name="ecol3"
value="000000"><param name="ecol4" value="000000"><param
name="seed1" value="1"></applet>
|
|
範例:
|
<applet codebase="http://home.educities.edu.tw/nkhs9323005/" code="rtjmc001.class"
width="360" height="90"><param name="speed" value="24"><param name="bgeff"
value="s"><param name="bgeff2" value="b"><param name="scrt" value="s"><param
name="tface" value="o"><param name="teff" value="d"><param name="text"
value="I Love You !!"><param name="bgcolor" value="000090"><param name="fgcolor"
value="ffff00"><param name="col1" value="ff0000"><param name="col2"
value="000000"><param name="col3" value="000000"><param name="col4"
value="0000ff"><param name="ecol1" value="008000"><param name="ecol2"
value="000000"><param name="ecol3" value="000000"><param name="ecol4"
value="000000"><param name="seed1" value="1"></applet>
|
|
結果:
|
|
|
火中文字
|
語法:
|
<applet codebase="http://home.educities.edu.tw/nkhs9323005/"
code="flame.class" width="300" height="100"><param name="text"
value="輸入你要出現的字"></applet>
|
|
範例:
|
<applet codebase="http://home.educities.edu.tw/nkhs9323005/"
code="flame.class" width="300" height="100"><param name="text"
value="失火囉!"></applet>
|
|
結果:
|
|
|
文字看板
|
語法:
|
<APPLET height=高度
width=寬度
codebase="http://home.educities.edu.tw/nkhs9323005/"
code=OCVscroll.class><PARAM NAME="bgcolor"
VALUE="250,250,250"><PARAM NAME="centertext" VALUE="true"><PARAM
NAME="scrolldelay" VALUE="25"><PARAM NAME="desc0" VALUE="心情小語"><PARAM
NAME="desc1" VALUE="────────────"><PARAM NAME="desc2" VALUE="詠華山"><PARAM
NAME="desc3" VALUE="遠看華山黑糊糊 上頭細來下頭粗 若把華山倒過來 下頭細來上頭粗"><PARAM
NAME="desc4" VALUE="────────────"><PARAM NAME="desturl0" VALUE="
"><PARAM NAME="delay0" VALUE="3000"><PARAM NAME="hlcolor"
VALUE="100,255,180"><PARAM NAME="lrmargins" VALUE="10"><PARAM
NAME="Notice" VALUE="Smooth Scroll Up II, (c) 1997, OpenCube
Technologies, Unregistered"><PARAM NAME="size0"
VALUE="20"><PARAM NAME="size1" VALUE="12"><PARAM NAME="size2"
VALUE="16"><PARAM NAME="size3" VALUE="12"><PARAM
NAME="textcolor0" VALUE="250,0,0"><PARAM NAME="textcolor2"
VALUE="0,0,250"></APPLET>
|
|
範例:
|
<APPLET height=150 width=160
codebase="http://home.educities.edu.tw/nkhs9323005/"
code=OCVscroll.class><PARAM NAME="bgcolor"
VALUE="250,250,250"><PARAM NAME="centertext" VALUE="true"><PARAM
NAME="scrolldelay" VALUE="25"><PARAM NAME="desc0" VALUE="心情小語"><PARAM
NAME="desc1" VALUE="────────────"><PARAM NAME="desc2" VALUE="詠華山"><PARAM
NAME="desc3" VALUE="遠看華山黑糊糊 上頭細來下頭粗 若把華山倒過來 下頭細來上頭粗"><PARAM
NAME="desc4" VALUE="────────────"><PARAM NAME="desturl0" VALUE="
"><PARAM NAME="delay0" VALUE="3000"><PARAM NAME="hlcolor"
VALUE="100,255,180"><PARAM NAME="lrmargins" VALUE="10"><PARAM
NAME="Notice" VALUE="Smooth Scroll Up II, (c) 1997, OpenCube
Technologies, Unregistered"><PARAM NAME="size0"
VALUE="20"><PARAM NAME="size1" VALUE="12"><PARAM NAME="size2"
VALUE="16"><PARAM NAME="size3" VALUE="12"><PARAM
NAME="textcolor0" VALUE="250,0,0"><PARAM NAME="textcolor2"
VALUE="0,0,250"></APPLET>
|
|
結果:
|
|
|
速動文字
|
語法:
|
<applet codebase="http://home.educities.edu.tw/nkhs9323005/"
code="Slidetext.class" width="450" height="24"><param
name="text" value="輸入你要出現的字"><param
name="size" value="18"><param name="txtcolor"
value="2F5E2F"><param name="sleep" value="3000"><param
name="speed" value="2"></applet>
|
|
範例:
|
<applet codebase="http://home.educities.edu.tw/nkhs9323005/"
code="Slidetext.class" width="450" height="24"><param
name="text" value="我來給你加油打氣灌水囉"><param
name="size" value="18"><param name="txtcolor"
value="2F5E2F"><param name="sleep" value="3000"><param
name="speed" value="2"></applet>
|
|
結果:
|
|
|
跳躍文字
|
語法:
|
<applet
codebase="http://home.educities.edu.tw/nkhs9323005/"code="lineshow.class"
width="寬"
height="高"><param
name="text" value="輸入你要出現的字"></applet>
|
|
範例:
|
<applet
codebase="http://home.educities.edu.tw/nkhs9323005/"code="lineshow.class"
width="450"
height="60"><param
name="text" value="看到了嗎"></applet>
|
|
結果:
|
|
|
打字效果
|
語法:
|
<applet codebase="http://home.educities.edu.tw/nkhs9323005/"
code="TypeWriterScroller.class" width="寬"
height="高"><param
name="message" value="\n從這裡輸入你要出現的字"><param
name="text_color" value="0000ff"></applet>
|
|
範例:
|
<applet codebase="http://home.educities.edu.tw/nkhs9323005/"
code="TypeWriterScroller.class" width="450"
height="90"><param
name="message" value="\n從這裡輸入你要出現的字\n第二行的字看到了嗎\n第三行會了嗎\n自行增加字"><param
name="text_color" value="0000ff"></applet>
|
|
結果:
|
|
|