EditLive! 9 Documentation : mediaSettings

This element allows for the configuration of media settings, such as image and object settings, within EditLive!.

Configuration Element Tree Structure

<editLive>
<mediaSettings>

<editLive>
    <mediaSettings>
        <!--mediaSettings configuration settings-->
    </mediaSettings>
    ...
</editLive>

Optional Attributes

defaultFormat

This attribute specifies the file format images are saved as when an actual image is generated by EditLive!. Some examples of situations where EditLive! actually generates images are:

  • When an image is copied from an image editing tool (e.g. Microsoft Paint) and pasted directly into EditLive!.
  • When using the Ephox Equation Editor and storing equations as images. For more information on storing equations as images, see the <mathml> configuration element.

This attribute has two possible values:

  • png
  • jpg

Child Elements

<httpUpload>

This element allows for the configuration of upload settings for images and embedded objects within the EditLive! content.

<images>

This element allows for the configuration of information for images within EditLive!.

<imageBrowser>

This element allows for the specification of a webpage to display when using the image insertion dialog.

<multimedia>

This element allows for the configuration of settings for using embedded multimedia objects, inserted via the <OBJECT> tag, (e.g. Flash and other multimedia content) within EditLive!.

<mathml>

This element allows users to specify how equations created using the WebEQ equation editor are stored in EditLive!.

Remarks

The <mediaSettings> element can appear only once within the <editLive> element.