OSDN Git Service

vendor/zlib submodule
[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 url = "sample/"+(url?url:"saitama.swf");
17 var canvas_id = "flashcanvas";
18 var flapp = new Flapp(url, canvas_id);
19 flapp.play();
20 </script>
21
22 </body>
23 </html>