OSDN Git Service

メソッド名を変更 Skew を付加
[flapp/flapp.git] / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
5 <title> Flapp (</title>
6 <script type="text/javascript" src="bin/flapp.js"> </script>
7 </head>
8 <body bgcolor="#808080">
9
10 <h1></h1>
11 <table border=2> <tr><td>
12   <canvas id="flashcanvas" width="240" height="240"> canvas is here</canvas>
13 </td></tr>
14 <script type="text/javascript">
15 var url = location.search.substr(1).split("&")[0];
16 if (! url) {
17     url = "sample/saitama.swf";
18 } else {
19     url = "sample/"+url;
20 }
21 var canvas_id = "flashcanvas";
22 var flapp = new Flapp(url, canvas_id);
23 flapp.play();
24 </script>
25
26 <hr>
27 <address></address>
28 </body> </html>