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.
${imageID}. Screenshot
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. SurveyAnalytics Support team will not be able to help you with the code.