Is it the problem of acrobat reader or I am going somewhere wrong in writing the LaTeX syntax. Here is the sample code i tried to execute:
Code: Select all
\documentclass{beamer}
\usepackage{animate,media9,movie15}
\begin{document}
\begin{frame}
\begin{figure}
% \movie[width=3cm,height=3cm,poster]{}{Wildlife.wmv}
% \animategraphics[controls,autoplay,loop,scale=0.5]{10}{Wildlife}{}{}
% \includemovie[autoplay]{Wildlife.wmv}
\includemovie[
poster,
autoplay,
externalviewer,
inline=false,
text={\small(sample)}
]{6cm}{6cm}{Wildlife.avi}
% \flashmovie{Wildlife.wmv}
\end{figure}
\end{frame}
\end{document}