Slashdot Mirror


MS Gives 60-Day Deadline to Web Devs

capt turnpike writes "Since losing the patent case filed by Eolas, Microsoft has to change radically the way IE works with a lot of content, especially video and other ActiveX controls. eWEEK is reporting that Microsoft has gotten a one-time, 60-day extension in which developers and companies can try to re-engineer their Web pages and ads to work with the new regime. If devs don't make that deadline, users could face pages asking them to activate much of the content, plus ads."

3 of 375 comments (clear)

  1. How to update your pages by raju1kabir · · Score: 5, Informative

    Apple has a helpful page detailing what to do in order to get your pages to continue working as usual with IE.

    --
    "Patriotism is your conviction that this country is superior to all other countries because you were born in it." -- GBS
  2. Won't disable "non-interactive" ActiveX by zsazsa · · Score: 5, Informative

    Before everybody says "good riddance," note that the upcoming IE update will simply mean you have to click first to enable interaction with the embedded object. This means that things like Flash ads and streaming video will still run automatically -- a user would need to click on them to be able to interact with them, i.e. find the tiny little "mute" or "close" button to make them go away. This page previews the update and shows exactly how it will change things.

  3. You can already test this with Windows Update by Bloodwine · · Score: 5, Informative

    There is an optional update at Windows Update that says something to the effect of "This update changes the way Internet Explorer handles ActiveX ... blah blah blah".

    I figure they'll move it from optional to required when the deadline is reached.

    I've already installed the update so I can get my sites ready.

    ActiveX controls cause a little dialog box to appear that makes you hit either "Ok" or "Yes" in order to use an ActiveX control. Honestly this is fairly rare occurance when browsing most sites.

    The big thing that is going to trip people up are flash movies. All flash movies now have a border around them when you mouse over them with a tooltip that says "click to activate and use this control".

    The good news is that non-interactive flash movies work regardless of whether or not you activate the controls. Not sure why that is, but that has been my expeience. The bad news is that flash menus (unfortunately some clients want that junk) no longer work until you click on the flash movie to activate the control. This also goes for interactive flash movies that track mouse movement and whatnot.

    The workaround is to write the flash movie using javascript.

    you can do something simple like document.write() each line of the object tag or use something like UFO (http://osflash.org/ufo) that is XHTML compliant.