Hi,
i have a combobox in an externally loaded swf, everything works great until i load it into my main movie. the combobox then closes when i use the dropdown scrollbar… any ideas??
cheers.
G
Hi,
i have a combobox in an externally loaded swf, everything works great until i load it into my main movie. the combobox then closes when i use the dropdown scrollbar… any ideas??
cheers.
G
ok i worked it out… if anyone is intrested you have to load at the highest depth and lock the root.
var chan_one = this.createEmptyMovieClip(“playlist_mc2”, this.getNextHighestDepth());
chan_one._lockroot = true;
chan_one.loadMovie(“playlists.swf”);
:: Copyright KIRUPA 2024 //--