Helper: filemanager/video

« All helpers

Embeds a video player.

Used by the file manager in the WYSIWYG editor when it recognizes an MP4 video file being embedded.

In PHP code, call it like this:

echo $this->run ('filemanager/audio', array ('file' => 'my-video.mp4'));

In a template, call it like this:

{! filemanager/audio?file=my-video.mp4 !}

Parameters:

  • file - The MP4 file to play

Also available in the dynamic objects menu as "Video Player (MP4)".