I've a multiple pages and few sound files.
I've divided the pdf file into subsections, where each subsection contains multiple continuous pages.
What I'd like to do is when the first page in a subsection is opened, play the sound file and keep playing it in a loop till the user gets to the next section. At this point, stop the playing the already playing sound file and start playing the new sound file associated with that subsection.
Currently, in the launch properties, I select Enable when page opened and disable when disable content is selected. So, when I go to the next subsection, both sound files start playing because I am unable to stop the first one.
Two questions:
1. Is there a way to continuously loop through the sound file?
2. How do I stop playing the existing sound file on a particular page? (Is there something like page properties where I can select an action on a particular page?)
Using Acrobat Pro 9.1.3
2) You can set an action on a page, there is a "Multimedia action (Acrobat 9 and later)" which gives you access to Play/Pause/Seek/Volume and "Run a javascript". You can set an action to pause the audio but then will have multiple audio "annotations" opened at the same time. I will see if I can find a way to disable the annotation through javascript and respond again...