I have tried with this code:
\documentclass[12pt,landscape]{article}
\usepackage{hyperref}
\usepackage{geometry}
\geometry{verbose,letterpaper}
\usepackage{movie15}
\begin{document}
\begin{figure}[H]
\includemovie[poster,text={\small(Loading Circle.mp4)}]{6cm}{6cm}{Circle.mp4}
\end{figure}
\end{document}
It compile well, but when I tried to open the pdf document, I can't see the video correctly because is not installed the correct multimedia player. The error says:
The media requires an additional player. Please click 'Get Media Player' to download the correct media player. To play the media, you will need to close and restart the application once the player installation is complete
So, I updated my adobe reader to 9.4.7 (last version linux), and still have the same problem.
Are there any way to change the default multimedia which is used by Adobe to reproduce videos? Do I need reproduce a specific video format (I tried with .avi, .mp4, .flv, .swf and .mov), or, on the other hand, are there others pdf visualizers or commands which permits to do this task?
movie15is outdated. Usemedia9. – AlexG May 05 '13 at 12:08