Re: [quote]function addbox(){
x1=document.createElement("div");
x1.id="playlist";
document.getElementById("0").parentNode.appendChild(x1);
playlist.innerHTML="<h2>My Playlist</h2>"
+"COMPLETE EMBED CODE H
y is dat my ader box shows but it says click hir to download the plugin..
but my ader box shows nd workin..
hirs my code..
function addbox(){
x1=document.createElement("div");
x1.id="playlist";
document.getElementById("2").parentNode.appendChild(x1);
playlist.innerHTML="<h2>My pLayList</h2>"
+"<object width='250' height='300'><param name='movie' value='http://www.youtube.com/p/E0DFCFF65F8B8B9E' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/p/E0DFCFF65F8B8B9E' type='application/x-shockwave-flash' width='300' height='250' wmode='transparent'></embed></object>"
x2=document.createElement("div");
x2.id="anotherekek";
document.getElementById("2").parentNode.appendChild(x2);
anotherekek.innerHTML="<h2>My music</h2>"
+"<object width=’300’ height=’340’><param name=’movie’ value=’http://media.imeem.com/pl/mVwXEFq3tD/’></param><param name=’wmode’ value=’transparent’></param><embed src=’http://media.imeem.com/pl/mVwXEFq3tD/’ type=’application/x-shockwave-flash’ width=’300’ height=’340’ wmode=’transparent’></embed></object>"
}
setTimeout("addbox()",1000)