From 4bb2d3efea659bd0e027df4d2cfa3da1af1be95a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 5 May 2007 00:03:01 +0000 Subject: movie15 update (3may07) git-svn-id: svn://tug.org/texlive/trunk@4237 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/movie15/movie15.tex | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Master/texmf-dist/doc/latex/movie15/movie15.tex') diff --git a/Master/texmf-dist/doc/latex/movie15/movie15.tex b/Master/texmf-dist/doc/latex/movie15/movie15.tex index 821f068d341..5adffa99389 100644 --- a/Master/texmf-dist/doc/latex/movie15/movie15.tex +++ b/Master/texmf-dist/doc/latex/movie15/movie15.tex @@ -225,7 +225,7 @@ Some \verb++ examples: \begin{verbatim} time:20.5 frame:100 - {marker:"Chapter 1", time:60} + {marker:'Chapter 1', time:60} \end{verbatim} \hypertarget{lnk:textoption}{} \begin{verbatim} @@ -320,11 +320,11 @@ Things like animation, lighting, background etc. may also be script driven. Opti \end{verbatim} Embeds additional 3D or \emph{rasterized} image files that can be used as resources while rendering the 3D artwork. Possible file types are U3D, Postscript (\LaTeX{} + \verb+dvips+) and PDF/JPEG/PNG (pdf\LaTeX). Embedded resources must be loaded by the JavaScript method \begin{verbatim} - Resource("pdf://") + Resource('pdf://') \end{verbatim} where {\tt} 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")); + sunset = new Image(new Resource('pdf://images/sunset.jpg')); reh = new RenderEventHandler(); reh.onEvent = function(event) { runtime.removeEventHandler(this); @@ -396,7 +396,7 @@ Mainly used during document authoring. Camera settings corresponding to the curr \end{verbatim} Runs the script \verb++ after clicking the link. Unlike the script that has been associated with the 3D annotation during object embedding, this JavaScript is not directly run by the JavaScript engine of the 3D plug-in, but is run by the Reader's own scripting engine. However, full access to the API of the 3D script engine is provided through the `\verb+context3D+' property of the `\verb+Annot3D+' object. For convenience, an associative array `\verb+annot3D+' has been provided for use within \verb++, in order to easily access the `\verb+Annot3D+' object of the annotation the enclosing link is pointing to. The particular element of the array is referenced by the annotation's label \verb+