Browse CVS Repository
Contents of /jhime/FLV_Script/simple.html
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( show annotations)
( download)
( as text)
Sat Jul 12 00:39:12 2008 UTC
(15 years, 9 months ago)
by sousyu
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
new file added
| 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 |
</head> |
| 10 |
<body> |
| 11 |
<h1>JavaScriptを利用したFlash Videoの再生</h1> |
| 12 |
<noscript> |
| 13 |
<p>本ページはJavaScriptを使用しています。 |
| 14 |
JavaScript機能をONにしてください。</p> |
| 15 |
</noscript> |
| 16 |
<script type="text/javascript"><!-- |
| 17 |
Browser.flashPlayer("mediaplayer.swf", "sample.flv", 320, 262); |
| 18 |
//--></script> |
| 19 |
</body> |
| 20 |
</html> |
|