Tomás Lin’s Programming Brain Dump

Flex, Grails, Facebook, iPhone and all that Jazz

Posts Tagged ‘BrowserManager

Getting the Flex BrowserManager working with SWFObject

with one comment

Flex 3 introduces the BrowserManager object, which allows for deep linking URLs with SWF files. However, this functionality breaks when embedding flash files with the SWFobject library. This post presents a very simple solution to get it working again.

Read the rest of this entry »

Written by Tomas Lin

July 5, 2008 at 4:04 am

Preparing MXML files to be Browser Manager aware

without comments

Recently, we have started using the Deep Linking features introduced in Adobe Flex. It has worked out fairly well for what we needed it for, but there was a fairly persistent issue with component initialization. This post will describe the issue and present a proper way of making components aware of the initial state.

Read the rest of this entry »

Written by Tomas Lin

April 9, 2008 at 1:35 am