Here is a example of what a youtube embedded video might look like.
<iframe width="560" height="349" src="VIDEO SOURCE URL" frameborder="0" allowfullscreen></iframe>
To make the video autoplay you just need to add ?autoplay=1 after the VIDEO SOURCE URL.
Example:
<iframe width="560" height="349" src="http://www.youtube.com/embed/4P0Rbe1ASuQ?autoplay=1" frameborder="0" allowfullscreen></iframe>
That's all.
No comments:
Post a Comment