Hello! Just wondering, how do I make my video play right away without the user having to click play? I want it to play through once and then stop. I'm using BOTR because I really don't want to have to mess with much code. Below is the code that I was given. Is there something I can add to this code so that it'll play right away? Thanks!
<embed src="http://content.bitsontherun.com/players/9t3feP6Q-4174.swf" width="320" height="260" bgcolor="#FFFFFF" allowfullscreen="true" allowscriptaccess="always"/>

<embed src="http://content.bitsontherun.com/players/9t3feP6Q-4174.swf" width="320" height="260" bgcolor="#FFFFFF" allowfullscreen="true" allowscriptaccess="always" <strong>flashvars="autostart=true&repeat=none"</strong> />