It looks like you're new here. If you want to get involved, click one of these buttons!
<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>
Comments
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.