HTML5 Video Player Support Product Page

This topic is locked
Solved

HTML5 Videos and Sliding Menu Not Working for me

Reported 08 Jun 2011 20:01:27
1
has this problem
08 Jun 2011 20:01:27 Debbie Schmidt posted:
I'm having trouble adding a working sliding menu and html5 video that work together. please see www.qhchamber.org/videos1.php and videos.php. The first I added the player first (it worked) then when I added the menu nothing worked. The second I added the menu first (it worked) and then the player and there's no player showing. I've been working on this 2 days and am very frustrated.

Since they work along is there something that doesn't work together? What am I missing?

I've got this lined up for 2 clients and would appreciate some quick help.

I've checked this in both IE9 and Chrome.

Lastly, I know you guys have great support on a one-to-one, but the resolutions are never posted. Posting resolutions might alleviate additional support calls.

Replies

Replied 09 Jun 2011 10:06:54
09 Jun 2011 10:06:54 Miroslav Zografski replied:
Hello Debbie,

in your Video.php page script includes are as follows:
<script type="text/javascript" src="ScriptLibrary/dmxHTML5VideoPlayer.js"></script>
<script type="text/javascript" src="ScriptLibrary/projekktor.min.js"></script>
<link rel="stylesheet" type="text/css" href="styles/dmxSlidingMenu.css" />
<link rel="stylesheet" type="text/css" href="styles/dmxSlidingMenu/sense_white/sense_white.css" />
<link rel="stylesheet" type="text/css" href="styles/dmxHTML5VideoPlayer/minimum/style.css" />
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="ScriptLibrary/jquery.mousewheel.pack.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxSlidingMenu.js"></script>


If you check more carefully you will see that the jquery-latest.pack.js is set in the page AFTER the video player javascript file: dmxHTML5VideoPlayer.js
If you change the position of the jquery-latest.pack.js and put it on top of the rest of the script includes video player must start working ( or sliding menu ).

Regards,
Replied 09 Jun 2011 20:08:35
09 Jun 2011 20:08:35 Debbie Schmidt replied:
Thanks, I'll try that. However, this is the way the extension came in. Is it something that should be done when the extension is installed on the page by your software?

Thanks again for the quick reply.
Replied 09 Jun 2011 21:03:18
09 Jun 2011 21:03:18 Debbie Schmidt replied:
That worked perfectly. Thanks & case closed!

Reply to this topic