Is anyone aware of a conflict between a flash combobox component and the MovieClipLoader class?
I have a bunch of external images loading. straightforward stuff.
In my MCL_Listener.onLoadInit function, the preloader is removed.
As soon as I put a combobox in my library (for a feature that has nothing to do with the loading) my onLoadInit and onLoadComplete functions no longer removes the preloader.
I don’t see how the two are related. There are no variable name conflicts.
As soon as I take the combobox out of my library, it works again. I’ve done enough troubleshooting that I don’t think the problem is in my code. I’ve tried it without any of the code for the combobox feature, with the only difference between a working setup and a non-working setup is the combobox in the library. With the combo code in, the combobox works fine, but my preloaders stay visible.
Anyone?
thanks.