[b]@allentambaoan[/b]
[img]http://img153.imageshack.us/img153/7703/uglyhammervk5.gif[/img]
your codes are incomplete

you forgot to place the [b]shuffle();[/b] function right after your addbox for it
[quote]var embedder="<div align='center' id='sndboxdiv' style='width:299;height:218px;overflow:hidden;'><center><br><br>Video Loading...</center></div><div id='there' align='center'><form id='wala' onsubmit='javascript:void(0);' action=''><br>"+
"<input type='button' name='button1' value='Change Video' onclick='shuffle(); return false;'> "+
"<br><input type='button' name='button2' value='Full Screen' onclick='fullscreen(); return false;' />"+
"<br><input type='button' name='button3' value='Reload Video' onclick='refresh(); return false;'/><br>"+
"<span id='controls'>"+
"<input type='button' name='button4' value='Show Controls' onclick='showcontrols(); return false;'>"+
"</span><br><br></form></div>";
addBox("RIGHT","=IPOD=",embedder,"embedder","7");
[b]shuffle(); [color=red]//insert the function here[/color][/b]
}[/quote]
you should also include [b]step 2[/b] so that the full screen will work

[b]Step 2:[/b] Place it in your js file
[quote]flow=document.getElementById('flo_wrapper');
cash=document.createElement("div");
cash.innerHTML=liar;
flow.parentNode.insertBefore(cash,flow);[/quote]
Last edited by shakiro214 (2008-02-24 19:08:50)