root/as3/Marilena/trunk/samples/index.html

リビジョン 567, 0.8 kB (コミッタ: mash, コミット時期: 5 年 前)

[Marilena]initial import of Marilena, Object Detection in AS3

Line 
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <title>Marilena ObjectDetection in actionscript3 example: FaceDetection</title>
6 <script type="text/javascript" src="js/swfobject.js"></script>
7 </head>
8 <body>
9 <div id="wrap">
10         <div id="flashcontent">
11                 <strong><a href="http://www.adobe.com/jp/products/flashplayer/">Flash Player 9以上が必要です。Flash Playerをアップデートしてください</a></strong><br/>
12         </div>
13 </div>
14
15 <script type="text/javascript">
16         // <![CDATA[
17         var so = new SWFObject("swf/FaceDetector.swf", "marilena", "100%", "256", "9", "#FFFFFF");
18         so.write("flashcontent");
19         // ]]>
20 </script>
21
22 </body>
23 </html>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。