The Space For App Developers

Beyond Plain Old HTML Objects

flinks – new Flex deep linking library

with 4 comments

I needed very simple logic to do deep linking based on currentState value. In order not to repeat same logic in couple of my small projects I created flinks library which I just uploaded to google code. Anyone interested in giving it a test drive please let me know how it runs ;)

Believe me it is very very simple, the only thing you actually need to do is include this single line of code:

1
<riaspace:EnableDeepLinking autoDeepLinkStates="true" />

to enable it and to apply it to all your states. You will find other examples on project google code site.

p.

Written by Piotr Walczyszyn

December 12th, 2008 at 12:12 pm

Posted in Examples

Tagged with

4 Responses to 'flinks – new Flex deep linking library'

Subscribe to comments with RSS or TrackBack to 'flinks – new Flex deep linking library'.

  1. Hi,

    does it work only with states or also with modules?

    luca mezzalira

    12 Dec 08 at 3:03 pm

  2. It could be extended to handle modules also, if you send me test case (sample app) for that I can extend it, or I can give you SVN access and you can add it yourself ;)

    I think it would be easy to make EnableDeepLinking as a wrapper for a singleton that would handle all the bindings to states also in modules…

    p.

    Piotr

    12 Dec 08 at 11:54 pm

  3. The trick, if there is such a thing, is variety. Make certain you collect a steady and varied collection of links

    deep links

    17 Jan 09 at 12:21 am

  4. I noticed that this is not the first time you write about this topic. Why have you decided to write about it again?

Leave a Reply