Even on the demos autoPlay does nothing. On line 172 I changed from base.startStop(base.playing); to base.startStop(true); and it works
Even on the demos autoPlay does nothing.
On line 172 I changed from
base.startStop(base.playing);
to
base.startStop(true);
and it works