PDA

View Full Version : multi combo box


louloule
09-06-2007, 02:08 AM
hello ,i dont know how i do to have 2 combo box.in exemple,1 for find shop office and an other to find hotel.is it possible.i wil try but impossible.i read the exemples but when i try ,in my first and second combo box ,i never see the pano name.i only see the name when i change the pano.but after,when the pano is loaded, the name dont stay in the comco box.with only combo box ,no probleme,but with 2........grrr

i tryed to change the name of lc_test with and other name but never.

maybe if i change the lc_test in xml.....but i tryed with that

<global LocalConnectionID="lc_test;lc_test2" >

but nothing

have u got a solution for help me?

http://www.monsieur360.com/visite_virtuelle_nouvelle_generation/visitevirtuelle.html

louloule
09-07-2007, 08:00 AM
do some one understand me?

jaaaab
09-07-2007, 08:24 AM
Hello,

you have to modify your second controller .fla source in intend to name its id "lc_test2".

Otherwise it won't work.

Cheers.

louloule
09-07-2007, 12:11 PM
yes i change it but what is the procedure to integarted in xml

??

have u got an exemple

jaaaab
09-07-2007, 03:07 PM
i think there can only be a single localconnection, so you'd better try to put your 2 comboboxes in the same swf instead of two separate swf.

++

louloule
09-07-2007, 03:36 PM
i sayed me to do only one swf :ok

one of them is lc_test

and the other lc_test2

but after in the xml how do i do for localconnection what do i whrite between the ""

jaaaab
09-07-2007, 05:00 PM
hi,

no you don't understand, xml script support only one localconnection, so you got to have only "lc_test" in your xml.

but in your lc_test swf, you can put two comboboxes.

++

louloule
09-08-2007, 09:59 AM
i tryed with 2 combo box in the same swf but nothing.i tryed to change cb to cb2 for the 2nd combobox but nothing too.can u send me an exemple fla pls?