OSDN Git Service

console.debug のデバッグメッセージをコメントアウト
[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
9 <body>
10
11 <h1></h1>
12
13   <canvas id="flashcanvas" width="240" height="240"> canvas is here</canvas>
14 <script type="text/javascript">
15 var url = location.search.substr(1).split("&")[0];
16 if (! url) {
17     url = "sample/saitama.swf";
18 }
19 var canvas_id = "flashcanvas";
20 var flapp = new Flapp(url, canvas_id);
21 flapp.play();
22 </script>
23
24
25 <hr>
26 <address></address>
27 <!-- hhmts start -->Last modified: Thu Dec  6 02:16:26 JST 2012 <!-- hhmts end -->
28 </body> </html>