Replies: 2 comments 3 replies
-
Hi @miguelo93, sorry that there isn't an easy way to do this yet. But we have added it to an issue so that we can add it to a future release: #1640 If I understand correctly, you want the audio and video to play one after another (rather than at the same time). Is that right? And how do the two files start playing - does the participant use the controls to play each file, or do you want them to start automatically? If you can provide some more information about exactly what you want to happen, then hopefully we can help you figure out how to do it. |
Beta Was this translation helpful? Give feedback.
-
@mkissine no, there isn't an easy way to do this yet. We are planning to add an audio extension, which will allow you to add audio 'on top' of any other plugin, but we haven't done this yet. I suggest following the steps in my other comment, except that instead of having the end of one media element trigger the start of the other, you can just have the audio and video start playing at the same time. Keep in mind that it will be tricky to ensure perfect synchronization between them - the best way to do that would be to put the audio into the video file. But if you make sure to preload all of your files, then hopefully you won't have any major issues with playback delays that throw off the synchronization. Feel free to post your code if you'd like any help debugging. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm trying to build an experiment where an audio and a video are presented one next to the other in time. I could easily use the audio-keyboard-response and the video-keyboard-response plugins. I've implemented it and it works just fine. I just think it would be nicer if the video could stay on screen while I'm presenting the audio. Is there a way to overlap different plugins ? The responses are collected in a next html-button-response plugin.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions