|
|
Actionscript dynamic load image into flashIn this Macromedia Flash tutorial I will show you how to load in a image into flash dynamically through actionscripting 1. 2. 3. on (release) { The first line tells flash that the code inside it will happen when the button is clicked. the second line is loading the image into the movie clip img_container (remember to place the image file in the same place as the flash file. The last two lines is to resize the movie clip (you may want to do something with a procentage scaling instead of just 40 by 40 px.) |




