<mediaitem> sample

The following <mediaitem> element displays a text prompt:

<mediaitem mimetype="text/plain">
    Welcome to the SpeechRecorder Demo Script.
</mediaitem>

This <mediaitem> element shows a formatted text loaded from a file:

<mediaitem mimetype="text/rtf" 
           src="promptText.rtf" />

Note: RTF prompts only work on Windows operating systems.

This <mediaitem> element shows an image loaded from a relative (to the project directory) URL:

<mediaitem mimetype="image/jpeg" 
           src="images/FelixWas.jpg" 
           alt="Boy and washing machine" />

This <mediaitem> element shows an image loaded from a absolute URL:

<mediaitem mimetype="image/jpeg" 
           src="http://www.speechrecorder.org/prompts/images/FelixWas.jpg" 
           alt="Boy and washing machine" />



Klaus Jaensch 2016-04-01