I have been trying to play embedded videos in presentations created in pdflatex/Beamer in Okular. I have read this and this but to no avail!
Any suggestions?
The version of Okular being used is 0.13.3 using KDE devlopment platform 4.7.4. I am running Ubuntu 11.10.
My minimum working example is
\documentclass[bookmarks=true]{beamer}
\setbeamertemplate{footline}[page number]
\setbeamercolor{structure}{bg=yellow, fg=black}
\usepackage[english]{babel}
% or whatever
\usepackage[utf8]{inputenc}
% or whatever
\usepackage{times}
\usepackage[T1]{fontenc}
% \usepackage{movie15}
\usepackage{multimedia}
\usepackage{fourier-orns}
% \usepackage{caption}
\usepackage[font=scriptsize]{caption}
\usepackage{subcaption}
\captionsetup{compatibility=false}
\usepackage{amsmath,amssymb}
\usepackage[numbers]{natbib}
%\usepackage{paralist}
\usepackage{color}
\definecolor{olivegreen}{rgb}{85, 107, 47}
\begin{document}
\begin{frame}
\frametitle{Slide Title Here}
%
% \centering
% \includemovie{6.5cm}{6.5cm}{waves.avi}
\movie{6cm}{6cm}{waves.wmv}
\end{frame}
\end{document}
My video file is uploaded here for you to download and use.
All I see in Okular is this:

:(

olivegreencolor will result in white, I think. hyperref - XColor - Specifying Color in RGB or CYMK does not work correctly - TeX - LaTeX Stack Exchange – user202729 Jun 29 '22 at 17:32