How to display Goswf in a vertical format?
The trick is to specify a swf height greater than the width in the HTML code , and Goswf adapts itself automatically!
You can change display a bigger comment zone by increasing height.
Example 1
<EMBED src="goswf.swf"
flashVars="nav=D86F1E&bg=FEDFB4&url=motoki1.sgf&move=37"
width="440" height="600"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></EMBED>
Example 2
(bigger comment zone)
<EMBED src="goswf.swf"
flashVars="nav=D86F1E&bg=FEDFB4&url=motoki1.sgf&move=37"
width="440" height="700"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></EMBED>
Notes:
- In vertical layout, the ratio height/width can be any.
- In horizontal layout, this ratio must be 640/480 = 4/3.
