OSDN Git Service

DefineSprite parser
[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 </head>
9
10 <body>
11
12 <h1></h1>
13 <script type="text/javascript">
14 goog.require('Flapp');
15 </script>
16   <canvas id="flashcanvas" width="240" height="240"> canvas is here</canvas>
17 <script type="text/javascript">
18 flapp = new Flapp("sample/saitama.swf", "flashcanvas");
19 flapp.play();
20 </script>
21
22
23 <hr>
24 <address></address>
25 <!-- hhmts start -->Last modified: Tue Dec  4 22:19:13 JST 2012 <!-- hhmts end -->
26 </body> </html>