Autoplay in video
11 years 1 month ago #17907
by baldeagle
Replied by baldeagle on topic Autoplay in video
I'm trying to do the same thing, but cant get the video to auto play.
Would you mind sharing how you did it
thanks
Would you mind sharing how you did it
thanks
Please Log in or Create an account to join the conversation.
6 years 10 months ago - 6 years 10 months ago #48384
by ericsilva
Replied by ericsilva on topic Autoplay in video
The auto playparameter determines whether the video will start automatically or not when a user visits that page. The
youtube
auto playparameter accepts the following values:
0 means you do NOT want the video to auto play(default)
1 means you want the video to autoplay
0 means you do NOT want the video to auto play(default)
1 means you want the video to autoplay
Code:
<iframe width="560" height="315"
src="https://www.youtube.com/embed/zAlX1V3lK5s?autoplay=1">
</iframe>
Last edit: 6 years 10 months ago by ericsilva.
The following user(s) said Thank You: ced1870
Please Log in or Create an account to join the conversation.
Time to create page: 0.189 seconds