23/01/2007, 23:13
|
| | Fecha de Ingreso: enero-2007
Mensajes: 8
Antigüedad: 17 años, 10 meses Puntos: 0 | |
Re: Problema un poco estresante Que tal amigos...rompiendome la cabeza encontre la solucion para mi problema y me di cuenta de que no era tan dificil aqui les pongo el codigo por si a alguien le sirve:
this.createEmptyMovieClip("imagen0",getNextHighest Depth()); despues:
this.imagen0.load(ubicacion);
_root.mc_hijo.onEnterFrame = function() {
this.imagen0.onRollOver = function() {
getURL("javascript:alert('funciona'));
}
}
Como ven ese era todo el chiste, el "onEnterFrame" y listo!!!
SALUDOS |