Want your to make your Vid.lys autoplay in an embeded location? No problem. Just make this change to your embed code:
old code:
<iframe frameborder="0" allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen width="640" height="360" name="vidly-frame" src="http://s.vid.ly/embeded.html?link=2o2i9a&new=1&autoplay=false"><a target='_blank' href='http://vid.ly/2o2i9a'><img src='http://vid.ly/2o2i9a/poster' /></a></iframe>
change the autoplay attribute to true:
<iframe frameborder="0" allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen width="640" height="360" name="vidly-frame" src="http://s.vid.ly/embeded.html?link=2o2i9a&new=1&autoplay=true"><a target='_blank' href='http://vid.ly/2o2i9a'><img src='http://vid.ly/2o2i9a/poster' /></a></iframe>