example.html

来自「一个Java 开发的魔方程序 可以 实现魔方的所有动画效果」· HTML 代码 · 共 25 行

HTML
25
字号
<HTML><HEAD>   <TITLE>RubikPlayer Example</TITLE></HEAD><BODY>  <H3>RubikPlayer Example</H3><applet code="RubikPlayer.class" archive="rubikplayer.jar" width="300" height="300">  <param name="scriptLanguage" value="SupersetENG">  <param name="backgroundImage" value="water.gif"></applet><h3></h3><p>This simple example, shows how to embed the RubikPlayer into an HTML  page.</p><p>The Applet Tag was generated using the <a href="parameters.html">applet parameters    tool</a>, and then pasted into the HTML code of this page.</p><p>The applet uses the file <a href="water.gif">water.gif</a> as background image.</p><p>Here's the code of the applet tag:</p><p><tt>&lt;applet code=&quot;RubikPlayer.class&quot; archive=&quot;rubikplayer.jar&quot; width=&quot;300&quot; height=&quot;300&quot;&gt;<br>&lt;param name=&quot;scriptLanguage&quot; value=&quot;SupersetENG&quot;&gt;<br>&lt;param name=&quot;backgroundImage&quot; value=&quot;water.gif&quot;&gt;<br>&lt;/applet&gt;</tt></p></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?