[quote]<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/1frAsGmQHE8&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/1frAsGmQHE8&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>[/quote]
i told you before to change the double quotes into single quote right?
so this will be the code refer below

[quote]function one()
{
ht = document.getElementById("object");
ht.innerHTML="<div align=\"center\"><object width='425' height='355'><param name='movie' value='http://www.youtube.com/v/1frAsGmQHE8&hl=en'></param><param name='wmode' value='transparent'></param><embed src='http://www.youtube.com/v/1frAsGmQHE8&hl=en' type='application/x-shockwave-flash' wmode='transparent' width='425' height='355'></embed></object></div>";
}[/quote]
Last edited by blurrycloud (2008-05-02 20:52:12)