I'm putting together a presentation with beamer, but I can't get movies to auto-play. Anybody had a similar problem? Here's a MWE of my code:
Code: Select all
\documentclass{beamer}
\usepackage{times}
\usepackage{movie15}
\begin{document}
\begin{frame}{Title}
\end{frame}
\begin{frame}
\centering
\includemovie[autostart,loop,poster]{0.7\textwidth}{0.7\textheight}{DemoVideo_ContAdj_LR.mov}
\end{frame}
\end{document}
Ta.