Confluence 5.6 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
Using multimedia files you can display movies, animations and videos, and embed audio files on your Confluence page.
There are several methods for attaching files to a page. Once you have attached the multimedia file to a Confluence page, you then edit the page to set where the multimedia content should appear.
In the example below, we display a Flash file that is attached to this page.
Confluence supports the following multimedia formats:
Quick guide to displaying multimedia content on a page
Choose one of these methods:
Once you have attached a multimedia file to a page, there are different methods for choosing where on the page the multimedia content should appear:
You can add the Multimedia macro to the page yourself using the Macro Browser. This allows you to display a multimedia file that is attached to either the current page or to another page in the Confluence site.
To insert the Multimedia macro on the page at the current cursor position:
オートコンプリートでマクロを素早く入力する方法 既存のマクロを編集する方法: マクロのプレースホルダをクリックして、[編集] を選択します。マクロのパラメータが編集可能な場合、マクロのダイアログ ウィンドウが開きます。
Once a multimedia file is attached to the page, you can use autocomplete, while editing the page, to choose where the multimedia content should appear.
To position an attached multimedia file on the page using autocomplete:
Depending on the browser you are using, you can attach and position a multimedia file in one step using drag-and-drop.
To attach and position multimedia content using drag-and-drop:
Parameters are options that you can set to control the content or format of the macro output. Where the parameter name used in Confluence storage format or wikimarkup is different to the label used in the macro browser, it will be listed below in brackets (example
).
パラメーター | 既定 | 説明 |
---|---|---|
ページ名 | 現在のページ | Name of the page to which the multimedia file is attached. If you are using the Macro Browser, just start typing the name of the page and then select it from the dropdown list that appears. The page can be in the same space or another space. |
添付ファイル | なし | File name of the multimedia file. |
幅 | 指定されていない場合、ブラウザーはファイルの種類に基づいて幅を決定します。 | ページに表示されるムービー ウィンドウの幅。デフォルトでは、この値がピクセルで指定されます。また、ウィンドウの幅のパーセンテージや、HTML で使用可能なその他の値を指定するよう選択することもできます。 |
高さ | 指定されていない場合、ブラウザーはファイルの種類に基づいて高さを決定します。 | ページに表示されるムービー ウィンドウの高さ。デフォルトでは、この値がピクセルで指定されます。また、ウィンドウの高さのパーセンテージや、HTML で使用可能なその他の値を指定するよう選択することもできます。 |
Autoplay | False | If this option is checked (that is, if the parameter is set to 'true') then the video or audio file will start playing as soon as the page is loaded. If this option is not checked (set to 'false') then the file will not play until the user clicks the icon or image on the page. See the note about autoplay below. |
Advanced users can try styling via CSS. 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.