you can only add new methods and/or properties after the new movie/jpg finishes loading because the methods and properties of the target movie clip are deleted by the loadMovie()
so, you can preload the file and only then, assign the onRelease() or whatever to the movie clip.
a workaround, is using another movie clip, i.e.,
target_mc is is inside some_mc: