Develop and Download Open Source Software

Browse CVS Repository

Contents of /jhime/FLV_Script/sample.html

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Sat Jul 12 00:21:04 2008 UTC (15 years, 9 months ago) by sousyu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +5 -4 lines
File MIME type: text/html
browser.js update

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" xml:lang="ja" lang="ja">
5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7 <title>タイトル</title>
8 <script type="text/javascript" src="browser.js" charset="UTF-8"></script>
9 <script type="text/javascript"><!--
10 Browser.checkBrowser(2);
11 Browser.isFlashPlugin(2);
12 //--></script>
13 </head>
14 <body>
15 <h1>JavaScriptを利用したFlash Videoの再生</h1>
16 <noscript>
17 <p>本ページはJavaScriptを使用しています。
18 JavaScript機能をONにしてください。</p>
19 </noscript>
20 <script type="text/javascript"><!--
21 Browser.setColor('0xcccccc', '0x000000', '0x0000ff', '0x000000');
22 Browser.setAction(true, true, false, 80);
23 Browser.setNavigation(true, true, true, true);
24 Browser.flashPlayer("mediaplayer.swf", "sample.flv", 320, 262);
25 //--></script>
26 </body>
27 </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26