In a viewstack each view is only instantiated when that particular view is selected. Once instantiated, it is not instantiated again. What you want to do is have your Flash play when an event occurs. For the instantiation you would probably want to use the CreationComplete event. For subsequent times I think the event is Show (Although I could be wrong)
--- In [email protected], "John" <[EMAIL PROTECTED]> wrote: > > Hi there > > I wonder if someone can help me. > > I have a viewstack with seperate pages - each page has a Flash > animation. However, what I have found is when I navigate through the > viewstack, the flash plays, then I goto the next page all is fine, but, > if I then return to the previous one - it does not reset the Flash to > frame 1. It has stayed at its last frame. > > Is there a way of telling Flex to play these movies from the beginning > everytime? > > Regards > > J >

