Question
MovieClipLoader listener not working
I have this block of code which is giving me an error
**Error** Symbol=mc:thumbnails, layer=action, frame=1:Line 15: There is no property with the name 'onLoadComplete'.
thLoader.onLoadComplete = function(emptyThumb_mc:MovieClip){
It must be the way I have it arranged within the loop because the object is surely valid. Any clues how to straighten this out. I want to check the width of the MC as each loadClip() is added.
**Error** Symbol=mc:thumbnails, layer=action, frame=1:Line 15: There is no property with the name 'onLoadComplete'.
thLoader.onLoadComplete = function(emptyThumb_mc:MovieClip){
It must be the way I have it arranged within the loop because the object is surely valid. Any clues how to straighten this out. I want to check the width of the MC as each loadClip() is added.