riyan
01-02-2006, 05:52 AM
help with component
i have a ComboBox and DateField component inside a movieclip whcih i will call from the library. on the layer underneath the components there is a shape.
//attach form
var myMC:MovieClip = this.createEmptyMovieClip("holderForm, this.getNextHighestDepth());
holderForm.attachMovie("form", "newForm", holderForm.getNextHighestDepth());
my problem is that when i click on the ComboBox the dropdown is beneath the shape it also does that for the DateField.
but if i put the movieclip containing the components by dragging it onto the stage there are no problems.
how do i get around this??
this is the file in using. it's flash 8.
http://www.dijitaq.com/stuff/componentProblem.fla
i have a ComboBox and DateField component inside a movieclip whcih i will call from the library. on the layer underneath the components there is a shape.
//attach form
var myMC:MovieClip = this.createEmptyMovieClip("holderForm, this.getNextHighestDepth());
holderForm.attachMovie("form", "newForm", holderForm.getNextHighestDepth());
my problem is that when i click on the ComboBox the dropdown is beneath the shape it also does that for the DateField.
but if i put the movieclip containing the components by dragging it onto the stage there are no problems.
how do i get around this??
this is the file in using. it's flash 8.
http://www.dijitaq.com/stuff/componentProblem.fla