User Tools

Site Tools


res:plugins:audiovideoplayer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
res:plugins:audiovideoplayer [2020/12/19 19:39] arvidres:plugins:audiovideoplayer [2024/02/17 20:44] (current) – fixed headline level arvid
Line 9: Line 9:
  
 === Download === === Download ===
-{{ :res:plugins:arvid:audiovideo1.0.zip |}} +{{ :res:plugins:arvid:audiovideo1.0.2.zip |}}
  
 === Usage examples === === Usage examples ===
-  * Simple audio player: <code>[audioplayer="attachs/file.mp3"]</code> +  * Simple audio player: <code>[audioplayer=attachs/file.mp3]</code> 
-  * Audio player with additional options: <code>[audioplayer="attachs/file.mp3controls="0" autoplay="1" loop="1"]</code>+  * Audio player with additional options: <code>[audioplayer=attachs/file.mp3 controls="0" autoplay="1" loop="1"]</code>
  
-  * Simple video player: <code>[videoplayer="attachs/file.mp4"]</code> +  * Simple video player: <code>[videoplayer=attachs/file.mp4]</code> 
-  * Video player with additional options: <code>[videoplayer="attachs/file.mp4controls="0" autoplay="1" loop="1" width="640" height="480" poster="images/posterimage.jpg"]</code>+  * Video player with additional options: <code>[videoplayer=attachs/file.mp4 controls="0" autoplay="1" loop="1" width="640" height="480" poster="images/posterimage.jpg"]</code>
  
 === Parameters === === Parameters ===
Line 38: Line 37:
 The player will be displayed as <audio> / <video> element with the CSS class "audiovideo". See the documentation of these standard HTML5 elements for further details. The player will be displayed as <audio> / <video> element with the CSS class "audiovideo". See the documentation of these standard HTML5 elements for further details.
 The given parameters (see above) will be set to the player element accordingly. The given parameters (see above) will be set to the player element accordingly.
 +
 +=== Development ===
 +Feel free to send Pull Requests on Codeberg: https://codeberg.org/azett/flatpress_audiovideo
  
 === Changelog === === Changelog ===
 +== 2022-10-11: Version 1.0.2 ==
 +  * Bugfix: Fixed some PHP warnings. 
 == 2020-12-19: Version 1.0.1 == == 2020-12-19: Version 1.0.1 ==
-{{:res:plugins:arvid:audiovideo1.0.1.zip}} 
   * Bugfix: initializePluginTags() has to be public static.    * Bugfix: initializePluginTags() has to be public static. 
 == 2017-08-12: Version 1.0 == == 2017-08-12: Version 1.0 ==
-{{res:plugins:arvid:audiovideo1.0.zip}} 
   * Initial plugin version.   * Initial plugin version.
res/plugins/audiovideoplayer.1608403173.txt.gz · Last modified: 2020/12/19 19:39 by arvid

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki