Forum Moderators: open
on how to remove the border around flash in webpage , but it didn't work for me. Am I doing something wrong or are there new codes to do this?
My page is [mycrystalportrait.com...]
objects = document.getElementsByTagName("object");
for (var i = 0; i < objects.length; i++)
{
objects[i].outerHTML = objects[i].outerHTML;
}
1 kb, works great. If you just have the one object then you obviously do not need the loop. Only thing I haven't figured out yet is after I change the flash HTML code to valid XHTML, the jscript wont work. Driving me nuts.