_root.createEmptyMovieClip("mymc",100); _root.mymc.loadMovie("http://mydomain/mypic.jpg"); _root.mymc.onPress=function(){ trace('test') }