General ⇒ Insert Sound File (WAV)
Insert Sound File (WAV)
I am in need to know how I can insert my sound file. It is in WAV format. It is not a video, it is just an audio file. I need it be appear as "Play" so this icon will be positioned under a picture so I can press it and then the sound comes. I really appreciate your help.
thanks a lot
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Insert Sound File (WAV)
I really need your help regarding the question above.. this is the simple code i am using
Code: Select all
\documentclass[12pt,landscape]{article}
\usepackage{geometry}
\geometry{verbose,letterpaper}
\usepackage{movie15}
\usepackage{hyperref}
\begin{document}
Created by James N{\"o}ckel, January 6, 2008:
\begin{figure}[h!]
\includemovie{550pt}{400pt}{show.wav}
\end{figure}
\end{document}
I am using adopte acrobat version 10.1.1
???? any suggestion?