Document ClassesAuto-play for Movie in Presentation

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
djpbarry
Posts: 1
Joined: Wed Mar 02, 2011 4:33 pm

Auto-play for Movie in Presentation

Post by djpbarry »

Hello all,

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

Code, edit and compile here:
\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}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Any ideas?

Ta.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Nihasa
Posts: 1
Joined: Thu Mar 28, 2013 3:12 am

Re: Auto-play for Movie in Presentation

Post by Nihasa »

I am having the same problem when I compile on my Mac, but when I compile on my PC, it plays the movie automatically. It seems that despite the effort to make LaTeX cross platform, there are still some bugs.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Auto-play for Movie in Presentation

Post by localghost »

Nihasa wrote:[…] It seems that despite the effort to make LaTeX cross platform, there are still some bugs.
Not so much a matter of LaTeX, but more one of the used viewer. Furthermore movie15 is obsolete and should be replaced by media9.


Best regards and welcome to the board
Thorsten
Post Reply