towerz / clappr-youtube-playback

Clappr plugin for playing youtube based videos
Apache License 2.0
19 stars 12 forks source link

Use AutoPlay option #12

Open asergiychuk opened 7 years ago

asergiychuk commented 7 years ago

Just need to add one line to ready method

this.options.autoPlay && this.play()

or use Event PLAYBACK_READY listener for add this option.

And set playerVar.autoplay to 0