Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/10/2006, 16:17
Avatar de ea00d009
ea00d009
 
Fecha de Ingreso: junio-2003
Ubicación: bariloche
Mensajes: 853
Antigüedad: 20 años, 10 meses
Puntos: 9
problema con loadmovie usando width y height

hola gente, se puede usar atributos width y height al momento de crear un clip?
este codigo anda perfectamente:
Código:
foto = this.createEmptyMovieClip("foto1", 1)
foto.loadMovie("foto1.jpg")
cuando le agrego los atributos ya no se carga...
Código:
foto = this.createEmptyMovieClip("foto1", 1);
foto._width = 50;
foto._height = 50;
foto.loadMovie("foto1.jpg")
lo que necesito hacer es cargar una imagen en un clip, pero redimensionarla a otro tamaño.

saludos y gracias por adelantado
__________________
You were everything, everything that I wanted We were meant to be, supposed to be, but we lost it.