HTML5 Video Player Support Product Page

Solved

jQuery("#Myid").dmxHTML5VideoPlayer is not a function...

Reported 04 Feb 2011 17:12:44
1
has this problem
04 Feb 2011 17:12:44 Steph Moreland posted:
I've tried a few times to get this working and can't seem to.
www.ads-pipe.com/en/tutorial.asp

Replies

Replied 04 Feb 2011 17:23:57
04 Feb 2011 17:23:57 Teodor Kuduschiev replied:
Hello Steph,

I see on your page 3 includes of jquery!

<script type="text/javascript" src="../ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="../js/jquery-1.4.4.min.js"></script>
<script src="/js/jquery.js"></script>

It is not acceptable to have more than one jquery include on your page. Please leave the first one:
<script type="text/javascript" src="../ScriptLibrary/jquery-latest.pack.js"></script>
and remove the others

Also:

The HTML5 Video Player includes are before your opening <head> tag! Please make sure to properly move them inside your <head></head> tags
Replied 04 Feb 2011 17:57:21
04 Feb 2011 17:57:21 Steph Moreland replied:
Will the jQuery that you guys put into the page still support my other jQuery calls then?
Sorry, I didn't see all the other includes. []
Replied 05 Feb 2011 09:46:53
05 Feb 2011 09:46:53 George Petrov replied:
Hi Steph,

Yes it is the same jQuery 1.4.4, so your other plugins should work all fine.

So just leave ours:

<script type="text/javascript" src="../ScriptLibrary/jquery-latest.pack.js"></script>

Greetings,
George

Reply to this topic