Changes

Jump to navigation Jump to search
501 bytes added ,  17:35, 16 March 2006
<tt>preview=yes</tt> shows the first image as preview.
You find more about interactive Elements in [http://www.pragma-ade.com/general/manuals/mwidget-s.pdf mwidget-s.pdf]
 
Unfortunately, people who are fond of Linux cannot embed movies because the linux release of acroread doesn't support that. An alternative solution consists in launching your prefered player from acroread:
<texcode>
\defineprogram[dummy.mpeg][dummy.mpeg.sh]
 
\starttext
\goto{\externalfigure[dummy-preview][width=0.48\textwidth]}[program(dummy.mpeg{})]
\stoptext
</texcode>
 
The script dummy.mpeg.sh should contain:
<pre><nowiki>
FILE=$(basename "$0"); mplayer -fs -zoom ${FILE/.sh/}
</nowiki></pre>
See also [[Animation]].
[[Category:Graphics]]
Anonymous user

Navigation menu