0

I would like to embed a video in a pdf that starts and stops playing by using the mouse to click the buttons

enter image description here

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

enter image description here

that does not contain the slightest hint of the embedded movie. How to improve this solution?

Viesturs
  • 7,895

0 Answers0