drflash / gaforflash

Automatically exported from code.google.com/p/gaforflash
Apache License 2.0
1 stars 0 forks source link

Security Error when allowscriptaccess = never #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Security error thrown when allowscriptaccess = never

http://groups.google.com/group/ga-for-flash/browse_thread/thread/2ace27534075268
d

What is the expected output? What do you see instead?

No error should be thrown

Original issue reported on code.google.com by Nicksk...@gmail.com on 26 Nov 2008 at 7:11

GoogleCodeExporter commented 9 years ago
the error should be caught deeper in the code, when trying to hit 
externalinterface so that the gatracker can be 
successfully instantiated and used later.

the javascript is being called to get the domain of the containing page, which 
is only needed for campaign 
tracking.

Original comment by emable...@gmail.com on 26 Nov 2008 at 7:52

GoogleCodeExporter commented 9 years ago
...working on it...

Original comment by Nicksk...@gmail.com on 27 Nov 2008 at 6:31

GoogleCodeExporter commented 9 years ago
...fixed it...

http://code.google.com/p/gaforflash/source/detail?r=307

Original comment by Nicksk...@gmail.com on 27 Nov 2008 at 6:35