Categories
flash technology

Back to flash issues

Don’t know about the previous solution, but since we don’t really care for FlashVars we used a simpler method – after the last Object include the reference to the following JavaScript:

theObjects = document.getElementsByTagName(“object”);
for (var i = 0; i

{

theObjects[i].outerHTML = theObjects[i].outerHTML;

}