GOSWF (c)gludion.com 2008 (Olivier Besson olive@gludion.com)
Contents:
- Questions & answers
- HTML example
- use Goswf in phpBB3 forum
____________________________________________________________________
VERSION 0.7
____________________________________________________________________
New features:
- graphics slightly different: 2 interface colors instead of 3 (it's more simple to adapt to a website, but I should also add text color parameter some day).
- minor bug fixes
- if the SGF can't load properly, Goswf displays a text explaining the possible causes (because many people have problem seeing sgf if they are not logged, or if they try to use it with a sgf located on another server).
- in case of tsumego problems, possible variations are not displayed on the board by default. As a result, the user can play "guess next move". I detect this if the game has an initial stones setup, and if there are variations right from the stard (but I cant distingish between the correct solution and a wrong move).
____________________________________________________________________
QUESTIONS & ANSWERS:
____________________________________________________________________
Q: what has to be uploaded on my site?
A: only the file "goswf.swf" has to be uploaded. You may put it in a custom sub-directory relative to your html page, but then update the EXAMPLE below accordingly ("movie" in OBJECT tag, "src" in EMBED tag).
Example:
(OBJECT)
src="mysubdirectory/goswf.swf" (EMBED)
Q: how to pass SGF url?
A: edit in