achso... nunja im hintergrund läuft avast antivirus und windows firewall sonst eig nichts nenenswertes
Beiträge von ReXaL
-
-
öhmm jetzt bitte nochmal für vollidioten wie mich :wink:
programme mit Contentscann /-filter- Funktionen... was meinst du damit? (sry hab net so viel ahnung :roll: )
-
ne funtz auch net -.-
-
ist bei mir auch aktiviert
-
sry hab ich überlesen :roll:
aber divx hab ich aber auch schon und es funtzt immer noch net

-
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 -
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