SOLUTION:
You just have to add the text: "autoplay" to this php file:
components/com_phocadownload/views/play/tmpl/default.php
At lines 16 & 21 you will find the following code:
Code: Select all
echo '<audio width="'.$this->t['playerwidth'].'" height="'.$this->t['playerheight'].'" style="margin-top: 0px;" controls>';
Add the text "autoplay" (without the quotation marks) at the very end of the line of code:
Code: Select all
echo '<audio width="'.$this->t['playerwidth'].'" height="'.$this->t['playerheight'].'" style="margin-top: 0px;" controls autoplay>';
Enjoy this great Joomla! extension!
--
Russ
RnR Fusion Media