Back to flash issues
Written by Zealus on April 27, 2006 – 4:53 pm -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;
}
Popularity: 10%
Tags: flash, technologyRelated posts
Tags: flash, technology
Posted in flash, technology |















