Stop a Vimeo Video with Jquery
问题 I need to stop a Vimeo video embedded with new oembed api (universal player) but when I try to add an event I get this error: Uncaught TypeError: Object #<an HTMLIFrameElement> has no method 'addEvent' But I don't why I get this error, I added jquery and the frogaloop api, also I added ids to the iframes, but it still doesn't work: :( The full code is here: http://tv.bisaccia.info 回答1: You can't. There's no DOM addEvent method. You don't have cross-domain access to Vimeo, so you are not