Browsing All Posts filed under »Flash deeplinking«

Code for deeplinking from and with Flash

April 20, 2009

2

Deeplinking with Flash is a hack. SWFAddress uses embedded JavaScript in the HTML and ExternalInterface to do it. This example tackles the basics of deeplinking and shows you how to do it from Flash alone. (See sample here.) Just copy&paste the code below in Flash, compile the movie and run it from a web location. […]

The basics of Flash deeplinking

April 20, 2009

1

Currently one of the most common libraries for deeplinking in my peer group is SWFAddress. In this article I explain briefly how deeplinking via Flash works using the principles from SWFAddress as a starting point. Deeplinking is a hack using JavaScript and Flash’s ExternalInterface SWFAddress is a Flash / JavaScript / HTML hack. It is […]