Hi there, I’ve a contact form with input fields, but, in some area of this form I’ve placed a combobox drop down menu, wich is a component, I’m using flash 8, so everything was working fine untill my client saids he needs that working in Actionscript 1.0 and the movie published for the flash player version 6, in my button I’ve this code
on (release) {
Enquiry = (comboBox1.getSelectedItem().label);
_root.test.text = este;
gotoAndPlay(“gracias”);
this.loadVariables(“contacts.php”, “POST”);
}
thing here is because of the player version update now my dropdown menu is not working, just wondering if somebody can help me with this?
Thanks a lot!!
Arturo