Answered
How to make several Check boxes interact to load a movie
Hello,
I have a very complicated doubt. I have a document called “selection” with 15 check boxes.
The check boxes are divided into groups. The first group is “category” and has 4 check boxes named “eco”, “conf”, “spor” and “ultr”, the second group is “makers” and has 4 check boxes named “bridge”, “dun”, “cont” and “fire”, the third group is “velocity code” and has 4 check boxes named “j”, “k”, “l” and “m”, finally the fourth group is “Run Flat” and has 3 check boxes named “yes”, “no” and “just” and I have a submit button.
I have also a “main” document that has 20 holders called “holder1”, “holder2”, and so on…
I would like to know if there is a way of, when I click the submit button if, for example, the check boxes “eco” and “conf” of the first group, the check boxes “bridge” and “fire” of the second group, the check boxes “j” and “m” of the third group and the check box “just” of the fourth group are selected, then, the movie “eco_bridge_j_just.swf” is loaded to holder1, the movie “eco_bridge_m_just.swf” is loaded to holder2, the movie “eco_fire_j_just.swf” is loaded to holder3, the movie “conf_fire_m_just.swf” is loaded to holder4 and so on…
Please tell me that it is possible and the best way of doing it. My Action Script is not very good so I thank everyone who can help me.
I have a very complicated doubt. I have a document called “selection” with 15 check boxes.
The check boxes are divided into groups. The first group is “category” and has 4 check boxes named “eco”, “conf”, “spor” and “ultr”, the second group is “makers” and has 4 check boxes named “bridge”, “dun”, “cont” and “fire”, the third group is “velocity code” and has 4 check boxes named “j”, “k”, “l” and “m”, finally the fourth group is “Run Flat” and has 3 check boxes named “yes”, “no” and “just” and I have a submit button.
I have also a “main” document that has 20 holders called “holder1”, “holder2”, and so on…
I would like to know if there is a way of, when I click the submit button if, for example, the check boxes “eco” and “conf” of the first group, the check boxes “bridge” and “fire” of the second group, the check boxes “j” and “m” of the third group and the check box “just” of the fourth group are selected, then, the movie “eco_bridge_j_just.swf” is loaded to holder1, the movie “eco_bridge_m_just.swf” is loaded to holder2, the movie “eco_fire_j_just.swf” is loaded to holder3, the movie “conf_fire_m_just.swf” is loaded to holder4 and so on…
Please tell me that it is possible and the best way of doing it. My Action Script is not very good so I thank everyone who can help me.
