I followed the answer of this post to install media9 package. Then I followed this post to embed .mp4 in beamer. But I failed.
I included the package by:
\usepackage{media9}
and the related code is:
\begin{frame}
\begin{center}
\begin{figure}[ht]
\movie[width=9.1cm,height=6.5cm,showcontrols=true,loop,poster,text={\small(Loading Video...)}]{}{video/kot_groupTrans_animation.mp4}
\end{figure}
\end{center}
\end{frame}
The following is the error output in latex:
! Undefined control sequence.\beamer@doifinframe ...\begin {figure}[ht] \movie[width=9.1cm,height=6.5cm,... \end{frame}
! Missing $ inserted.$ \end{frame}
Thank you, Pan
\movieis not amedia9command, but\includemediais. See the examples in themedia9manual. – AlexG Feb 05 '15 at 07:50