hi,
i am using this code for video it is fine, what i want that it should automatically play video on focus as like facebook is doing
please advice thanks
<video controls width="100%" class="border">
<source src='<%# Eval("video") %>' type="video/mp4">
Your browser does not support the video tag.
</video>