Embedding Flash

Discussion in 'HTML/CSS' started by Ben Collier, Dec 1, 2006.

  1. Ben Collier CSNM Customer

    I'm sure you all know about the annoying "Click to activate control" when embedding objects (such as flash movies) into your web pages. I don't know if anyone here uses flash, but to prevent this annoying IE update I found this fix thanks to google:

    1) Put this after the last object tag on every page using flash:

    <script type="text/javascript" src="ieupdate.js"></script>

    2) Upload this file (ieupdate.js)- View attachment ieupdate.zip

    That is it!

    There are better ways, but this works fine for me!

    Hope it helps

    Ben
  2. Carl Shepherdson Proprietor

    That's really useful Ben!

    PS - Did you have problems on live chat?

Share This Page