While using media9 package, I'm getting the following error :
Argument of \bool_if:nTF has an extra }
I'm unable to figure out where does the error come from. Here is the minimal example:
\documentclass{beamer}
\mode<presentation>
\usepackage{media9}
\usetheme{Darmstadt}
\setbeamercovered{transparent}
\begin{document}
\begin{frame}
\includemedia[
activate=pageopen,
width=200pt,height=150pt,
addresource=c4.mp4,
flashvars={%
source=c4.mp4
}
]{}{VLC.app}%{VPlayer.swf}
\end{frame}
\end{document}
l3kernel,l3packagesandmedia9packages. Update your TeX distribution. If you have TeXLive-2012, runtlmgr update --self --all. You cannot use VLC with this method. If you want a player with controls, useStrobeMediaPlayback.swf. See media9 package documentation and the examples therein. Note that source setting via flashvars for Strobe is slightly different from VPlayer.VPlayer.swfandStrobeMediaPlayback.swfare part ofmedia9. – AlexG Jul 31 '12 at 12:18media9.sty(v0.8) has\msg_error:nnxx{media9}{file~not~found}{#1}, but this should be\msg_error:nnx{media9}{file~not~found}{#1}(or probably the new\msg_error:nnn). – Joseph Wright Jul 31 '12 at 12:19\listfilesbefore\documentclass. Recompile, open .log and paste the list below `File List*` into your question above. The bug @Joseph pointed out has nothing to do with the error you reported, as minimal examples with required files present work on my end. – AlexG Jul 31 '12 at 13:06articleinstead ofbeamer. – AlexG Jul 31 '12 at 14:50