Using Omniture ActionSource with Flash IDE
Posted
by Alpinista
on Stack Overflow
See other posts from Stack Overflow
or by Alpinista
Published on 2010-02-03T17:52:54Z
Indexed on
2010/05/03
20:58 UTC
Read the original article
Hit count: 294
I have a flash app built in ActionScript 3 utilizing a document class.
I have followed the documentation for implementing Omniture ActionSource tracking by adding the ActionSource component to my fla's library, and then importing it into the document class and running the configuration code. However, the app fails to compile because it cannot resolve the path to the component (com.omniture.ActionSource).
My class path contains a com directory (package) where most of the classes I use in my projects reside.
Has anyone had success implementing ActionSource in this manner?
Thanks
© Stack Overflow or respective owner