{"id":69378,"date":"2016-04-21T14:20:12","date_gmt":"2016-04-21T18:20:12","guid":{"rendered":"http:\/\/www.templatemonster.com\/help\/?p=69378"},"modified":"2016-07-11T04:25:25","modified_gmt":"2016-07-11T08:25:25","slug":"js-animated-how-to-work-with-rd-audio-player-plugin","status":"publish","type":"post","link":"https:\/\/www.templatemonster.com\/help\/js-animated-how-to-work-with-rd-audio-player-plugin.html","title":{"rendered":"JS Animated. How to work with &#8220;RD Audio Player&#8221; plugin"},"content":{"rendered":"<p>Our Support team is ready to present you a new tutorial that shows how to work with <strong>RD audio player<\/strong> in Website templates.<\/p>\r\n<a href=\"http:\/\/www.youtube.com\/watch?v=OUtuQR__nOw?width=1280&amp;height=720\" rel=\"prettyPhoto\">JS Animated. How to work with &#8220;RD Audio Player&#8221; plugin<\/a> \r\n<p>This player is easy to use, and no javascript files editing is required. In order to work with it, please refer to steps below:<\/p>\r\n\r\n<ol>\r\n\t<li>\r\n\t\t<p>Connect to your FTP or open File manager tool of your Hosting cPanel to reach site files.<\/p>\r\n\t<\/li>\r\n\t<li>\r\n\t\t<p>Open the page .html file to find an <strong>RD Audio<\/strong> section.<\/p>\r\n\t<\/li>\r\n\t<li>\r\n\t\t<p>Now, you can start editing the playlist itself. There are sections for the audio and its controls below:<\/p>\r\n\t\t<pre class=\"brush:html\">\r\n\t\t\t&lt;div class=&quot;rd-audio-controls-left&quot;&gt; \r\n\t\t\t\t&lt;!-- Play\\Pause button--&gt;&lt;a href=&quot;#&quot; class=&quot;rd-audio-play-pause mdi mdi-play rd-audio-icon has-controls&quot;&gt;&lt;\/a&gt; \r\n\t\t\t\t&lt;!-- Prev Button--&gt;&lt;a href=&quot;#&quot; class=&quot;rd-audio-prev mdi mdi-fast-forward rd-audio-icon&quot;&gt;&lt;\/a&gt; \r\n\t\t\t\t&lt;!-- Next Button--&gt;&lt;a href=&quot;#&quot; class=&quot;rd-audio-next mdi mdi-fast-forward rd-audio-icon&quot;&gt;&lt;\/a&gt;\r\n\t\t\t&lt;\/div&gt;<\/pre>\r\n\t\t<p>As you can see, all the buttons and items below have comments to show you the purpose of each one. Even if a comment is not there, the button ia marked with a specific class, like <strong> <em>rd-audio-prev, rd-audio-next<\/em><\/strong>.<\/p>\r\n\t<\/li>\r\n\t<li>\r\n\t\t<p>You can also add or remove the progress bar and edit track duration. Below you can see the full list of classes, available for adding to specific items:<\/p>\r\n\t\t<ul class=\"list\">\t\t\r\n\t\t\t<li> <strong> rd-audio-prev <\/strong> &#8211; &#8216;previous&#8217; button<\/li>\t\t\r\n\t\t\t<li> <strong> rd-audio-next <\/strong> &#8211; &#8216;next&#8217; button<\/li>\r\n\t\t\t<li> <strong> rd-audio-play-pause <\/strong> &#8211; &#8216;play&#8217; button<\/li>\r\n\t\t\t<li> <strong> rd-audio-stop <\/strong> &#8211; &#8216;stop&#8217; button<\/li>\r\n\t\t\t<li> <strong> rd-audio-progress-bar <\/strong> &#8211; the progress bar<\/li>\r\n\t\t\t<li> <strong> rd-audio-progress-bar-slider <\/strong> &#8211; the control on the progress bar <\/li>\r\n\t\t\t<li> <strong> rd-audio-duration <\/strong> &#8211; the duration of the audio track<\/li>\r\n\t\t\t<li> <strong> rd-audio-current-time <\/strong> &#8211; the current position on the audio track<\/li>\r\n\t\t\t<li> <strong> rd-audio-title <\/strong> &#8211; audio track title<\/li>\r\n\t\t\t<li> <strong> rd-audio-author <\/strong> &#8211; audio track author<\/li>\t\t\t\r\n\t\t\t<li> <strong> rd-audio-volume <\/strong> &#8211; mute button<\/li>\t\t\t\r\n\t\t\t<li> <strong> rd-audio-volume-bar <\/strong> &#8211; volume bar<\/li>\r\n\t\t\t<li> <strong> rd-audio-volume-bar-slider <\/strong> &#8211; control on the volume bar<\/li>\t\t\t\r\n\t\t\t<li> <strong> rd-audio-playlist <\/strong> &#8211; the playlist<\/li>\r\n\t\t<\/ul>\r\n\t\t<p>You can set your own title for the playlist. It will be displayed on your website. You can also specify your song&#8217;s data: the title, the author, etc.<\/p>\r\n\t<\/li>\r\n\t<li>\r\n\t\t<p>The path to audio file should be specified in the <strong> &#8216;data-rd-audio-src&#8217;<\/strong> attribute. So, first upload your audio file to the &#8216;audio&#8217; folder on server and then paste the file path to the playlist. It&#8217;s better not to have spaces in file titles.<\/p>\r\n\t\t<pre class=\"brush:html\">\r\n\t\t\t&lt;li data-rd-audio-src=&quot;audio\/my-track.mp3&quot; data-rd-audio-title=&quot;Song #1&quot; data-rd-audio-author=&quot;Test author&quot;&gt;&lt;\/li&gt;\t\t<\/pre>\r\n\t<\/li>\t\r\n\t<li>\r\n\t\t<p>The new song can be added easily by duplicating the code of the existing one. Save changes, when you&#8217;re done with editing, and feel free to check your website:<\/p>\r\n\t\t<a href=\"\/help\/wp-content\/uploads\/2016\/04\/JS_Animated.How_to_work_with_RD_Audio_Player.png\"><img loading=\"lazy\" src=\"\/help\/wp-content\/uploads\/2016\/04\/JS_Animated.How_to_work_with_RD_Audio_Player-300x96.png\" alt=\"JS_Animated.How_to_work_with_RD_Audio_Player\" width=\"300\" height=\"96\" class=\"alignnone size-medium wp-image-69379\" srcset=\"https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/04\/JS_Animated.How_to_work_with_RD_Audio_Player-300x96.png 300w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/04\/JS_Animated.How_to_work_with_RD_Audio_Player-150x48.png 150w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/04\/JS_Animated.How_to_work_with_RD_Audio_Player-1024x329.png 1024w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/04\/JS_Animated.How_to_work_with_RD_Audio_Player.png 1263w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a>\r\n\t<\/li>\r\n<\/ol>\r\n\r\n<p>Now you know how to manage playlists, created, using RD Audio Player plugin. Feel free to check the detailed video tutorial below:<\/p>\r\n<a href=\"http:\/\/www.youtube.com\/watch?v=OUtuQR__nOw?width=1280&amp;height=720\" rel=\"prettyPhoto\">JS Animated. How to work with &#8220;RD Audio Player&#8221; plugin<\/a>","protected":false},"excerpt":{"rendered":"<p>Our Support team is ready to present you a new tutorial that shows how to work with <strong>RD audio player<\/strong> in Website templates.<\/p>\n","protected":false},"author":59,"featured_media":69383,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1016],"tags":[2253,2415,768,2078],"_links":{"self":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts\/69378"}],"collection":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/users\/59"}],"replies":[{"embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/comments?post=69378"}],"version-history":[{"count":0,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts\/69378\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/media\/69383"}],"wp:attachment":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/media?parent=69378"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/categories?post=69378"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/tags?post=69378"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}