Browse CVS Repository
Contents of /jhime/FLV_Script/playListSample.html
Parent Directory
| Revision Log
| 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: +2 -1 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 Play-Listの再生</h1> |
| 16 |
<script type="text/javascript"><!-- |
| 17 |
Browser.setColor('0xcccccc', '0x000000', '0x0000ff', '0x000000'); |
| 18 |
Browser.setAction(true, true, false, 80); |
| 19 |
Browser.setNavigation(true, true, true, true); |
| 20 |
Browser.setPlayList (false, undefined, 320); |
| 21 |
Browser.flashPlayer("mediaplayer.swf", "play.xml", 600, 262); |
| 22 |
//--></script> |
| 23 |
</body> |
| 24 |
</html> |
| |