PDA

View Full Version : passing variables in several frames


bladeMX
03-31-2004, 11:57 AM
I have a huge form that I am building with flash. Therefore, I had to break it into several frames. The problem is I lose all variables from the previous frames and only the frame with the 'SUBMIT' button are passed. Is there a technique for making sure all the variables are passed from all the frames?

Thanks! :)

bladeMX
03-31-2004, 01:14 PM
I did a quick change and used the 'variable' option in the properties menu, rather than the 'instance name'. And it worked!

I figured using just 'userEmail' as a variable name is easier than having to use 'userEmail.text' for each input field.

Time to start building!