The Silverlight chess board is designed to have a small footprint on your HTML pages. It is easy to use, you can insert it into your page or blog with one object tag. It won't take over your whole page, you can integrate it into any layout or styling you have on your site.
You can use the Silverlight chess board to show a simple diagram, allow the user to replay a game, show annotated games with comments and variations, choose from a list of replayable games, and do live transmission of games.
|
|
The Silverlight chess board is written by Martin Bennedik, all rights reserved.
If you want to use the Silverlight chess board on your own web site or blog, you can buy a license. There are two types of licenses available below, for personal and for commercial use. Payment is via Paypal. The fee is a one-off payment and includes all future updates. The license is per site, please mention the name of the site when paying.
Not included are live broadcasts of tournaments. Please contact Martin Bennedik at bennedik@googlemail.com if you want to do live broadcasts.
After your payment is received, you will receive the software by email.
Use the following object tag to define a Silverlight chess board:
<div>
<object id="chess" data="data:application/x-silverlight," type="application/x-silverlight-2"
width="400" height="400">
<param name="source" value="ClientBin/SilverBoard.xap" />
<param name="onerror" value="onSilverlightError" />
<param name="background" value="white" />
<param name="initParams" value="pgnfile=mygames.pgn" />
<a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;">
<img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight"
style="border-style: none" />
</a>
</object>
<iframe style='visibility: hidden; height: 0; width: 0; border: 0px'></iframe>
</div>
The anchor and image tags are used to display a download link for Silverlight to users who haven't got Silverlight installed.
You can use parameters to customize the Silverlight chess board. The parameters for width and height are specified as attributes of the object tag. The other parameters are specified as a comma separated list as the value attribute of the param tag name "initParams". You can use the following parameters with the Silverlight chess board: