embed video is always autoplaying

I don't understand why my embedded is always auto playing. \[code\]<div id="body15"> <video width="480" height="270" controls> <source src="http://stackoverflow.com/questions/14087163/videos/ryan1.ogg" type="video/ogg"> <source src="http://stackoverflow.com/questions/14087163/videos/ryan1.mp4" type="video/mp4"> <source src="http://stackoverflow.com/questions/14087163/videos/ryan1.webm" type="video/webm"> <object data="http://stackoverflow.com/questions/14087163/videos/ryan1.mp4" width="480" height="270"> <embed width="600" height="270" src="http://stackoverflow.com/questions/14087163/movie.swf"> </object> </video></div>\[/code\]
 
Back
Top