But you want video to be automatically played when visitor load your webpage. Youtube video autorun is possible, that is great

Just add "&autoplay=1" after video address!
Default video example:
<iframe width="480" height="360" src="http://www.youtube-nocookie.com/embed/4VcPYin_6YY?rel=0" frameborder="0" allowfullscreen></iframe>
Video example with auto run:
<iframe width="480" height="360" src="http://www.youtube-nocookie.com/embed/4VcPYin_6YY?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>
youtube-nocookie.com is youtube address for video which do not save visitors details to cookies (privacy enabled mode), rel=0 result no related videos will be shown after video finished.