Search code examples
flashurlactionscriptdeep-linkingswfaddress

Convention for a client-side (Flash) deep link path separator?


I see examples in the SWFAddress documentation, but it's not clear what the convention should be for a multi-level path. Do their examples intend to suggest that the path separator should be a hyphen?

Why not like this?

http://example.com/#/deep/link/path

Solution

  • the general setup of swfAddress is to work with the / and ? identifiers, as functions like getPath and getParameters looking specifically for a / or ? identified string.