Skip to main content
Inspiring
July 7, 2008
Answered

Combo Box display problem

  • July 7, 2008
  • 5 replies
  • 536 views
I have a component combo box that is none scripted, data and labels are already set in the parameters. It is in a swf file that is loaded from a parent swf.


i tried the _lockroot = true, but not work.
This topic has been closed for replies.
Correct answer kglad
put a combobox in the main swf's library. it need not be on stage.

5 replies

kglad
Community Expert
Community Expert
July 8, 2008
each component has a uniquel linkage id. unless you choose a duplicate name (which would be a bad idea), you won't need to change the one assigned by flash to the components.
MikeM21Author
Inspiring
July 7, 2008
to make unique ones :P
kglad
Community Expert
Community Expert
July 7, 2008
you can't for a component. and why would you want to change it?
MikeM21Author
Inspiring
July 7, 2008
yep just got it. i actually have another question, how do I change the identifier for the linkage. Not letting me.
kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
July 7, 2008
put a combobox in the main swf's library. it need not be on stage.