Código:
this.createEmptyMovieClip("banner",1)
this.banner._x=180
this.banner._y=260
this.banner.loadMovie("http://www.lapatriagrande.net/logo_lpg_88x31.gif")
this.banner.onPress = function () {
//hace algo aqui ejemplo un getURL
}
por que no me funciona el boton???