« Back to Help Center

Embed Audio | Embed Video - How to?

How to Embed Audio / Video files?

Go To:
  • Login »  Surveys »  (Select Survey) »  Survey Options »  Images/Multimedia
  • Upload the file in your account.
  • For the uploaded file HTML embed code is generated.
  • Copy and paste this code anywhere on the survey to embed the Audio/Video file.

Screenshot
Survey Software Help Image



I have embeded Audio/Video however, it does not display / play on the survey.

For audio / video to play / display online in a browser a compatible playback software is necessary. Please make sure you download/install the necessary sofware/plugins.
  • Adobe Flash player: Required to stream Youtube videos.
  • Quick Time: Plays most audio / video formats.
Another alternative is to mention a player in your HTML embed code. For example:
 <object type="application/x-shockwave-flash" data="/images/FlowPlayerDark.swf" 
  id="FlowPlayerObj" width="580" height="400">
  <param name="allowScriptAccess" value="always"/>
  <param name="movie" value="/images/FlowPlayerDark.swf"/>
  <param name="quality" value="high"/>
  <param name="scale" value="noScale"/>
  <param name="wmode" value="transparent"/>

  <param name="flashvars" 
  value="config={ autoPlay:false,loop:false,bufferLength:1,playList:[{overlayId: 'play'},
  {name: 'Video', url:'//userimages/85148/Test_QP.flv'}], showMenu:false,showLoopButton:false}"/>
  <embed id="FlowPlayer" wmode="transparent" src="/images/FlowPlayerDark.swf" 
  type="application/x-shockwave-flash" width="560" height="380"></embed>
 </object>
Please use the above code only if you understand HTML. QuestionBuilder Support team will not be able to help you with the code.


Can I embed / use videos posted on sites like Youtube?

Yes. For the file that you wish to embed / post on the survey, get the embed code. For example:

Screenshot
Survey Software Help Image

Paste this code in your survey.


« Back to Help Center