I have a pretty complicated UI with 2-3 layers of tab-like navigation.
So imagine if you will, a top level menu of 3-4 items, and then under
each of those another submenu of a few items. I want to be able to
create an URL to point to one of those subitems. Is there any way to
do this in flex?

Currently what I am planning on doing is taking an url parameter which
specifies the destination and then using that to manipulate the UI and
show the page I need to show. But I wanted to make sure there wasn't a
built-in or better way to do it.

Thanks

Reply via email to