JW Player

Zuletzt geändert von admin am 2023/07/25 14:28

You can play video files attached to the current wiki page or to any of your wiki pages:

{{jwplayer attachment="video.mp4" /}}
{{jwplayer attachment="Space.Page@video.mp4" width="600" height="400" autostart="false" repeat="false" /}}

/xwiki/bin/download/Macros/JWPlayer/video.mp4?rev=1.1

You can also play external videos such as those found on YouTube:

{{jwplayer attachment="http://www.youtube.com/watch?v=1o9efYEmXKA" /}}

http://www.youtube.com/watch?v=1o9efYEmXKA

Finally, you can play video files from your server:

{{jwplayer attachment="/path/to/video.mp4" /}}
{{jwplayer attachment="$xwiki.getSkinFile('videos/sample.mp4')" /}}