here are my existing codes:
//YOUTUBE
var youtube7="<embed src='http://www.youtube.com/v/3X4CwGGJQMI&hl=1' type='application/x-shockwave-flash' width='90%' height='100'></embed>";
addBox("top","Holy is The Lord-Chris Tomlin",youtube7,"ul_youtube_content");
i dunno where will i put my other u tube codes below:
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/2YzhWLImPUE&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/2YzhWLImPUE&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
<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>
is this correct?
function one()
{
ht = document.getElementById("object");
ht.innerHTML="<div align=\"center\">
[b]<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>[/b]</div>";
}
Last edited by valjesnet (2008-05-02 19:45:33)