• portfolio
  • flash
  • microbe
  • go
  • blog
  • contact

back to GOSWF page

How to display the game at a specific move number?

  • add a "move" variable in your HTML code:

<EMBED src="goswf.swf"
flashVars="url=motoki1.sgf&move=20"
width="440" height="600"
type="application/x-shockwave-flash" ></EMBED>

  • use a big move number (example: move=999) to reach the end position of the game wink!
  • move number is optional: if not specified, the game will display at move 0 (that is, before move 1 wink)

Example:

 

back to Tutorial list