Your IP : 216.73.216.61


Current Path : /home/wuectly/www/administrator/language/en-GB/
Upload File :
Current File : /home/wuectly/www/administrator/language/en-GB/en-GB.plg_content_sudesign_audio.sys.ini

SD_DESCRIPTION_POSTINSTALL="Thank you for your trust! If you have any problems, do not hesitate to contact us on joomla@sudesign.fr !<br>The plugin is automatically activated, but if you want to configure it <a href='%s'>click here</a>"
SD_DESCRIPTION="<div style='font-family: Verdana;font-size: 1.2em;font-weight: normal;'>Simple Audio Shortcode - Based on MediaElement.js
<br />
<br /><b>Shortcode usage:</b>
<br /> - <b>Simple :</b> [audio src=&quot;source.mp3&quot;]
<br /> - <b>Advanced :</b> [audio src=&quot;source.mp3&quot; loop=&quot;on&quot; preload=&quot;auto&quot; autoplay=&quot;on&quot;]
<br />
<br /><b>Mandatory parameter :</b>
<br /> - <b>src</b> : URL of your audio file  (the alias &quot;mp3&quot; parameter exist too)
<br />
<br /><b>Optional parameters :</b>
<br /> - <b>loop</b> : on / <u>off</u> = Allows for the looping of media
<br /> - <b>autoplay</b> : on / <u>off</u> = Causes the media to automatically play as soon as the media file is ready.
<br /> - <b>preload</b> : <u>none</u> / auto / metadata = Specifies if and how the audio should be loaded when the page loads, by default the audio should not be loaded when the page loads, <b>auto</b> = the audio should be loaded entirely when the page loads, <b>metadata</b> = only metadata should be loaded when the page loads.
<br /> - <b>style</b> : custom CSS code CSS qui sera applied to the audio tag
<br /> - <b>id</b> : audio tag ID
<br /> - <b>class</b> : audio tag Class
<br /> - <b>hidden</b> : on / <u>off</u> = hidden the player
<br /> - <b>showvolume</b> : <u>on</u> / off = hidden volume group
<br /> - <b>txtcolor</b> : change text color, accept classic css colors : #f00, red, rgba(255,0,0,0.5) ..
<br /> - <b>btcolor</b> : change color of main buttons : black, red, green, blue or white (default)
<br />
<br /><i><u>Underscore</u> value = default value</i></div>"