I would like to embed a video in a pdf that starts and stops playing by using the mouse to click the buttons
Following
Embedding videos and animations
I devised a code:
\documentclass{beamer}
\usepackage{multimedia}
\usepackage{hyperref}
\begin{document}
\begin{frame}
\movie{movie}{penguins.mp4} %from https://www.youtube.com/watch?v=-9iXD2-hbJM
\end{frame}
\end{document}
What I get is a page
that does not contain the slightest hint of the embedded movie. How to improve this solution?


\movie{\includegraphics{AMdWB}}{penguins.mp4}? (Using https://i.stack.imgur.com/AMdWB.png) – AlexG Nov 27 '19 at 20:28penguins.mp4in the same directory as the PDF? – AlexG Nov 27 '19 at 21:16