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%

Feel free to share the content:
  • del.icio.us
  • Digg
  • Technorati
  • Reddit
  • Furl
  • StumbleUpon
  • YahooMyWeb
  • SphereIt
  • Sphinn
  • TwitThis
  • Propeller
  • Kirtsy
  • LinkedIn
  • Live
  • NewsVine
Tags: ,

Related posts


Tags: ,
Posted in flash, technology |

Comments are closed.