Page 1 of 1

Posted: Sat Apr 15, 2006 11:05 pm
by Javelin
Didn't see anything posted on this yet, so here goes. I have been working on a site for our upcoming VBS, and was on tonight to finish off a few things and noticed that some of the active content wasn't so active. Applet hover buttons, rather than animating on hover would simply show a grey outline on mouse-over. Not knowing what was going on, I closed IE and reopened the page only to see the same thing. Reboot....same. Then I noticed when I hovered over the active content long enough I'd get a little tip message that read "Click to activate and use this control". That seemed odd, I hadn't changed any of my IE security settings. I went back through them anyway, and nothing. Upon searching on the text "Click to activate and use this control", I found several message boards that talked about this issue and it is actually the result of an Automatic Update published by Microsoft as part of the lawsuit with Eolas. Details here http://www.microsoft.com/presspass/press/2003/oct03/10-06EOLASPR.mspx . Well that's nice. Anyway, it seems that web developers everywhere are having to update the way applets and flash content is referenced within webpages to circumvent this change. I went to the MSDN site that covers this topic in specific, here http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/overview/activating_activex.asp . Not being a real Java developer, it's pretty greek to me. If there's anyone on the boards familiar with this change and and can walk me through Loading Interactive Controls Externally on an example, I could take it and update the rest of the site.

Posted: Sun Apr 16, 2006 12:41 am
by Javelin
Well, it took some experimentation, but I was able to get it all converted over to external scripts using "document.write" and all functions as it did before the update was published by Microsoft, but man, what a pain.

Posted: Sun Apr 16, 2006 1:27 am
by Cakedaddy
Didn't you get the memo that there's no work over Easter weekend?