AktiveXControl funtzt net

  • Hi,

    ich habe ein problem mit dem aktivexcontol plugin (oder wie das heist), und zwar kann ich auf machen seiten wie z. b. http://www.stage6.com keine videos anschaun.
    Ein weiteres problem (habe keine ahnung ob es auch an diesem plugin liegt) und zwar kann ich links von emails nicht öffnen, bzw es kommt eine meldung dass die url ungültig sei.
    ich hoffe man kann mir schnell helfen :(

    mfg

  • und jetzt? ich ahb das plugin doch schon nur es funtzt net richtig :wink:

    das steht in der feherkonsole bei activexcontrol:

    this.is_ff = true;
    }
    };

    divx_plugin.prototype.detect_plugin = function() {
    if (this.is_ie && this.os == 'Win') {
    // IE/Windows - can't use navigator.plugins since it's empty
    // must use VBScript instead to detect the plugin
    document.writeln('<script>');
    document.writeln('detectableWithVB = False');
    document.writeln('If ScriptEngineMajorVersion >= 2 then');
    document.writeln(' detectableWithVB = True');
    document.writeln('End If');
    document.writeln('Function detectActiveXControl(activeXControlName)');
    document.writeln(' on error resume next');
    document.writeln(' detectActiveXControl = False');
    document.writeln(' If detectableWithVB Then');
    document.writeln(' detectActiveXControl = IsObject(CreateObject(activeXControlName))');
    document.writeln(' End If');
    document.writeln('End Function');
    document.writeln('</scr>');

    // Now use the function
    var ret = detectActiveXControl(this.activex);
    if (this.type == 'player' && ret) {
    document.writeln('<script>');
    document.writeln('Function VBGetDWPVersion()');
    document.writeln(' on error resume next');
    document.writeln(' Dim dwpControl, dwpVersion');
    document.writeln(' dwpVersion = false');
    document.writeln(' set dwpControl = CreateObject("npdivx.DivXBrowserPlugin.1")');
    document.writeln(' if (IsObject(dwpControl)) then');
    document.writeln(' dwpVersion = dwpControl.GetVersion()');
    document.writeln(' end if');
    document.writeln(' VBGetDWPVersion = dwpVersion');
    document.writeln('End Function');
    document.writeln('</scr>');
    this.version = VBGetDWPVersion();
    }
    return ret;
    }
    else {
    // See if DivX Plugin is installed in navigator.plugins
    navigator.plugins.refresh(false);
    var reg_check = new RegExp(this.regex, 'i');
    for (plugin = 0; plugin < navigator.plugins.length; plugin++) {
    if (reg_check.test(navigator.plugins[plugin].name)) {
    if (this.type == 'player') {
    var dwpPlugin = navigator.plugins[plugin];
    var index = dwpPlugin.description.indexOf('version ');
    if (index != -1) {
    this.version = dwpPlugin.description.substring(index+8);
    }
    else {
    // Older than 1.4
    this.version = '1.0.0';
    }
    }
    return navigator.plugins[plugin];
    }
    }
    }
    return false;
    };

    divx_plugin.prototype.get = function() {
    if (this.is_ie && this.os == 'Win') {
    return document.getElementById(this.object_id);
    }
    return document.getElementById(this.embed_id);
    };
    // ... end Core Functions

  • du brauchst für die o.g. Seite kein ActiveX sondern DivX
    Du erkennst den Unterschied? ansonsten zähl die Buchstaben (scnr)

  • Zitat von ReXaL

    ne funtz auch net -.-


    Ich setzte mal das saubere Registrieren des entspr. Plug-In voraus. Mit Safe Mode hast Du ggf. Blocker in Drittprogrammen zu Firefox ausgeschlossen. Die üblichen Handlungen, wie radikal Cache löschen, hast Du sicherlich auch schon vorgenommen.

    Wie sieht es mit aktiven Programmen in Deinem System aus, welche Contentscann /-filter- Funktionen haben?