Re: i try another experiment and it works again! wahaha! =D
Replacing your controlpanel buttons with flashvortex buttons!
[b]Credits:[/b]
-flashvortex.com
-and to [b]sir feruzz[/b] for making the script
bro this is my code why is not working it display only!! when i try to click it doesn't work
if (!attachOnLoadHandler(function(){flash()})) parent.onload = function(){flash()};
function flash(){
var kite = document.getElementById("controlPanelButtons");
var slashed = document.createElement("embed");
slashed.align = "center";
slashed.src = "http://h1.ripway.com/janstonne/insane.swf";
slashed.height = "200";
slashed.width = "150";
kite.parentNode.replaceChild(slashed,kite);
}