PDA

View Full Version : combobox weird issue


nite21
07-17-2008, 06:30 PM
hi all
i have made the form.fla file with a combobox and its values containing Select One
Male
Female
it works fine

but when im calling this form.fla file in main.fla
it shows my combobox text blank but inside it there are values

pls help me in this someone


thanks

xxneon
07-17-2008, 06:38 PM
i have noticed that components that are in swfs that are loaded into a main swf don't opperate correctly because there is things that do not get setup correctly when the component is initialized inside the movieclip.. One way to fix the issue is to drag a combobox component to library of the main fla.. then your combobox inside the other swf should work fine.

nite21
07-18-2008, 06:01 AM
i have noticed that components that are in swfs that are loaded into a main swf don't opperate correctly because there is things that do not get setup correctly when the component is initialized inside the movieclip.. One way to fix the issue is to drag a combobox component to library of the main fla.. then your combobox inside the other swf should work fine.

hi xxneon
thanks again for replying

i added a combobox on the stage of main.fla and deleted it and checked it
but still it is not working

:(