Deep Linking

TwitterFacebook
Get flash to fully experience Pearltrees
On the World Wide Web , deep linking is making a hyperlink that points to a specific page or image on a website , instead of that website's main or home page. Such links are called deep links . Court cases against deep linking have gone both ways in various countries. [ edit ] Example This link: http://en.wikipedia.org/wiki/Deep_linking is an example of a deep link. The URL contains all the information needed to point to a particular item, in this case the English Wikipedia article on deep linking, instead of the Wikipedia home page at http://www.wikipedia.org/ . http://en.wikipedia.org/wiki/Deep_linking

What is it ?

http://blog.iconara.net/2007/12/28/deep-linking-in-flex-using-swfaddress-and-browsermanager/

History.js is ugly

In Flex 3 there is support for deep linking in the BrowserManager class. Unfortunately it requires that you use the Flex HTML templates which, frankly, are really ugly. I prefer to use SWFObject to embed my Flash and Flex applications. To solve this I have created a simple package that makes it possible to use the BrowserManager class with SWFAddress . You can find it and a description on what it does here: Flex BrowserManager + SWFAddress integration .

SWFAddress

http://www.asual.com/swfaddress/ SWFAddress is a small but powerful library that provides deep linking for Flash and Ajax. It's a developer tool, allowing creation of unique virtual URLs that can point to a website section or an application state. SWFAddress enables a number of important capabilities which are missing in today's rich web technologies including: SWFAddress is hosted

Supported Browsers * Internet Explorer 6+ * Mozilla Firefox 1+ * Safari 1.3+ * Opera 9.5+ * Chrome 0.2+ * Camino 1+ by nicolas Apr 1

The Flex 3 framework provides a way to support deep linking and search engine optimization (SEO) in the BrowserManager class.

Flex connector

https://github.com/iconara/swfaddressbrowserhistory
Le fichier history.js de Flex c'est du gros caca. Il sert a quoi ce truc ? Il permet de faire du deep linking dans votre application. http://letekos.blogspot.com/2010/04/deep-linking-de-flex-via-historyjs.html

Deep linking & history.js ?!