Question
Rewind audio attached to an image
I am building a slide where there are 3 buttons a learner can click on. There are 3 images each with audio attached to them
Clicking any of the buttons executes an advance action that shows a specific image and plays attached audio. It also hides the others so they can click on any button at any time so only one image shows/one audio plays at any given time.
My problem is with audio not rewinding e.g.:
- if you click on Button1 image shows and audio plays - works fine
- then if you click on Button2 - image1/audio1 goes away and image2/audio2 starts - works fine.
- butif you were to click Button2 before audio on Image1 is finished then when you go back to Button1 the audio starts where it left off. Is there anyway I can have audio rewind so no matter when you click each button audio always starts from the begining?