HTML5 Video Player Support Product Page

Solved

controls not showing up in IE 8, custom poster not showing up

Reported 08 Feb 2011 16:49:34
1
has this problem
08 Feb 2011 16:49:34 Fred Nelsen posted:
I love the player but seem to be having some issues with the controls not showing up in IE 8. Also the custom poster only shows up at the end of the series of videos that are pulling from YouTube. Thank you in advance for any help that you can give me in this matter. the URL is mybrainsells.com/adsamplevid.html

Replies

Replied 08 Feb 2011 18:03:13
08 Feb 2011 18:03:13 Miroslav Zografski replied:
Hello Fred,

Could you, please, post the code of your page here?

Regards,
Replied 09 Feb 2011 15:17:30
09 Feb 2011 15:17:30 Fred Nelsen replied:
Thanks for your response and your help. here is the code from the page.


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Video Samples</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(
         {poster:"logo/vidscreen.jpg", autoplay:true, playlist:[{0:{src:"http://www.youtube.com/watch?v=AKkHONVyIAU", type:"video/youtube"}, config:{poster:"logo/vidscreen.jpg"}}, {0:{src:"http://www.youtube.com/watch?v=F97xez4FuIc", type:"video/youtube"}, config:{poster:"logo/vidscreen.jpg"}}, {0:{src:"http://www.youtube.com/watch?v=kaIBIO4-J4I", type:"video/youtube"}, config:{poster:"logo/vidscreen.jpg"}}, {0:{src:"http://www.youtube.com/watch?v=WReaQj40k58", type:"video/youtube"}, config:{poster:"logo/vidscreen.jpg"}}, {0:{src:"http://www.youtube.com/watch?v=QVsfY6rqACM", type:"video/youtube"}, config:{poster:"logo/vidscreen.jpg"}}], volume:60}
       );
     }
 );
  // ]]>
</script>
</body>
</html>


Replied 29 Feb 2012 15:43:21
29 Feb 2012 15:43:21 Vulcho Vulev replied:
Hello Fred.

Please download the lattest version which comes with great cross-browser improvements.

HTML5 Video Player 1.0.3

Regards:Vulcho

Reply to this topic