You can embed multimedia files into a Confluence page as as easily as you can an image. Confluence supports these formats:

You can use other types of files, but you may need to specify the 'classid', 'codebase' and 'pluginspage' properties so that your web browser can recognise the file type, as described below.

Take a look at the Office Connector for embedding Office documents and presentations onto your Confluence page. Or try the Widget Connector for displaying live content from external sites.

On this page:

Basic Usage

Attach the file to the page. You can then include it as you would include an image, like this:

!filename.mov!

Specifying File Type and Other Properties

Define the properties of the embedded object using a comma-separated list of properties. For example:

!filename.mov|height=800,width=600,id=media!

If the file does not have a meaningful extension, specify the mime type like this:

!filename|type=image/jpeg!

To play .avi files, you need to specify the dimensions and type. For example, to play a test.avi file:

!test.avi|height=200,width=200,id=media!

By default, each embedded object is wrapped in a div tag. If you wish to style the div and its contents, override the embeddedObject CSS class. Specifying an ID as a property also allows you to style different embedded objects differently. CSS class names in the format embeddedObject-ID are used.

トラブルシューティング

関連トピック

Widget Macro
Working with the Office Connector
Working with Attachments Overview

Take me back to Confluence User's Guide