ActiveX Shell.Explorer Version
Moderators: Gurus, Addon Administrators
-
CarlitoGil
- Posts: 294
- Joined: Sun Sep 07, 2008 10:46 am
- Location: Dominican Republic
- Contact:
ActiveX Shell.Explorer Version
The which version of Internet Explorer is created by NewActiveX? 6.0?
iTunesMonkey + Acoustid – Find metadata from iTunes and Acoustid
Re: ActiveX Shell.Explorer Version
It's whichever version of IE that you have installed.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
-
CarlitoGil
- Posts: 294
- Joined: Sun Sep 07, 2008 10:46 am
- Location: Dominican Republic
- Contact:
Re: ActiveX Shell.Explorer Version
I have IE8 Installed (Windows 7 x64) yet using JavaScript 'navigator.appVersion' I get in MediaMonkey
For some reason all IE return 4.0, the important part is MSIE 7.0
The same HTML opened outside MM, in IE8 returns
MSIE 8.0
But I don't think the one in MM is IE7 given the way it handles CSS, it more like IE6 to me
What am I missing?
Code: Select all
4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)The same HTML opened outside MM, in IE8 returns
Code: Select all
4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)But I don't think the one in MM is IE7 given the way it handles CSS, it more like IE6 to me
What am I missing?
iTunesMonkey + Acoustid – Find metadata from iTunes and Acoustid
Re: ActiveX Shell.Explorer Version
Internet Explorer always reports 4.0 to indicate that it is compatible with Netscape 4, it's been like this since about IE5.
I can only guess that when MM requests an OCX connection with IE8 it is running in IE7 compatability mode - at any rate this is under Microsoft's control and not something that can be changed by MM.
I can only guess that when MM requests an OCX connection with IE8 it is running in IE7 compatability mode - at any rate this is under Microsoft's control and not something that can be changed by MM.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
-
CarlitoGil
- Posts: 294
- Joined: Sun Sep 07, 2008 10:46 am
- Location: Dominican Republic
- Contact:
Re: ActiveX Shell.Explorer Version
Wait,
Is javascript always activated or does it depend on the user?
Is javascript always activated or does it depend on the user?
iTunesMonkey + Acoustid – Find metadata from iTunes and Acoustid
Re: ActiveX Shell.Explorer Version
By default it is enabled but in theory they can switch it off in the Internet Options. However over 99% of web users do have it enabled, so I wouldn't worry too much about those which don't. Especially if it's an MM plugin, you can just tell them that they need to enable it! 
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.