开发者

Using Omniture ActionSource with Flash IDE

开发者 https://www.devze.com 2022-12-19 05:58 出处:网络
I have a flash app built in ActionScript 3 utilizing a document class. I have followed the documentation for implementing 开发者_StackOverflow社区Omniture ActionSource tracking by adding the ActionSo

I have a flash app built in ActionScript 3 utilizing a document class.

I have followed the documentation for implementing 开发者_StackOverflow社区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


Alpinista - make sure you are importing the class in your DocumentClass

import com.omniture.ActionSource;

And make sure you are adding the ActionSource class to the project by either using the mxp feature:

Command Menu > Omniture - Add ActionSource to Library

OR

You can add the ActionSource SWC file to your publish setting if you have CS4 or later:

File > Publish Setting > Flash > Settings... button > Library Path Tab > Click (+) button > Click Red Envelope button > Select the SWC file, then hit okay.

If you still can't publish, then you probably forgetting something even more simple, or have a typeo/syntax error.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号