Code: Select all
\documentclass{beamer}
\beamertemplatenavigationsymbolsempty
\usepackage{animate}
\begin{document}
\begin{frame}{Embedded Animation}
\animategraphics[loop,controls,width=\linewidth]{10}{gif-}{0}{16}
\end{frame}
\end{document}
None of the buttons is working. Do you know why?
And do you know why the play button is missing?