summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/docassembly/examples/import-sound.tex
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/doc/latex/docassembly/examples/import-sound.tex')
-rw-r--r--texmf-dist/doc/latex/docassembly/examples/import-sound.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/texmf-dist/doc/latex/docassembly/examples/import-sound.tex b/texmf-dist/doc/latex/docassembly/examples/import-sound.tex
new file mode 100644
index 00000000..19f7be11
--- /dev/null
+++ b/texmf-dist/doc/latex/docassembly/examples/import-sound.tex
@@ -0,0 +1,24 @@
+\documentclass{article}
+\usepackage{docassembly}
+\usepackage{eforms}
+%\usepackage{lipsum}
+
+\hypersetup{pdfpagemode=UseNone}
+
+% Look in the Adobe Acrobat JavaScript manual under the doc.importSound to see all the possible parameters.
+\begin{docassembly}
+\importSound({cName: "StarTrek", cDIPath: "sounds/trek.wav" });
+\executeSave();
+\end{docassembly}
+
+\begin{document}
+
+
+\begin{center}
+\pushButton[\CA{Star Trek}\S{S}\W{0}\AAmouseup{%
+ var s = this.getSound("StarTrek");\r
+ s.play();
+}]{stSound}{}{11bp}
+
+\end{center}
+\end{document} \ No newline at end of file