If you want to navigate from one view to a completely different one, I agree with Derrick, a ViewStack is easier to use.
If you want to change parts of a view, use states. Alger Derrick Anderson wrote: > > > could be, personally i like to use viewstacks- i find them easier to manage. > > d. > > On Jan 9, 2008 11:49 AM, Greg Hess <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > wrote: > > Hi All, > > New to flex, please bear with me. > > I have a requirement to design an applications navigation similar to > an 'iPhone' or 'iPod'. The application loads displays a small panel > with several icons (Photos, Music, Video ect...). The EU clicks an > icon and the application transitions to a larger panel with the > ability to manage photos ect... Are states and transitions the best > way to implement this? > > Any comments much appreciated. > > Thanks, > > Greg > > >

