By Michael Martin on Wednesday, 25 June 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 610
Votes 0
How can I make an embedded audio file automatically play, when someone visits the blog?
Hello Michael,

If you want to enforce all videos to be autoplay by default, edit the file /components/com_easyblog/themes/default/blog.audio.php and locate the codes below at line 23,


'autostart': <?php echo $autoplay; ?>,


Replace it with,


'autostart': true,
·
Wednesday, 25 June 2014 23:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for the fast response. Works perfect!
·
Thursday, 26 June 2014 00:02
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Michael
·
Thursday, 26 June 2014 11:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post