root/as3/Astro/ShaderFilter/Mudflow/index.html

リビジョン 422, 1.3 kB (コミッタ: gyuque, コミット時期: 4 年 前)

updated HTML

  • svn:mime-type 属性の設定値: text/html
Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
5         <head>
6                 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7                 <meta http-equiv="Content-Script-Type" content="text/javascript; charset=utf-8" />
8                 <title>Mudflow - Flash10 ShaderFilter Test</title>
9                 <style type="text/css">
10                         body
11                         {
12                                 background-color: #eee9d9;
13                         }
14
15                         h1
16                         {
17                                 margin: 0.1em 0;
18                                 color: #421;
19                         }
20
21                         object#swf
22                         {
23                                 width: 320px;
24                                 height: 256px;
25                         }
26
27                         address
28                         {
29                                 border-top: 1px dotted #543;
30                                 text-align: right;
31                                 font-family: Arial, sans-serif;
32                         }
33                 </style>
34         </head>
35         <body>
36                 <h1>Mudflow</h1>
37                 <div>
38                         <object data="./Mudflow.swf" type="application/x-shockwave-flash" id="swf">
39                                 <param name="movie" value="./Mudflow.swf" />
40                                 <param name="autostart" value="true" />
41                                 <p>Install Flash Player 10</p>
42                         </object>
43                 </div>
44                 <a href="http://www.libspark.org/browser/as3/Astro/ShaderFilter/Mudflow">=&gt; browse source code</a>
45                 <address>by <a href="http://d.hatena.ne.jp/gyuque/">gyuque</a> <img src="http://www.hatena.ne.jp/users/gy/gyuque/profile_s.gif" alt=""/></address>
46         </body>
47 </html>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。