Media Player Plugin (v3.5) - autoplay feature not working!

mp32723

New Member
YetiShare User
Jul 6, 2013
15
0
0
Media Player Plugin (v3.5) - autoplay feature not working for me.

If anyone knows how to sort this problem please reply.

Thanks

:D
 

mp32723

New Member
YetiShare User
Jul 6, 2013
15
0
0
Re: Media Player Plugin (v3.5) - autoplay feature not workin

I managed to get it working by modifying;

/mediaplayer/includes/_append_file_download_bottom.php

underneath line 284 where it says:

startparam: "start",

Added the following code:

autostart: "true",

:mrgreen: