I\'m trying to start playing video with javascript/jquery function. I copy example from vimeo site and upload it to the server, but it is not working.
You would need to make sure you're including the jQuery library for this code. Before the froogaloop script try adding:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
Here's a fiddle of it working http://jsfiddle.net/nkfH4/