从外站引入的iframe视频,如何控制播放与停止?

从外站引入了iframe视频后,如:

<iframe src="http://www.tudou.com/programs/view/html5embed.action?type=2&code=AH89-NOcTvw&lcode=79SyfTNmR48&resourceId=119409991_06_05_99" allowtransparency="true" allowfullscreen="true" allowfullscreenInteractive="true" scrolling="no" border="0" frameborder="0" style="width:480px;height:400px;"></iframe> 

我想点击自己设计的按钮来实现视频的播放与停止,这在JS中如何实现?

跨域了,控制不了,只能由tudou提供的播放器功能来控制