diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-28 21:22:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-28 21:22:14 +0000 |
commit | 0f2e8a3f6cc986296e73e726fe1f599cbb6b2e63 (patch) | |
tree | 897c0b0523fb35e7cc9906180a3eebf2b4ef7e54 /Master/texmf-dist/source/latex/media9/media9.tex | |
parent | 2a6ba6d868071a3d636d8e91f87240934ad24251 (diff) |
media9 (28jul15)
git-svn-id: svn://tug.org/texlive/trunk@37983 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/media9/media9.tex')
-rw-r--r-- | Master/texmf-dist/source/latex/media9/media9.tex | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/media9/media9.tex b/Master/texmf-dist/source/latex/media9/media9.tex index b04fb4a7926..c278a4c5ee7 100644 --- a/Master/texmf-dist/source/latex/media9/media9.tex +++ b/Master/texmf-dist/source/latex/media9/media9.tex @@ -633,7 +633,6 @@ parameter & description\\\hline\hline {\tt autoPlay=true|false} & if {\tt=true}, automatically starts playback after activation (see option `{\tt activation})'\\ {\tt autoRewind=true|false} &(VPlayer.swf only) if {\tt=true}, automatically rewind to the first frame after playback has finished; default is `{\tt false}'\\ {\tt loop=true|false} & if {\tt=true}, media is played in a loop\\ -{\tt stepping=true|false} &(VPlayer.swf only) if {\tt=true}, the video advances by roughly one frame per mouse click\\ {\tt scaleMode=letterbox|none| \phantom{.}\hfill{}stretch|zoom} & default: {\tt letterbox}; determines how to scale the video in order to fit into player\\ {\tt hideBar=true|false} &(APlayer.swf only) if {\tt=true}, the progress bar indicating the play position is not shown\\ {\tt volume=<value between 0.0 \phantom{.}\hfill{}and 1.0>} & sets volume of the sound\\ @@ -658,7 +657,6 @@ function & argument &description\\\hline\hline {\tt play} & number (optional) & play media, optionally starting at \emph{number} seconds offset into the media file\\ {\tt pause} & number (optional) & pause media, optionally at the given offset of \emph{number} seconds into the media file\\ {\tt playPause} & & toggle between play and pause\\ -{\tt stepping} & & (VPlayer.swf only) toggle stepping mode (one frame per click)\\ {\tt setSource} & string & load another media file (path to file, embedded using option `{\tt addresource}', or URL)\\ {\tt seek} & number & move the play location to a time offset from the beginning of the media; argument measured in seconds\\ {\tt rewind} & & rewind media to the beginning (without pausing it)\\ |