I'm trying to embed a sound file (.mp3) with media9 package, but it seems that my code has errors, as LaTeX does not want to load it.
Here's my code:
Code: Select all
\includemedia[
height=5em,
width=30em,
addresource=son_con.mp3,
flashvars={source=son_con.mp3 & autoPlay=true}
]{{\fbox{Exemple de son consonant}}}{APlayer.swf}

And if y remove the
addresource
parameter, the PDF is created, but there is the error #2032 when I try to play the sound (it is a 3MB sound).Thanks a lot to the ones who will bring me a help,
Sorry for my bad English, I'm French
