public
Description: web-based go app
Homepage: http://eidogo.com/
Clone URL: git://github.com/jkk/eidogo.git
eidogo / example_flash.html
100644 27 lines (21 sloc) 0.622 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
    <title>EidoGo Flash Example</title>
 
    <script type="text/javascript">
    eidogoConfig = {
        renderer: "flash"
    };
    </script>
    
    <script type="text/javascript" src="player/js/swfobject.js"></script>
    <script type="text/javascript" src="player/js/all.compressed.js"></script>
    
</head>
<body>
 
    <h1>EidoGo Player Flash Example</h1>
 
    <p>Example of Flash board renderer</p>
    <div class="eidogo-player-auto">
        (;FF[4]KM[0]SZ[9])
    </div>
 
</body>
</html>