But the video playing mode was disabled by you or package creator. Recompile Texstudio with the option PHONON=true.
The code I am using is:
Code: Select all
\begin{frame}{movie}
\begin{figure}[h!]
\centering
\movie[label=show3loop]
{\includegraphics[width=1.0\textwidth]{eye.jpg}}{eye.mp4}
\caption{caption}
\end{figure}
\end{frame}