flinks 0.2 is out
2008 December 15
I just uploaded refactored version of flinks you can download it from here. It now can be instantiated with-in any component that supports states, that also includes externally loaded modules. I also changed some property names and default setting of auto deep linking. To use it you just need to put this in your component mxml that can handle states (Application, Module…):
<riaspace:EnableDeepLinking />Major architectural change is that component responsible for mapping between states and url fragments is a singleton and EnableDeepLinking tag can be used any time for any component in your application. What it does it loads states configuration for owning component into a singleton registry…




