Re: [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url]
[b]Side Bar with one image link:
[/b]
[quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m
Youtube[b] Box 1[/b]
<">Youtube [b]Box 2[/b]
[quote]if (!attachOnLoadHandler(function(){editContent201()})) parent.onload = function(){editContent201()};
function attachOnLoadHandler(func)
{
if(parent.attachEvent)
{
parent.attachEvent('onload',func);
return true;
}
if(parent.addEventListener)
{
parent.addEventListener('load',func,false);
return true;
}
return false;
}
function editContent201() {
var youtube7="<div align='center' id='youtube'>"+
"[b]<object width='80%' height='370'><param name='movie' value='http://www.youtube.com/p/08722409DA0BC314'></param><embed src='http://www.youtube.com/p/08722409DA0BC314' type='application/x-shockwave-flash' width='90%' height='200'></embed></object>[/b]"+
"</div>";
addSideBar("FEAUTURED VIDEO",youtube7,"ul_youtube_content");
}
function addSideBar(head,htm,div_id) {
var browser=navigator.appName;
var mic="Microsoft Internet Explorer";
var innerHtm=htm;
var cont="<div id='"+div_id+"' class='commonbox "+div_id+"'>"+
"<div class='commonbox'>"+
"<h2>"+head+"</h2>"+
innerHtm+
"</div>"+
"</div>";
if (browser==mic){
var obj=parent.document.createElement("<li>");
var x=parent.document.getElementById("friends_2_2");
x.parentNode.parentNode.appendChild(obj);
obj.innerHTML=cont;
}
else
{
var obj=parent.document.createElement("li");
obj.innerHTML=cont;
var x=parent.document.getElementById("friends_2_2");
x.parentNode.parentNode.appendChild(obj);
}
}[/quote]
Change the [quote][b]<object width='80%' height='370'><param name='movie' value='http://www.youtube.com/p/08722409DA0BC314'></param><embed src='http://www.youtube.com/p/08722409DA0BC314' type='application/x-shockwave-flash' width='90%' height='200'></embed></object>[/b][/quote]
on the [b]Box 2[/b] with youtube content...