here is the simple code: http://jsfiddle.net/YAFuW/1/
basicly i tried to use like this:
I don't know a "good" or "right" way to accomplish this cross-browser.
Youtube's JavaScript API fails, too.
But this method is reliable and does work.
Basically, it kills the and rebuilds it.
$('a').click(function() {
alert('stoped');
vimeoWrap = $('#vimeoWrap');
vimeoWrap.html(vimeoWrap.html());
});
View at JSFiddle