mardi 2 décembre 2014

How to remove box and text from media9 'draft' mode?


I am making a document that includes many audio files. I also need to create an identical version that does not include any audio files. Since I am including hundreds of audio files, it is not ideal to simply remove the audio code. I tried using \usepackage[draft]{media9} but a box still appears with the text 'APlayer.swf'. Is there a way to remove the box or at least the text in draft mode? Or is there another way to easily make a version without the audio files?


Here is the code:



\documentclass[10pt,oneside]{article}
\usepackage[draft]{media9}
\begin{document}

\includemedia[
width=0.3cm,
height=0.3cm,
activate=onclick,
addresource=11.mp3,
transparent=false,
flashvars={source=11.mp3}
]{}{APlayer.swf}

\end{document}


Below is a screenshot of the box and text that I would like to remove:


draft mode box and text





Aucun commentaire:

Enregistrer un commentaire