You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My problem is that I have two radioButtons for enable or disable autoplay. How can I make that, when I select enable autoplay, change the property to autoplay the video?
P.D. Sorry for my English.
The text was updated successfully, but these errors were encountered:
The thing is that I have a database of youtube videos. This database is:
Video : { id: "", url: "", autoplay: "" }
so, when I click radiobutton, it changes the database value of autoplay (true/false). I have to set autoplay when I load the page and obtain the video info from database.
Hi,
I see that I can enable Youtube's video autoplay in youtube.js from videogular-youtube pluggin:
My problem is that I have two radioButtons for enable or disable autoplay. How can I make that, when I select enable autoplay, change the property to autoplay the video?
P.D. Sorry for my English.
The text was updated successfully, but these errors were encountered: