I'm trying to include a movie in my presentation using media9, but I got the error that flash is not supported any more so what is a good easy alternative
\RequirePackage{media9}
\documentclass[10pt,aspectratio=169,xcolor=table]{beamer}
\end{document}
\begin{frame}{Movie}
\includemedia[activate=pageopen,width=200pt,height=150pt]{}{Midterm.mov}
\end{frame}
\end{document}