Friday, May 15, 2009

How Can we insert you tube player?


Tips And Notes


Note: The <embed> element must have a src attribute.

Tip: You can NOT write text between the start and end tags, to show older browser that they do not support this tag, like for <audio> and <video>.


Media Player Examples.


<embed src="horse.wav" />

Youtube Player Examples.


<html>>
<center><h1>www.waqas.com.pk<br>
<object width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/AyPzM5WK8ys" />
<param name="wmode" value="transparent" />
<embed src="http://www.youtube.com/v/AyPzM5WK8ys"
type="application/x-shockwave-flash"
wmode="transparent" width="425" height="350" />
</object>
</center>
</html>

No response to “How Can we insert you tube player?”

Post a Comment