URLKit heavily influenced BrowserManager, and I believe was ported to work on top of it, or in spite of it. You can use that if you want. BM is somewhat less featured and lower-level.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of flexaustin Sent: Sunday, August 10, 2008 10:57 AM To: [email protected] Subject: [flexcoders] Re: URL deeplinking or other? Just what I was looking for thanks! What about URLLink or LinkURL I think it is what Adobe has suggested in the past? I think it does the same thing. --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "haykelbj" <[EMAIL PROTECTED]> wrote: > > You can use BrowserManager > <http://livedocs.adobe.com/flex/3/html/help.html?content=deep_linking_3. \ <http://livedocs.adobe.com/flex/3/html/help.html?content=deep_linking_3. > > html> . In the handler function of the > BrowserChangeEvent.BROWSER_URL_CHANGE event you can get the fragment > from the BrowserManager and according to its value you can choose which > item to display. > > You can see a working example on the following site: > http://www.allmas-tn.com <http://www.allmas-tn.com> <http://www.allmas-tn.com <http://www.allmas-tn.com> > . > The ViewStack at the bottom of the page selects the right page according > to the fragment in the url, so if you visit this url: > http://www.allmas-tn.com/#contact <http://www.allmas-tn.com/#contact> <http://www.allmas-tn.com/#contact <http://www.allmas-tn.com/#contact> > , > the "Contact" page will be selected. > > Hope this helps, > Haykel > > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "flexaustin" <flexaustin@> wrote: > > > > Does anyone know the best way or anyway to pass an URL into a Flex app > > in order move to the correct state? > > > > So if I have an app -> Panel -> itemrender and I want to display one > > of them items (which when selected grows and expands) when it receives > > a certain URL. Is this possible and has anyone seen this or done > > anything like this? > > > > Whats the best approach. Thanks for all the help and thanks in advance > > on this one. > > >

