so i have an image load into a movie clip, and on top of that movie clip is a button. Now, the image which is loaded, laods from a folder, but if no image is available to load into the movie clip i want the button to be disabled. I tried action like:

movieclip.getBytesLoaded()<10{
button.enabled = false
}

but it didn't work. Any help would be appreciated.