Chat with multiples frames
Hi, sorry for my english.
I have a problem with an aplication, is a chat and I wont what the first frame will be to loguin de player end later chage the frame to acces the chat. My problem is when chage the frame the client has been disconected. I use the. mos2 server. Who I can switch the frames anf no lost the conection?
Thanks.
Re: Chat with multiples frames
I would suggest using all one frame, if you do want to use two frames, simply store the data in global string or global value and then retrieve it on frame two and start the first connection on frame two.
If you connect on frame one it will disconnect on leaving the frame and you would have to reconnect all over again on frame two.