OSDN Git Service

デバッグ用
[flapp/flapp.git] / debug.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 <script type="text/javascript" src="closure-primitives/base.js"> </script>
8 <script type="text/javascript" src="deps.js"> </script>
9 </head>
10
11 <body>
12
13 <h1></h1>
14 <script type="text/javascript">
15 goog.require('Flapp');
16 </script>
17   <canvas id="flashcanvas" width="240" height="240"> canvas is here</canvas>
18 <script type="text/javascript">
19 flapp = new Flapp("sample/saitama.swf", "flashcanvas");
20 flapp.play();
21 </script>
22
23
24 <hr>
25 <address></address>
26 <!-- hhmts start -->Last modified: Tue Dec  4 21:50:40 JST 2012 <!-- hhmts end -->
27 </body> </html>