HTML5 Video Player Support Product Page

Answered

I'm unable to see anything using this extension only a black screen.

Asked 27 Jul 2012 02:01:16
1
has this question
27 Jul 2012 02:01:16 Vernon Davis posted:
I'm unable to see anything using this extension only a black screen.

See the following URL: www.buckledownfinance.com/testvideo.php



Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="Styles/dmxHTML5VideoPlayer/applicious/style.css" />
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxHTML5VideoPlayer.js"></script>
<script type="text/javascript" src="ScriptLibrary/projekktor.min.js"></script>
</head>

<body>
<div class="dmxHTML5VideoPlayer applicious" id="vidPlayer1">
</div>
<script type="text/javascript">
// <![CDATA[
jQuery(document).ready(
function()
{
jQuery("#vidPlayer1".dmxHTML5VideoPlayer(
{"width": 570, "height": 320, "playlist": [{"0": {"src": "BDFvid.mp4video.mp4", "type": "video/mp4"}, "config": {"title": "Buckle Down Finance"}}]}
);
}
);
// ]]>
</script>



</body>
</html>

Replies

Replied 27 Jul 2012 06:17:39
27 Jul 2012 06:17:39 Vulcho Vulev replied:
Hello Vernon.

Can you please delete jquery-latest.pack.js from your siteroot/hostingroot, reapply the extension on your page. Upload it again on the hosting server?
I see that there is an old version of jquery-latest.pack.js file which is causing the problem.

Regards:Vulcho.
Replied 27 Jul 2012 18:57:15
27 Jul 2012 18:57:15 Vernon Davis replied:
Great that worked perfectly. I tried so many other possibilities but wouldn't have checked to see if the extension was loading a newer version of the jquery file.

Thanks.

Reply to this topic