- Beiträge: 26
- Dank erhalten: 0
Embed videos in Limesurvey
4 Jahre 6 Monate her #111509
von nandan
COM_KUNENA_MESSAGE_CREATED_NEW
Hello,
Is there a way of embedding videos in Limesurvey? I need to embed 10-15 videos per survey. Is that possible? What formats work best, apart from Flash? Any experiences to share?
Thanks a lot for your time!
Regards
Nandan
Is there a way of embedding videos in Limesurvey? I need to embed 10-15 videos per survey. Is that possible? What formats work best, apart from Flash? Any experiences to share?
Thanks a lot for your time!
Regards
Nandan
Bitte Anmelden oder Registrieren um an der Konversation teilzunehmen.
4 Jahre 6 Monate her #111510
von alan_ball
COM_KUNENA_MESSAGE_REPLIED_NEW
Just did that this morning. My content is Mp4 video embedded into HTML created in Camtasia. I found that putting the HTML page the video output is embedded in into an iframe worked best.
<iframe frameborder="0" height="500" scrolling="no" src="LINK HERE" width="800"></iframe>
I'd be curious if there is a better way too.
<iframe frameborder="0" height="500" scrolling="no" src="LINK HERE" width="800"></iframe>
I'd be curious if there is a better way too.
Folgende Benutzer bedankten sich: nandan
Bitte Anmelden oder Registrieren um an der Konversation teilzunehmen.
4 Jahre 6 Monate her #111514
von nandan
COM_KUNENA_MESSAGE_REPLIED_NEW
Thanks for that!
But what is the process? I can't code, but like to believe that I can follow coding instructions quite well!
But what is the process? I can't code, but like to believe that I can follow coding instructions quite well!
Bitte Anmelden oder Registrieren um an der Konversation teilzunehmen.
4 Jahre 6 Monate her #111515
von holch
I'm not a LimeSurvey GmbH member. I answer at the LimeSurvey forum in my spare time. No support via private message.
Some helpful links: Manual (EN) | Question Types | Workarounds
COM_KUNENA_MESSAGE_REPLIED_NEW
There are many descriptions of the process on the internet. It is not much different in Limesurvey. And I bet you'll find instructions here in the forum.
If you search with google ( www.google.com.br/webhp?sourceid=chrome-...rvey%20embed%20video ), you'll find this (a little older, but I don't think there has changed much):
www.aptigence.com.au/site/node/6
www.personal.psu.edu/yxc165/blogs/limesu...ated-2010-03-18.html
But it all depends on what you want to embed. Videos from Youtube, selfhosted videos (will probably need a videoplayer, depending on the browser capability).
If you search with google ( www.google.com.br/webhp?sourceid=chrome-...rvey%20embed%20video ), you'll find this (a little older, but I don't think there has changed much):
www.aptigence.com.au/site/node/6
www.personal.psu.edu/yxc165/blogs/limesu...ated-2010-03-18.html
But it all depends on what you want to embed. Videos from Youtube, selfhosted videos (will probably need a videoplayer, depending on the browser capability).
I'm not a LimeSurvey GmbH member. I answer at the LimeSurvey forum in my spare time. No support via private message.
Some helpful links: Manual (EN) | Question Types | Workarounds
Bitte Anmelden oder Registrieren um an der Konversation teilzunehmen.
4 Jahre 6 Monate her #111802
von Bigred01
COM_KUNENA_MESSAGE_REPLIED_NEW
I use video.js since it has fallback to flash for browsers that do not support html5.
www.videojs.com
It also has a pretty good API that can be used to implement survey logic. They have a bunch of docs on their site that will walk you through the setup.
www.videojs.com
It also has a pretty good API that can be used to implement survey logic. They have a bunch of docs on their site that will walk you through the setup.
Bitte Anmelden oder Registrieren um an der Konversation teilzunehmen.