deepsplink released

I'm proud to anounce the release of deepsplink, an actionscript 3 deeplinking framework. deepsplink provides a clear, flexible and easy to use api to build a scalable actionscript 3 application very quickly. The source code, the api documentation and a simple demo application which showcases the main features can be found at googlecode

Posted

2 comments

Jul 15, 2009
Patrick said...
Hi Max.

I am developing the t-mobile touch screen app and came across your code.

Verify Error #1014 , Class IDistributor could not be found... Any Ideas?

Thanks,

Patrick

Jul 16, 2009
admin said...
hi patrick,

deepsplink depends on splinklibrary and IDistributor is an interface which is included in splinklibrary. i guess you probably forgot to include the splinklibrary code in your build file.

i suggest that you have a look at the sample included in the deepsplink release. It's a good starting point for a first deepsplink application.

there is an ant build file called "build-sample.xml" with a "build_sample" task. there you can see how to build a project which uses deepsplink. i.e. which code libraries need to be included in order to properly compile.

i hope this solves your issue, if not it would be great if you could describe your setup and when the problem occurs a bit more detailed.

cheers,
max

Leave a comment...