On a number of pages in my current project, I have sound files. These are placed on the relevant pages using the import method described in the manual.

They do not play automatically but the user has to click on the start button on the windows player. When that is done I want a pop-up text widget to pop up - it describes the limitations of the recording and playback. This should be on the top of all other elements on the screen and disappear either after a certain time has elapsed, or when the sound file finishes, or the user clicks elsewhere on the page.

I'm having trouble making it work.

Can someone please tell me:

1 In which section/layer I should place the pop-up

2 How I trigger the pop-up to appear as the sound file is triggered.

Many thanks

Flip