Skip to main content
michellep59583463
Participating Frequently
March 14, 2018
Answered

Buttons Under Pop Up accessible

  • March 14, 2018
  • 1 reply
  • 243 views

I have a slide with six buttons on it (the blue and green squares). Each button opens a grouped object with text, a close button and plays audio. The close button has an action on it that hides the grouped object. 

Before I added the audio, the interaction was working as intended. Once I added the audio and went to test it, I found that each of the buttons under the purple pop up were accessible through the pop up. Even without clicking on them just triggering the roll over, is gumming up the close interaction and causing it to fail.

Any suggestions?

This topic has been closed for replies.
Correct answer Lilybiri

You mean Play Audio. That does not change anything to the behaviour. Use

the DISABLE command.

On Wed, 14 Mar 2018 at 15:51, michellep59583463 <forums_noreply@adobe.com>

1 reply

Lilybiri
Legend
March 14, 2018

Could you post some screenshots? How did you test? Is this HTML or SWF output?

Try never to have two interactive objects stacked in the same location, especially if your goal is HTML output.

If this is a non-responsive project, know that all Preview methods, except Preview HTML in Browser use a temporary Flash file. TO test the HTML version, use only that unique Preview method.

I don't think this can be due to 'adding the audio' file. Is the audio attached to an object or did you iadd the command Play Audio?

The most foolproof solution is to disable the other buttons while the popup is open. That means tat the close button has to enable them again.

michellep59583463
Participating Frequently
March 14, 2018

This is a non-responsive project, I will keep the html vs flash preview in mind. I tested using the "preview slides" function.

I added the command "trigger audio" to the original action.

Lilybiri
LilybiriCorrect answer
Legend
March 14, 2018

You mean Play Audio. That does not change anything to the behaviour. Use

the DISABLE command.

On Wed, 14 Mar 2018 at 15:51, michellep59583463 <forums_noreply@adobe.com>