2013年12月13日

Blogger / Google Sites 插入Java Applet

  1. 將Applet放到公開的網上,例如Google Code (http://code.google.com/)。存取其位置就是
    http://YOUR-PROJECT.googlecode.com/svn/trunk/
  2. 編輯新頁-->插入-->更多小工具,輸入embed
  3. 寫入Java Applet的Html語法
    <applet name="TEST" code="AnimCube.class" archive="AnimCube.jar"
       codebase="http://speedcubesimulator.googlecode.com/svn/trunk/www/applets/"
       width="140" height="160">
      <param name="colorscheme" value="ywbgor">
      <param name="movetext" value="1">
      <param name="bgcolor" value="ffffff">
      <param name="fonttype" value="0">
      <param name="move" value="U R U' R'">
      <param name="initrevmove" value="">
      <!--<param name="hint" value="5"> -->
      Sorry, the AnimCube Applet could not be started.
    </applet>
Jelinek's Java Applet for Animating the Rubik's Cube
Sorry, the AnimCube Applet could not be started.

沒有留言: