HTML5 Video Player Support Product Page
Solved
jQuery("#Myid").dmxHTML5VideoPlayer is not a function...
Reported 14 years ago
1
has this problem
14 years ago 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 14 years ago
14 years ago 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
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 14 years ago
14 years ago 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. [
]
Sorry, I didn't see all the other includes. [

Replied 14 years ago
14 years ago 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
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