Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote]
[b]Updated as of NOV 6th 2007
no need CSS[/b]
:arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (
[quote=Yellow Flash]what will i put to .swf?? the long embed code???[/quote]
Using this code for format .swf or flash
[spoiler]/*global flashurl, sibling, document, content_0*/
flashurl = document.createElement("embed");
flashurl.src = "URL_OF_EMBED";
flashurl.width = "200";
flashurl.height = "150";
sibling = content_0.getElementsByTagName("a")[0];
sibling.parentNode.replaceChild(flashurl, sibling);[/spoiler]