\documentclass{article}
\usepackage[fleqn]{amsmath}
%
% the driver line is not necessary if you
% have aebpro.cfg configured to your driver.
%
\usepackage[% 11 DC
    web={pro,tight,usesf,designiv},
    eforms,graphicxsp={showembeds}
]{aeb_pro}
\usepackage{rmannot}

\DeclareDocInfo
{
    title={The \textsf{rmannot} Package\texorpdfstring{\\[1ex]}{: }H.264 encoded M4V video},
    author=D. P. Story,
    university=Acro\negthinspace\TeX.Net,
    email=dpstory@acrotex.net,
    subject={Demo of the rmannot package, M4V video},
    keywords={Adobe Acrobat, rich media, M4V, H.264},
    talksite=\url{http://www.acrotex.net},
    talkdate={Aug.\ 2020},
    copyrightStatus=True,
    copyrightNotice={Copyright (C) 2008--\the\year, D. P. Story},
    copyrightInfoURL=http://www.acrotex.net
}
\talkdateLabel{Published:}

\def\AcroTeX{Acro\!\TeX}

\newcommand{\myRMFiles}{%
    C:/Users/Public/Documents/My TeX Files/%
    tex/latex/aeb/aebpro/rmannot/RMfiles}
\saveNamedPath{samplem4v}{\myRMFiles/sample_iPod.m4v}
\makePoster[hiresbb]{aebmovie_poster}{aebmovie_poster}

\parindent=0pt\parskip6pt\pagestyle{empty}

\begin{document}

\maketitle

\begin{center}
    \rmAnnot[poster=aebmovie_poster,scale=.5]{320bp}{240bp}{samplem4v}%
\end{center}
For information on the M4V video format, see the \textbf{WikipediA} article
\begin{equation*}
    \text{\url{http://en.wikipedia.org/wiki/M4V}}
\end{equation*}
This movie was obtained from \textbf{\href{http://support.apple.com/kb/ht1425}{QuickTime: Sample files}}
page.

\end{document}
