I have just started, to use the jQuery framework. First of all I downloaded the file "jquery.tools.min.js" from the Flowplayer website and and included it in my document head.
<script src="/common/js/jquery.tools.min.js"></script>
But I get error message in my firebug console "jQuery is not defined". Ok, asking Google, it says, that mostly the path to my jquery file must be wrong. In this case I'm sure the path is correct, because the error message is thrown from the file "jquery.tools.min.js" itself in line 16, wo the variable "jQuery" is mentioned first.
I also tried following, to maybe solve conflict with other frameworks, but is does not help
someone an idea and can help me?