Mise à jour wiki prévue le lundi 21/07/2025 de 07h30 à 09h30 Plus d'informations en cliquant sur ce lien

Confluence bridge for Multimedia

Modifié par superadmin le 25/05/2025 - 00:00

Description

This is a bridge for the Confluence Multimedia macro. It uses the Video.js open-source embeddable media player for web sites, supporting many commonly-used audio and video formats.

Parameters

ParameterDescriptionRequiredDefault
pageThe page to which the multimedia file is attachedNo
nameFile name of the attached multimedia file.No
widthThe player width, in pixels. If not defined, the player tries to determine automatically the width from the played media file.No
heightThe player height, in pixels. If not defined, the player tries to determine automatically the height from the played media file.No
autostartIf the parameter is set to true then the video or audio file will start playing as soon as the page is loaded.Nofalse

Examples of usage

Video

{{confluence_multimedia page="Confluence.Macros.ConfluenceMultimedia" name="file_example.mp4" width="500" height="200" /}}

The result is the following:

Audio

{{confluence_multimedia page="Confluence.Macros.ConfluenceMultimedia" name="file_example.mp3" height="30"/}}

The result is the following: