jQuery UI Tools (Flowplayer) Issues

If it doesn’t work anyway, what is the harm of trying to do it right way?

  1. You do not use wp_enqueue_script() for most of scripts. You should.

  2. Loading two copies of jQuery is wrong. The fact that trying to fix it breaks something does not make it less wrong.

  3. From quick look you have a lot of inline JavaScript and not using noConflict wrappers consistently, see link above for details.