Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

I broke my video :-(

What is wrong with this code?
<html>
<object width="560" height="349">
<param name="movie" value=" name="allowFullScreen" value="true">
</param>
<param name="allowscriptaccess" value="always">
</param>
<iframe width="560" height="315" src=" frameborder="0" allowfullscreen>
</iframe>
</object>
</html>

I want the video to autoplay but it won't.

Comments

  • It appears that you also broke the forum's code tag feature. *smile*

    I am guessing that you are trying to embed a YouTube video in your story.

    The HTML YouTube Videos page on w3schools shows how to do it using a HTML iframe element, it even includes an example using autoplay. For more information about the different methods of embedding YouTube videos you should read google's YouTube => IFrame Player API documentation.
Sign In or Register to comment.