-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
 
I have a Form on Frame 1 of my Movie. When a user completes this form
and clicks a button, How do I get the values from Frame 1 to be passed
to Frame 2.

In my ListenerObject for this Button I have currently:

ccObjectListener.click = function() {
   if (sendPageTo_cb.getSelectedItem().data == 0) { Show Alert Box to
Display Message }
  else if (message_txt.text.length < 1) { Show Alert Box to Display
Message }else { _root.gotoAndStop(2) }
}

When the user is on Frame 1 and the sendPageTo is not selected then
the user does get the Alert Box with an error message informing the
user to select the first person to receive this message. The same goes
for message_txt. But when I goto Frame 2 and trace the values from
sendPageTo_cb and message_txt.text I get undefined.

Any Suggestions

- --
Graham Pearson, System Administrator / Application Developer
Northern Indiana Educational Services Center
Mishawaka, IN 46544
Voice (866) 254-5322 or (574) 254-5210 / Fax (574) 254-0148
VOIP Telephone Number: (574) 217-0146

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (MingW32)
Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
iD8DBQFDju6Vrwdok4nP6d0RAgCFAKDEPJMfDOKh8qGoJe5Nm74WUToBBACgroDk
UOWLjo197PNPtTu1Ls1NPXc=
=F65P
-----END PGP SIGNATURE-----

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to