📄 example2.html
字号:
<html> <head> <title>The Animator Applet (1.1) - example 2</title> <!-- Changed by: Herb Jellinek, 18-Apr-1996 --> <head> <body> <h1>The Animator Applet (1.1) - example 2</h1> <!--"CONVERTED_APPLET"--><!-- HTML CONVERTER --><OBJECT classid = "clsid:CAFEEFAC-0014-0002-0000-ABCDEFFEDCBA" codebase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,0" WIDTH = 64 HEIGHT = 64 > <PARAM NAME = CODE VALUE = Animator.class > <PARAM NAME = "type" VALUE = "application/x-java-applet;jpi-version=1.4.2"> <PARAM NAME = "scriptable" VALUE = "false"> <PARAM NAME = imagesource VALUE="images/SimpleAnimation"> <PARAM NAME = endimage VALUE=2> <PARAM NAME = soundsource VALUE="audio"> <PARAM NAME = soundtrack VALUE="spacemusic.au"> <PARAM NAME = sounds VALUE="1.au|2.au|3.au|4.au|5.au|6.au|7.au|8.au|9.au|0.au"> <PARAM NAME = pause VALUE=200> <COMMENT> <EMBED type = "application/x-java-applet;jpi-version=1.4.2" \ CODE = Animator.class \ WIDTH = 64 \ HEIGHT = 64 \ imagesource ="images/SimpleAnimation" \ endimage =2 \ soundsource ="audio" \ soundtrack ="spacemusic.au" \ sounds ="1.au|2.au|3.au|4.au|5.au|6.au|7.au|8.au|9.au|0.au" \ pause =200 \ scriptable = false \ pluginspage = "http://java.sun.com/products/plugin/index.html#download"> <NOEMBED> alt="Your browser understands the <APPLET> tag but isn't running the applet, for some reason." Your browser is completely ignoring the <APPLET> tag! </NOEMBED> </EMBED> </COMMENT></OBJECT><!--<APPLET CODE = Animator.class WIDTH = 64 HEIGHT = 64><PARAM NAME = imagesource VALUE="images/SimpleAnimation"><PARAM NAME = endimage VALUE=2><PARAM NAME = soundsource VALUE="audio"><PARAM NAME = soundtrack VALUE="spacemusic.au"><PARAM NAME = sounds VALUE="1.au|2.au|3.au|4.au|5.au|6.au|7.au|8.au|9.au|0.au"><PARAM NAME = pause VALUE=200>alt="Your browser understands the <APPLET> tag but isn't running the applet, for some reason." Your browser is completely ignoring the <APPLET> tag!</APPLET>--><!--"END_CONVERTED_APPLET"--> <hr> <a href="Animator.java">The source.</a> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -