[quote=feruzz]for newbies just put your url of flash file into [b]URL_OF_SWF_FILE[/b]
[quote]var kite = document.getElementById("controlPanelButtons");
var slashed = document.createElement("embed");
slashed.align = "center";
slashed.src = "[b]URL_OF_SWF_FILE[/b]";
slashed.height = "200";
slashed.width = "150";
kite.parentNode.replaceChild(slashed,kite);[/quote]
then paste inside onload handler

[/quote]

wow! simplier code that i ever thought.. thanks for this simple script sir..


i'll edit my first post now to avoid confusion to newbies..
thanks again sir!