I have a media9 video embedded in a beamer class document as follows:
\includemedia[
label=Cor_T,
width=\linewidth,
height=\linewidth,
activate=pageopen,
addresource=Plots/Cor_movie.mp4,
flashvars={source=Plots/Cor_movie.mp4
&loop=true
&scaleMode=letterbox}
]{}{VPlayer.swf}
Currently when I click on the video it starts playing. I would like to have it that when I click again, it pauses. Is there a way to do this without adding an extra media button?