<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Media Player</title>
<style type="text/css">
body {
background-color: #fff;
color:#000;
font: 13px/18px Arial, sans-serif;
margin: 0px;
padding-top: 0;
padding-right: 0px;
padding-bottom: 0;
padding-left: 0px;
}
a { color: #360; }
h3 {
padding-top: 0px;
}
ol {
margin:0px 0 0px 0px;
padding:0;
list-style-type:square;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=windows874"></head>
<body>
<!-- <h3>Example</h3>
<p>Here's a simple example of the <a href="http://www.jeroenwijering.com/?item=JW_FLV_Media_Player">JW FLV Media Player</a> embedded in a page. Copy-paste the source code and put the files on your site to get started.</p> -->
<div id="container">
<p> </p>
</div>
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
var s1 = new SWFObject("player.swf","mediaplayer","210","300","8");
s1.addParam('allowscriptaccess','always');
s1.addParam("allowfullscreen","true");
s1.addVariable("width","210");
s1.addVariable("height","300");
s1.addVariable("file","list.xml"); //ดึงขอมูลมาแสดงจากไฟล์นี้
s1.addVariable('displayheight','150');
s1.addVariable('autoscroll','true');
s1.write("container");
</script>
</body>
</html>