Bugzilla – View All Attachments for
Bug 296425
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
Attachment #154821
This web page reports the flash version
text/html
2007-08-01 13:11:27 UTC
1.26 KB
no flags
Details
<html> <head> </head> <script> flash = new FlashConfig(); function FlashConfig() { this.forcehide = false; this.movies = new Array(); this.embedMode = (navigator.plugins && navigator.mimeTypes && navigator.mimeTypes.length) ? true : false; this.version = 0; this.minor = 0; this.rev = 0; this.setFlashVer = function(verArray) { this.version = parseInt(verArray[0]) || 0; this.minor = parseInt(verArray[1]) || 0; this.rev = parseInt(verArray[2]) || 0; } if(this.embedMode) { var sf = navigator.plugins["Shockwave Flash"]; if(sf && sf.description) { this.setFlashVer(sf.description.replace(/([a-z]|[A-Z]|\s)+/, "").replace(/(\s+r|\s+b[0-9]+)/, ".").split(".")); } } else if(window.ActiveXObject) { // IE4+ Win32 try { var aObj = new ActiveXObject("ShockwaveFlash.ShockwaveFlash"); this.setFlashVer(aObj.GetVariable("$version").split(" ")[1].split(",")); } catch (e) {} } } alert("flash: " + flash.version + " minor: " + flash.minor + " rev: " + flash.rev); </script> <body> </body> </html>
Attachment #159970
kdebase3 patch
patch
2007-08-27 13:03:14 UTC
8.87 KB
no flags
Details
You cannot view the attachment on this page because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Attachment #160035
kdebase3 patch
patch
2007-08-27 15:54:53 UTC
8.90 KB
no flags
Details
You cannot view the attachment on this page because your browser does not support IFRAMEs.
View the attachment on a separate page
.