deepsplink released
May 27th, 2009
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
2 Comments
Leave a comment
Powered by WordPress
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
Comment by Patrick
July 15, 2009 4:35 pm
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
Comment by admin
July 16, 2009 8:03 pm