What is wrong with this code?
I want the video to autoplay but it won't.
<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.