|
|
|
พี่ดึงไฟล์ VDO จากฐานข้อมูลแล้วมาแสดงผ่าน jwplayer แล้ว Error Playlist แก้ยังไงครับ |
|
|
|
|
|
|
|
ผมดึงข้อมูลไฟล์ vdo จากฐานข้อมูลออกมา ซึ่งมีค่าแค่ค่าเดียว
แต่มาใส่ใน jwplayer มันกลับแจ้งว่า
Code
task queue failed at step 5: Playlist could not be loaded HTTP Status 404 ; Not Found
จะแก้ยังไงดีครับ
Code (ASP)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN "http://www.w3.org/TR/html4/loose.dtd"">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>About the JW Player 5</title>
<style type="text/css">
body { background-color: #fff; padding: 0 20px; color:#000; font: 13px/18px Arial, sans-serif; }
a { color: #360; }
h3 { padding-top: 20px; }
ol { margin:5px 0 15px 16px; padding:0; list-style-type:square; }
#mediaspace{margin:0px auto;}
</style>
</head>
<body>
<%
Dim con,sql,rec
set con=Server.CreateObject("ADODB.Connection")
con.open "DRIVER={MySQL ODBC 5.1 Driver}; SERVER=localhost; UID=root; pwd=admin; database=med; CHARSET=utf8;stmt=set names 'utf8';"
sql="select * from education where eduid='6' "
Set rec=con.execute(sql)
If Not rec.EOF then
%>
<center><div id='mediaspace'>This text will be replaced</div></center>
<input type="hidden" name="hd" id="hd" value="<%=rec.fields("eduvdo").value%>">
<script src="Script/jwplayer.js" type="text/javascript"></script>
<script type="text/javascript">
jwplayer(mediaspace).setup({
flashplayer: 'MediaSource/player.swf',
'file': 'MediaSource/document.getElementByID("hd")',
start: '20',
bufferlength: '50',
autostart: 'true',
repeat: 'always',
width: '470',
height: '320',
'controlbar': 'over',
'duration': '10000',
'fullscreen': 'true',
'stretching': 'fill',
});
</script>
<%
End if
%>
</body>
</html>
Tag : ASP, MySQL
|
|
|
|
|
|
Date :
2012-02-13 09:43:44 |
By :
Ganacross |
View :
2853 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2012-02-14 06:14:40 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|