Thanks for the reply.But i am not using ViewStates and what i mean by maintaining state is that for ex-i have loaded my swf in html.Now i navugate 2 views.Then i use a html link to traverse to some html page.Now i come back to my swf using a link.It should be at the 3 step (the way i left it).It sould not reload to bring me back to 1st screen.Is it possible?
On Mar 31, 1:29 pm, GAGAN anand <[email protected]> wrote: > Hi Sheetal > > As you know that Flex is a Stateful application and it stores each state > within itself. So you can store the state of the application in an Object > and while reloading the application you can change the state to the stored > one by using the property currentState. This will work if your application > contains states. > > Hope it works. > > Regards > Gagan Deep > > 2009/3/31 sheetal <[email protected]> > > > > > Hello, > > The resetHistory property of Application says app. will maintain its > > state when reloaded.That means it wont go to initial state.I tried > > setting resetHistory to false and when i reload the app. it goes to > > first state(state as in view). > > If i want to maintain the state of the app every time it is > > reloaded,plz give me some inputs. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

