Is it possible with the
draft
option of media9 to display <poster text> rather than "a box [...] that has the dimensions of <poster text>"?A typical example from my thesis is the following, where <poster text> contains important information for the reader; a reference to a line in a text in the appendix.
Code: Select all
\documentclass{article}
\usepackage[draft]{media9}
\begin{document}
\includemedia[
transparent,
addresource=130905-1-00-29-5.mp3, % <media file>
flashvars={
source=130905-1-00-29-5.mp3 % <media file>
&autoPlay=true
&hideBar=true
}
]{(130905-1, 0:29.5)}{APlayer.swf} % <poster text>
\end{document}