prodigymunky
07-29-2005, 04:53 AM
Here's one for y'all ...
I'm loading an external picture using :
frameName.loadMovie("http://www.mysite.com/picName.jpg")
Up to there it works
I know the size of the picture (dimensions) is bigger than what I want to display it at, so I tried putting the following code right after the previous code :
frameName._width = 128;
frameName._height = 96;
But when I do this, the picture disappears from the flash movie.
So I tried waiting a while in the main movie, then resizing it. It worked, but I don't want the time where the picture is big before the movie resizes it.
Understand?
Can anyone help???!!!
I'm loading an external picture using :
frameName.loadMovie("http://www.mysite.com/picName.jpg")
Up to there it works
I know the size of the picture (dimensions) is bigger than what I want to display it at, so I tried putting the following code right after the previous code :
frameName._width = 128;
frameName._height = 96;
But when I do this, the picture disappears from the flash movie.
So I tried waiting a while in the main movie, then resizing it. It worked, but I don't want the time where the picture is big before the movie resizes it.
Understand?
Can anyone help???!!!