GeneralInsert Sound File (WAV)

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
man2011
Posts: 43
Joined: Tue Jan 11, 2011 4:19 am

Insert Sound File (WAV)

Post by man2011 »

Hi All,

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

man2011
Posts: 43
Joined: Tue Jan 11, 2011 4:19 am

Insert Sound File (WAV)

Post by man2011 »

Dear All,

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}
but the problem is that the sound file does not work on pdf although i run pdflatex... I do not receive any errors but the pdf file does not play the sound...

I am using adopte acrobat version 10.1.1

???? any suggestion?
Post Reply