sethumadhavan / flexpaper

Automatically exported from code.google.com/p/flexpaper
0 stars 0 forks source link

IE6 / IE7 FlexPaperViewer is undefined #190

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When viewing a file in IE6 and IE7I get an error that:

'FlexPaperViewer' is undefined

As a result the viewer is not initialised. I just get a blank area. 

Looking at my Chrome console and similarly in Firefox's Firebug I see:

––––––––––––
Uncaught TypeError: Cannot read property 'config' of undefined
window.FlexPaperViewer.window.$f                       (flexpaper_flash.js:18)
(anonymous function)
–––––––––––

and

–––––––––––
arguments[2] is undefined
[Break On This Error] var config = arguments[2].config; 
–––––––––––

Obviously, FF and Chrome are more forgiving and generate the content.  

What version of the product are you using? On what operating system?
Tested with:
– 1.4.2 Flash unlicenced
– 1.4.2 Flash Licenced
– 1.4.4 Flash Licecnced Read only

And I've double, triple checked that the the correct flexpaper_flash.js script 
was being called and was there.

Having said that, I do have a modified and an added parameters in the 
flexpaper_flash.js file (line 145):

            // flashembed defaults
            allowfullscreen: true,
            allowscriptaccess: 'sameDomain',
            quality: 'high',    
            wmode: 'opaque',    

But again, I've tested with and without and still it's no dice with IE6 /7.

Any / all thoughts appreciated.

Original issue reported on code.google.com by s...@digital-pencil.com on 17 Apr 2011 at 3:58

GoogleCodeExporter commented 8 years ago
Let me Correct myself. The Licenced version of 1.4.2 works only if the 
scriptAccess is set to 'always', not 'SameDomain'

Original comment by s...@digital-pencil.com on 17 Apr 2011 at 5:13

GoogleCodeExporter commented 8 years ago

Original comment by erik.eng...@devaldi.com on 12 May 2011 at 6:13