Gliffy Online

Some users are seeing "VBFlashVer' is undefined in IE.

Details

Description

The user Cindy Funkhouser reported this.

She has IE 7.0.5730.11 on a Windows XP system with Flash 9. When she goes to load Gliffy the error comes up:

It says "Line 227, Char 13, Error:
"VBFlashVer' is undefined, Code: 0, URL: http://www.gliffy.com/gliffy"

She could access Gliffy fine in Firefox.

Chris also notes others maybe be experiencing similar issues with Laszlo
http://forum.openlaszlo.org/showthread.php?t=7508

Activity

Hide
Chris Kohlhardt added a comment -

Clint, can you please look into this?

Show
Chris Kohlhardt added a comment - Clint, can you please look into this?
Hide
Clint Dickson added a comment - - edited

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
var vbver = eval('VBFlashVer');

Show
Clint Dickson added a comment - - edited 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 var vbver = eval('VBFlashVer');
Hide
Clint Dickson added a comment -

added an 'undefined' check for vbver (which is eval(VBFlashVer)) to make sure its not undefined on line 227

Show
Clint Dickson added a comment - added an 'undefined' check for vbver (which is eval(VBFlashVer)) to make sure its not undefined on line 227

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: