I want to display a video using iFrame such as:
<tr>
<td class="style3" style="width: 50%">
</td>
<td class="style3" style="width: 50%">
<iframe id="frame1" src="http://www.youtube.com/watch?v=3Kk-yZ7VpeA" runat="server" style="height: 222px; width: 482px" ></iframe>
</td>
</tr>
But its not able to run while run. what particular code i am missing or is there any error with the code. thanks for any assistence.
You have to use the following embed link in your iframe for youtube videos:
So it will be
Also see http://jsfiddle.net/QsQEP/