Hi,
I'm currently developing a login screen for users to acces my application.
For the login I have 3 frames, frame 1 allows the user to view the assessor login form or the client login form. Depending on which button they select the function "gotoAndStop(frameNo)" is called with frameNo being either frame 2 for assessors login or frame 3 for clients.
I also have a back to the home screen button which returns to frame 1 "gotoAndStop(1)".
The issue I am having is that it returns to frame 1 but the contents from the previous frame (a movie clip) is still visible. This issue doesn't happen when running my applications in flash player 10.
Could anyone help?
Regards,
Shaun