I was following the example
Animations with movie15 and swf files
trying to insert my video into beamer presentation. This is the code
\documentclass{article}
\usepackage{media9}
%\usepackage[dvipdfmx]{media9} % only for latex->dvipdfmx
\begin{document}
\includemedia[
activate=pageopen,
width=200pt,height=150pt,
addresource=plane_pol.mp4,
flashvars={%
source=plane_pol.mp4% same path as in addresource!
% &autoPlay=true% % optional configuration
% &loop=true% % variables
}
]{}{VPlayer.swf}
\end{document}
I am working from Mac. Maybe there is something uninstalled... Have no idea. Please, help!

previewdoes not support all features, try with adobe reader. – samcarter_is_at_topanswers.xyz Sep 28 '16 at 20:55