Open GoogleCodeExporter opened 9 years ago
thanks for the info
Original comment by zwetan
on 12 Feb 2010 at 7:40
Issue 74 has been merged into this issue.
Original comment by zwetan
on 14 Oct 2010 at 8:00
I was still getting an error finding: Application.
So i changed the code to something like this:
try
{
appclass = getDefinitionByName( "mx.core::Application" );
_app = appclass.application;
}
catch (e:Error)
{
appclass = getDefinitionByName( "mx.core::FlexGlobals" );
_app = appclass.topLevelApplication;
}
Original comment by kylewar...@gmail.com
on 2 Dec 2010 at 12:29
I guess the right thing would be to check appclass!=null, not going for any
properties...
Original comment by synomatic@gmail.com
on 9 Dec 2010 at 7:34
Hi,
I'm sorry but the stats don't work with the Flex SDK 4.1.
How can I use this patch with your .swc file ???
Original comment by guitardc...@gmail.com
on 6 Oct 2011 at 9:51
Where is the problem?
The tracking works without any problems on a Flex SDK 4.5.1 project!
Checkout the current source!
Original comment by marcus.f...@googlemail.com
on 6 Oct 2011 at 3:29
I've checked out the current source, but what do I do next? I've moved the
contents from the "src" folder to my project and could import it, but it gives
me an error with the "log.as"
What do I have to do after checking out the current source? Could someone
update the "official .swc download"? Google is "officially" pointing to it but
it doesn't the .swf doesn't work anymore.
Thanks in advance!
Original comment by gust...@pligus.com
on 25 Jun 2012 at 4:37
I also get issues regarding Log.as in a flex 4.5.1 project.
Original comment by ryan.mas...@gmail.com
on 16 Oct 2012 at 10:33
Original issue reported on code.google.com by
NielsBjerg
on 5 Feb 2010 at 1:58Attachments: