Copy link to clipboard
Copied
In a responsive HTML 5 Captivate 9 project I have three buttons.
Each brings up different text, images and starts a new audio (using advanced actions).
This all works fine except when the user any button before the previous audio ends.
I would expect in this case for the audio to switch over and play the new audio in full but instead it seems to clip the new audio (probably at the time at which the old audio would have ended).
To restate it seems likely that the audio end trigger is left when the audio cuts off. This occurs in previews of all times on multiple browsers and via SCORM cloud. I've not tried it elsewhere yet. The audio clips are between 10 and 15 seconds long. Note I am working on a Mac.
I have tried using and not using stop triggered audio which seems to make no difference. I have also tried disabling the button sound. I could potentially spread this over three slides but this seems a poor solution (creates page numbering issues ).
In the past I had numerous ways to get round this (all used SWF's) but in a responsive project this doesn't seem to be possible.
I would be happy with a solution that blocked the click until the audio has finished but couldn't work out how to do this without Javascript which I'm trying to avoid. I'd also be happy or with a way to embed another captivate project in my responsive project.
Thanks,
Richard
Copy link to clipboard
Copied
I think your issue is due to using an Action to trigger the audio.
There are a couple of ways you could try to address this:
Copy link to clipboard
Copied
Thanks
The second bullet point was what I was doing (which didn't work) the first solution does work although it doesn't feel especially intuitive although it nice and easy now I know