I have add a page action, when page open to play a sound.
My proplem it is, every time I have to come back at page 1(with the page action) I hear again and again the same sound!
There is any way to hear the sound only ONE time when the document opens onle?
I use Acr 8.0 Pro
Thanks
If you need more complex control you'll need to use the Screen annotation and the Multimedia API. The simplest use is with the "app.media.startPlayer()" function
Whatever playback method you use, you'll need to qualify running the code with a document level variable that's set after the first play.
EX: The example uses a screen annotation where both the rendition and the screen annot are give simple names. This is the simplest use of the MultiMedia API.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script