[flexcoders] Re: login form

2009-09-26 Thread varsha.nadig
--- In flexcoders@yahoogroups.com, "Gopi" wrote: > > I can give you a solution, but i am not sure this is the beat one out. > > > > 1. Create a instance of the MXML should be loaded like this in the checkuser() > > var userform:UserForm = new UserForm(); >var myCan:Canvas = new Canvas

[flexcoders] Re: login form

2009-09-23 Thread varsha.nadig
--- In flexcoders@yahoogroups.com, "gurmeet.bali" wrote: > > --- In flexcoders@yahoogroups.com, "varsha.nadig" wrote: > > > > hi m designing a new application.. > > > > i have designed the login page, but i don't know how to go the welco

[flexcoders] login form

2009-09-22 Thread varsha.nadig
hi m designing a new application.. i have designed the login page, but i don't know how to go the welcome page after login page.. what should i do to open a new mxml doc from one mxml with a button click?