This element allows for the configuration of information for multimedia file types embedded via the <OBJECT> tag within Tiny EditLive!.
Configuration Element Tree Structure
<editLive>
<mediaSettings>
<multimedia>
<editLive> ... <mediaSettings> <multimedia> <!--multimedia configuration settings--> </multimedia> </mediaSettings> ... </editLive>
Optional Attributes
allowMediaServices
Introduced in EditLive 9.0.1.39
This option specifies whether the Media Services tab is visible in the Insert Media dialog.
This attribute is a boolean and can only be true or false.
Default Value: true
allowEmbedCode
Introduced in EditLive 9.0.0.130
This option specifies whether the Embed Code tab is visible in the Insert Media dialog.
This attribute is a boolean and can only be true or false.
Default Value: true
allowHtml5Audio
This option specifies whether the Audio tab is visible in the Insert Media dialog. The Audio tab can be disabled for systems that are not HTML5 compatible, or where this functionality is not required.
This attribute is a boolean and can only be true or false.
Default Value: true
allowHtml5Video
This option specifies whether the Video tab is visible in the Insert Media dialog. The Video tab can be disabled for systems that are not HTML5 compatible, or where this functionality is not required.
This attribute is a boolean and can only be true or false.
Default Value: true
Child Elements
<services>
This element allows a list of supported oEmbed services to be specified.
<types>
This element allows a list of supported multimedia file types to be specified.
<webdav> - Deprecated
This element allows for the customization of the EditLive! WebDAV functionality.
Remarks
The <multimedia> element can appear only once within the <mediaSettings> element.