Would be cool to have a plugin or feature to allow custom buttons like the buttons on vimeo for HD, Sharing etc. Unfortunately i don't know AS3 or flash!

button1: {
       image: '/img/hd.png',
       hoverImage:  '/img/hd-over.png',
       activeImage: '/img/hd-active.png',
       autoHide: 'always',
       top: 10,
       right:10,
       onClick....
},
button2: {
      ......
}