Pare todos os vídeos do iframe em clique em um link javascript

Eu tenho uma lista de vídeos de iframe na minha página da web.

<iframe width="520" height="360" src="http://www.youtube.com/embed/2muxrT5_a6E" frameborder="0" allowfullscreen></iframe>
<iframe width="520" height="360" src="http://www.youtube.com/embed/2muxrT5_a6E" frameborder="0" allowfullscreen></iframe>
<iframe width="520" height="360" src="http://www.youtube.com/embed/2muxrT5_a6E" frameborder="0" allowfullscreen></iframe>
<a href="#" class="close">Stop all videos</a>

Eu preciso parar todos os vídeos iframe sobre o clique no linkStop all videos. Como eu posso fazer isso?

questionAnswers(8)

yourAnswerToTheQuestion