Flash open source backbutton / deeplinking tool

  • Started
  • Last post
  • 0 Responses
  • daveglanz

    My friend Matt Tretter at sunKING Digital has been working on a StateManager class for Flash for a few months now, and has published an article and a working sample here:

    http://exanimo.com/as2/statemana…

    Source and sample files:

    http://exanimo.com/files/StateMa…

    Why should you use StateManager as a solution to your Flash back-button and deep-linking needs?

    1. This is the first method that doesn't break in Safari when you navigate to a new page.
    2. Unlike SWFAddress, is clean and Object Oriented (less ActionScript code required). 3. Thanks to JSInterface, you can import external JavaScript files directly from Flash.
    4. While it integrates seamlessly with Geoff Stearn's SWFObject, it doesn't require that you use it. In fact, unlike SWFAddress, it degrades gracefully if JavaScript is turned off.

    Kudos to Matt for getting this working well. Hopefully we'll be seeing more and more sites integrating back-button and deep-linking into their functionality, now that there are a few open source tools out there.