Open GoogleCodeExporter opened 8 years ago
Here is a stack trace:
at
com.google.analytics.external::HTMLDOM/cacheProperties()[/buRRRn/projects/GAforF
lash/GA_AS3/build/tmp/com/google/analytics/external/HTMLDOM.as:90]
at
com.google.analytics::GATracker/_trackerFactory()[/buRRRn/projects/GAforFlash/GA
_AS3/build/tmp/com/google/analytics/GATracker.as:194]
at
com.google.analytics::GATracker/_factory()[/buRRRn/projects/GAforFlash/GA_AS3/bu
ild/tmp/com/google/analytics/GATracker.as:156]
at
com.google.analytics::GATracker()[/buRRRn/projects/GAforFlash/GA_AS3/build/tmp/c
om/google/analytics/GATracker.as:124]
Original comment by woods524...@yahoo.com
on 2 Jun 2009 at 6:16
I think if you guys test that "ExternalInterface.objectID != null" in
HTMLDOM.isAvailable(), if NULL return "false", this should fix it
Original comment by woods524...@yahoo.com
on 2 Jun 2009 at 7:11
Here you go, this block of code will fix it for an MDM Zinc wrapped exe version
of an
SWF. Place in the HTMLDOM.isAvailable() method
if (available && ExternalInterface.objectID == null) {
available = false;
}
Original comment by woods524...@yahoo.com
on 2 Jun 2009 at 7:27
thanks for the input, for further infos you can also see
http://bugs.adobe.com/jira/browse/FP-383
Original comment by zwetan
on 3 Jun 2009 at 8:17
What do you meen with "Place in the HTMLDOM.isAvailable() method"
Where ? in .as of the apps
Original comment by neot...@gmail.com
on 5 Jun 2011 at 4:28
Original issue reported on code.google.com by
woods524...@yahoo.com
on 2 Jun 2009 at 5:59