diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-26 23:16:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-26 23:16:34 +0000 |
commit | 41ffd6b5be6d8a4b6d4e9285663fc10b1db79d2c (patch) | |
tree | bebde5aaa291e578f1d5e51738de80bc9946c954 /Master/texmf-dist/doc/latex/movie15/movie15.tex | |
parent | 3cfdc74a6e64575df5c94eaa11bc7884a0cfc020 (diff) |
movie15 update
git-svn-id: svn://tug.org/texlive/trunk@2950 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/movie15/movie15.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/movie15/movie15.tex | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/movie15/movie15.tex b/Master/texmf-dist/doc/latex/movie15/movie15.tex index c45484ded90..e452dfed451 100644 --- a/Master/texmf-dist/doc/latex/movie15/movie15.tex +++ b/Master/texmf-dist/doc/latex/movie15/movie15.tex @@ -322,7 +322,7 @@ Embeds additional 3D or \emph{rasterized} image files that can be used as resour \begin{verbatim} Resource("pdf://<resource path>") \end{verbatim} -where {\tt<resource path>} stands for the path to the resource file as specified by the `\verb+3Dresource+' option. The following JavaScript loads an image file that was attached by `\verb+3Dresource=images/sunset.jpg+' as the background. +where {\tt<resource path>} stands for the path to the resource file as specified by the `\verb+3Dresource+' option. (This is just a naming convention; the files are physically embedded in the final PDF.) The following JavaScript loads an image file that was attached by `\verb+3Dresource=images/sunset.jpg+' as the background. \begin{verbatim} sunset = new Image(new Resource("pdf://images/sunset.jpg")); reh = new RenderEventHandler(); @@ -485,7 +485,8 @@ The duration of the media segment to be played. The trailing `\verb+s+' is manda \string\movieref[rate=0.5]\string{alien\string}\string{Slow\string}\\ \string\movieref\string{alien\string}\string{Normal\string}\\ \string\movieref[rate=2]\string{alien\string}\string{Fast\string}\\ - \string\movieref[pause]\string{alien\string}\string{Play/Pause\string} + \string\movieref[pause]\string{alien\string}\string{Play/Pause\string}\\ + \string\movieref[stop]\string{alien\string}\string{Stop\string} } \end{minipage}% \begin{minipage}{0.5\linewidth} @@ -496,7 +497,8 @@ The duration of the media segment to be played. The trailing `\verb+s+' is manda \movieref[rate=0.5]{alien}{Slow}\hfill \movieref{alien}{Normal}\hfill \movieref[rate=2]{alien}{Fast}\hfill -\movieref[pause]{alien}{Play/Pause}\vspace{19 ex} +\movieref[pause]{alien}{Play/Pause}\hfill +\movieref[stop]{alien}{Stop}\vspace{19 ex} \end{center} \end{minipage} @@ -664,8 +666,8 @@ wmv & video/x-ms-wmv & Windows Media Video\\\hline %\href{http://partners.adobe.com/public/developer/en/acrobat/sdk/pdf/pdf_creation_apis_and_specs/PDFReference.pdf}{\tt pdf/pdf\_creation\_apis\_and\_specs/PDFReference.pdf}. \bibitem{3diforg} \href{http://www.3dif.org/}{\tt http://www.3dif.org/} \bibitem{dexp} \href{http://www.righthemisphere.com/products/dexp/}{\tt http://www.righthemisphere.com/products/dexp/} - \bibitem{jscript3D} Adobe Systems Inc.: \emph{JavaScript for Acrobat\textsuperscript{\scriptsize\textregistered} 3D Annotations API Ref\-er\-ence}, 2006, available at \href{http://www.adobe.com/devnet/acrobat/pdfs/js_3d_api_reference.pdf}{\tt http://www.adobe.com/devnet/acrobat/pdfs/} \href{http://www.adobe.com/devnet/acrobat/pdfs/js_3d_api_reference.pdf}{\tt js\_3d\_api\_reference.pdf} - \bibitem{jscript} Adobe Systems Inc.: \emph{JavaScript for Acrobat\textsuperscript{\scriptsize\textregistered} API Reference}, 2006, available at \href{http://www.adobe.com/devnet/acrobat/pdfs/js_api_reference.pdf}{\tt http://www.adobe.com/devnet/acrobat/pdfs/js\_api\_reference.pdf} + \bibitem{jscript3D} Adobe Systems Inc.: \emph{JavaScript for Acrobat\textsuperscript{\scriptsize\textregistered} 3D Annotations API Ref\-er\-ence}, 2006, available at \href{http://www.adobe.com/devnet/acrobat/javascript3d.html}{\tt http://www.adobe.com/devnet/acrobat/} \href{http://www.adobe.com/devnet/acrobat/javascript3d.html}{\tt javascript3d.html} + \bibitem{jscript} Adobe Systems Inc.: \emph{JavaScript for Acrobat\textsuperscript{\scriptsize\textregistered} API Reference}, 2006, available at \href{http://www.adobe.com/devnet/acrobat/javascript.html}{\tt http://www.adobe.com/devnet/acrobat/javascript.html} \end{thebibliography} \end{document} |