How to Put Taminations on Your Web Site

Now you can put any Tamination on your web site. To the right here is an example. The animation is contained inside an iframe on your web page. The HTML code for this example is
<iframe src="http://www.tamtwirlers.org/tamination/embed.html?b1/circulate.BoxCirculatefromLeftHandBox&play&loop" width="300" height="400"></iframe>

The components of the iframe are:

  1. src="http://www.tamtwirlers.org/tamination/embed.html
    This loads all the Tamination code including the Java applet.
  2. ?b1
    The call level - b1, b2, ms, plus, a1, a2, c1, c2, or c3a.
  3. /circulate
    The page with the animation, without the trailing .html.
  4. .BoxCirculatefromLeftHandBox
    The specific animation to show. This follows the same rules as linking.
  5. Options &play and &loop
    which tell the code to start the animation and replay it indefinitely. Other options are
    • &grid to show the grid
    • &numbers to number the dancers or &couples to number couples
    • &paths to show the dancer paths
    • &speed=slow or fast to set the animation rate
    • &phantoms to show phantom dancers for the challenge level calls that use them
    • &hexagon to show the hexagon version.
    Options can be in any order.
  6. width="300" and height="400"
    Size of the iframe. The animation will be fitted to these dimensions. For a square dance floor, use height = width + 100.