|
|
|
[
Permlink
| « Hide
]
Chris Kohlhardt - 09/Jun/08 08:49 PM
Clint, can you please look into this?
I have the same exact IE version on XP with Flash 9 and don't see the VBFlashVer issue.
The only solution i see out there is to add an 'undefined' check in embed.js. This was an Opera fix, so I'm not sure what the effect would be. http://forum.openlaszlo.org/showthread.php?t=7508 function detectFlash() {
var actualVersion = 0;
var isIE = (navigator.appVersion.indexOf("MSIE") != -1) &&
(typeof(VBFlashVer) != "undefined"); // true if we're on ie
...
} else { // isIE added an 'undefined' check for vbver (which is eval(VBFlashVer)) to make sure its not undefined on line 227
|
|||||||||||||||||||||||||||||||||||||||||||