I\'m using this tooltip: http://flowplayer.org/tools/demos/tooltip/index.html
I have the following lines in my html file:
You should reorder your js files:
A little more explanation for anyone else having this problem:
Scripts are loaded in the order they're called, so you want to load jQuery first, then any plugins, then your custom code.